40 #include <libwpd/libwpd.h>
47 namespace DMParserInternal
69 void parse(WPXDocumentInterface *documentInterface);
bool readXtr2(MWAWEntry const &entry)
try to read an unknown zone ( resource xtr2 )
Definition: DMParser.cxx:641
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: DMParser.cxx:402
the main class to read a DocMake file
Definition: DMParser.hxx:56
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: DMParser.cxx:677
void newPage(int number)
adds a new page
Definition: DMParser.cxx:233
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: DMParser.cxx:225
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:354
void createDocument(WPXDocumentInterface *documentInterface)
creates the listener which will be associated to the document
Definition: DMParser.cxx:280
bool readSTwD(MWAWEntry const &entry)
try to read an unknown zone ( resource sTwD )
Definition: DMParser.cxx:604
void init()
inits all internal variables
Definition: DMParser.cxx:211
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:348
shared_ptr< DMParserInternal::State > m_state
the state
Definition: DMParser.hxx:111
bool sendPicture(int zId, int lId, double lineW)
try to send a picture knowing zId and local id
Definition: DMParser.cxx:419
virtual ~DMParser()
destructor
Definition: DMParser.cxx:207
DMParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: DMParser.cxx:201
bool createZones()
finds the different objects zones
Definition: DMParser.cxx:308
shared_ptr< DMText > m_textParser
the text parser
Definition: DMParser.hxx:114
bool readPictInfo(MWAWEntry const &entry)
try to read a pict info zone ? ( resource pInf )
Definition: DMParser.cxx:478
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:89
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: DMParser.cxx:220
Vec2f getPageLeftTop() const
returns the page left top point ( in inches)
void parse(WPXDocumentInterface *documentInterface)
virtual function used to parse the input
Definition: DMParser.cxx:249
the main class to read the text part of DocMaker file
Definition: DMText.hxx:59