40#include <librevenge/librevenge.h>
66 void parse(librevenge::RVNGTextInterface *documentInterface)
final;
71 void createDocument(librevenge::RVNGTextInterface *documentInterface);
98 std::shared_ptr<MaxWrtParserInternal::State>
m_state;
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:299
the main class to read a MaxWrite file
Definition: MaxWrtParser.hxx:55
bool readStyles(MWAWEntry const &entry)
try to read a styles zone: StTB
Definition: MaxWrtParser.cxx:247
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: MaxWrtParser.cxx:372
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: MaxWrtParser.cxx:99
std::shared_ptr< MaxWrtParserInternal::State > m_state
the state
Definition: MaxWrtParser.hxx:98
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: MaxWrtParser.cxx:94
bool readLineHeight(MWAWEntry const &entry)
try to read a line height zone
Definition: MaxWrtParser.cxx:185
void parse(librevenge::RVNGTextInterface *documentInterface) final
virtual function used to parse the input
Definition: MaxWrtParser.cxx:107
bool createZones()
finds the different objects zones
Definition: MaxWrtParser.cxx:158
bool sendText()
try to send the main text
Definition: MaxWrtParser.cxx:307
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: MaxWrtParser.cxx:135
~MaxWrtParser() final
destructor
Definition: MaxWrtParser.cxx:90
bool readStylePLC(MWAWEntry const &entry)
try to read a style plc zone: Styl
Definition: MaxWrtParser.cxx:212
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
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 MaxWrtParser.
Definition: MaxWrtParser.cxx:60