34 #ifndef GREAT_WKS_PARSER 35 # define GREAT_WKS_PARSER 40 #include <librevenge/librevenge.h> 66 bool checkHeader(
MWAWHeader *header,
bool strict=
false);
69 void parse(librevenge::RVNGTextInterface *documentInterface);
76 void createDocument(librevenge::RVNGTextInterface *documentInterface);
79 void newPage(
int number);
104 shared_ptr<GreatWksParserInternal::State>
m_state;
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:60
Internal: the subdocument of a GreatWksParser.
Definition: GreatWksParser.cxx:119
shared_ptr< GreatWksDocument > m_document
the main document
Definition: GreatWksParser.hxx:107
Internal: the structures of a GreatWksParser.
Definition: GreatWksParser.cxx:58
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:527
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:295
shared_ptr< GreatWksParserInternal::State > m_state
the state
Definition: GreatWksParser.hxx:104
the main class to read a GreatWorks text file
Definition: GreatWksParser.hxx:56
a class which stores section properties
Definition: MWAWSection.hxx:45
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:517
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: GreatWksParser.cxx:144