35 # define MAXWRT_PARSER 40 #include <librevenge/librevenge.h> 67 void parse(librevenge::RVNGTextInterface *documentInterface);
72 void createDocument(librevenge::RVNGTextInterface *documentInterface);
99 shared_ptr<MaxWrtParserInternal::State>
m_state;
virtual ~MaxWrtParser()
destructor
Definition: MaxWrtParser.cxx:87
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: MaxWrtParser.cxx:91
bool readStylePLC(MWAWEntry const &entry)
try to read a style plc zone: Styl
Definition: MaxWrtParser.cxx:210
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:65
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: MaxWrtParser.cxx:96
bool sendText()
try to send the main text
Definition: MaxWrtParser.cxx:305
friend class EDText
Definition: MaxWrtParser.hxx:56
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: MaxWrtParser.cxx:132
the main class to read a MaxWrite file
Definition: MaxWrtParser.hxx:54
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
MaxWrtParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: MaxWrtParser.cxx:79
shared_ptr< MaxWrtParserInternal::State > m_state
the state
Definition: MaxWrtParser.hxx:99
bool readStyles(MWAWEntry const &entry)
try to read a styles zone: StTB
Definition: MaxWrtParser.cxx:245
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:517
bool readLineHeight(MWAWEntry const &entry)
try to read a line height zone
Definition: MaxWrtParser.cxx:183
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: MaxWrtParser.cxx:371
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
Internal: the structures of a MaxWrtParser.
Definition: MaxWrtParser.cxx:59
bool createZones()
finds the different objects zones
Definition: MaxWrtParser.cxx:155
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition: MaxWrtParser.cxx:104