71 void parse(librevenge::RVNGTextInterface *documentInterface)
final;
78 void createDocument(librevenge::RVNGTextInterface *documentInterface);
84 void newPage(
int number,
bool softBreak=
false);
98 std::shared_ptr<MsWksParserInternal::State>
m_state;
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:299
the main class to read the graphic of a Microsoft Works file
Definition: MsWksGraph.hxx:74
the main class to read a Microsoft Works file: v1-v4
Definition: MsWksParser.hxx:60
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: MsWksParser.cxx:223
void parse(librevenge::RVNGTextInterface *documentInterface) final
virtual function used to parse the input
Definition: MsWksParser.cxx:137
void init()
inits all internal variables
Definition: MsWksParser.cxx:103
std::shared_ptr< MsWksParserInternal::State > m_state
the state
Definition: MsWksParser.hxx:98
void flushExtra()
tries to parse the ole zones which have not yet been parsed
Definition: MsWksParser.cxx:172
std::vector< MWAWEntry > m_listZones
the list of different Zones
Definition: MsWksParser.hxx:101
std::shared_ptr< MsWksDocument > m_document
the actual document
Definition: MsWksParser.hxx:104
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: MsWksParser.cxx:337
~MsWksParser() final
destructor
Definition: MsWksParser.cxx:99
bool createZones()
finds the different objects zones
Definition: MsWksParser.cxx:258
void newPage(int number, bool softBreak=false)
adds a new page
Definition: MsWksParser.cxx:115
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a MsWksParser.
Definition: MsWksParser.cxx:59