38 #ifndef GREAT_WKS_GRAPH 39 # define GREAT_WKS_GRAPH 45 #include <librevenge/librevenge.h> 98 bool sendPageGraphics();
108 bool readPatterns(
MWAWEntry const &entry);
110 bool readPalettes(
MWAWEntry const &entry);
142 bool readGraphicZone();
144 bool isGraphicZone();
146 bool findGraphicZone();
151 bool readPageFrames();
153 std::shared_ptr<GreatWksGraphInternal::Frame> readFrameHeader();
160 bool readLineFormat(std::string &extra);
185 std::shared_ptr<GreatWksGraphInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
Internal: the text zone of a GreatWksGraph.
Definition: GreatWksGraph.cxx:341
the main class to read a GreatWorks database file
Definition: GreatWksDBParser.hxx:61
Internal: the structures of a GreatWksGraph.
Definition: GreatWksGraph.cxx:60
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:551
GreatWksDocument & m_document
the document
Definition: GreatWksGraph.hxx:181
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:60
Internal: the basic shape of a GreatWksGraph.
Definition: GreatWksGraph.cxx:197
MWAWParserStatePtr m_parserState
the parser state
Definition: GreatWksGraph.hxx:183
MWAWParser * m_mainParser
the main parser;
Definition: GreatWksGraph.hxx:187
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
std::shared_ptr< MWAWGraphicListener > MWAWGraphicListenerPtr
a smart pointer of MWAWGraphicListener
Definition: libmwaw_internal.hxx:547
SubDocument & operator=(SubDocument const &orig)=delete
Internal: a list of graphic corresponding to a page.
Definition: GreatWksGraph.cxx:424
the main class to read a GreatWorks graphic file
Definition: GreatWksDRParser.hxx:55
the main class to read a GreatWorks text file
Definition: GreatWksParser.hxx:56
Internal: the subdocument of a GreatWksGraph.
Definition: GreatWksGraph.cxx:461
the main class to read the graphic part of a HanMac Word-J file
Definition: GreatWksGraph.hxx:75
Internal: the graphic zone of a GreatWksGraph.
Definition: GreatWksGraph.cxx:64
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:99
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
the main class to read a GreatWorks spreadsheet file
Definition: GreatWksSSParser.hxx:58
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
std::shared_ptr< GreatWksGraphInternal::State > m_state
the state
Definition: GreatWksGraph.hxx:185
Internal: the group zone of a GreatWksGraph.
Definition: GreatWksGraph.cxx:276