34 #ifndef GREAT_WKS_PARSER 35 # define GREAT_WKS_PARSER 40 #include <librevenge/librevenge.h> ~GreatWksParser() final
destructor
Definition: GreatWksParser.cxx:187
GreatWksParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: GreatWksParser.cxx:179
Definition: MWAWDocument.hxx:56
bool sendHF(int id)
try to send the i^th header/footer
Definition: GreatWksParser.cxx:214
MWAWSection getMainSection() const
return the main section
Definition: GreatWksParser.cxx:209
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:60
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksParser.cxx:271
Internal: the subdocument of a GreatWksParser.
Definition: GreatWksParser.cxx:124
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: GreatWksParser.cxx:500
Internal: the structures of a GreatWksParser.
Definition: GreatWksParser.cxx:58
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< GreatWksDocument > m_document
the main document
Definition: GreatWksParser.hxx:107
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:298
the main class to read a GreatWorks text file
Definition: GreatWksParser.hxx:56
a class which stores section properties
Definition: MWAWSection.hxx:45
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
bool createZones()
finds the different objects zones
Definition: GreatWksParser.cxx:334
void init()
inits all internal variables
Definition: GreatWksParser.cxx:191
void newPage(int number)
adds a new page
Definition: GreatWksParser.cxx:222
void parse(librevenge::RVNGTextInterface *documentInterface) final
virtual function used to parse the input
Definition: GreatWksParser.cxx:238
bool readDocInfo()
read the DocInfo block ( many unknown data )
Definition: GreatWksParser.cxx:374
std::shared_ptr< GreatWksParserInternal::State > m_state
the state
Definition: GreatWksParser.hxx:104