40 #include <libwpd/libwpd.h>
50 namespace DMParserInternal
72 void parse(WPXDocumentInterface *documentInterface);
bool readXtr2(MWAWEntry const &entry)
try to read an unknown zone ( resource xtr2 )
Definition: DMParser.cxx:642
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
Definition: ACText.hxx:44
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:59
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:67
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: DMParser.cxx:679
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
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:605
void init()
inits all internal variables
Definition: DMParser.cxx:211
shared_ptr< DMParserInternal::State > m_state
the state
Definition: DMParser.hxx:114
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:117
bool readPictInfo(MWAWEntry const &entry)
try to read a pict info zone ? ( resource pInf )
Definition: DMParser.cxx:479
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:98
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
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:69
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
Definition: MWAWParser.hxx:56