40 #include <libwpd/libwpd.h>
47 namespace EDParserInternal
67 void parse(WPXDocumentInterface *documentInterface);
void newPage(int number)
adds a new page
Definition: EDParser.cxx:146
bool sendPicture(int pictId, bool compressed)
try to send a picture
Definition: EDParser.cxx:331
virtual ~EDParser()
destructor
Definition: EDParser.cxx:119
EDParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: EDParser.cxx:113
bool sendIndex()
try to send the index
Definition: EDParser.cxx:456
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: EDParser.cxx:377
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
void createDocument(WPXDocumentInterface *documentInterface)
creates the listener which will be associated to the document
Definition: EDParser.cxx:191
bool createZones()
finds the different objects zones
Definition: EDParser.cxx:224
bool decodeZone(MWAWEntry const &entry, WPXBinaryData &dt)
try to decode a compress zone
Definition: EDParser.cxx:774
bool readFontsName(MWAWEntry const &entry)
parse the fonts name eDcF
Definition: EDParser.cxx:403
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: EDParser.cxx:943
bool sendContents()
try to send the contents
Definition: EDParser.cxx:316
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:354
void parse(WPXDocumentInterface *documentInterface)
virtual function used to parse the input
Definition: EDParser.cxx:162
shared_ptr< EDParserInternal::State > m_state
the state
Definition: EDParser.hxx:121
friend class EDText
Definition: EDParser.hxx:56
bool findContents()
try to find the content zone
Definition: EDParser.cxx:279
the main class to read a eDOC file
Definition: EDParser.hxx:54
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: EDParser.cxx:138
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:348
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:89
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: EDParser.cxx:133
void init()
inits all internal variables
Definition: EDParser.cxx:123
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool readInfo(MWAWEntry const &entry)
parse the Info zone
Definition: EDParser.cxx:586
bool readIndex(MWAWEntry const &entry)
parse the index zone
Definition: EDParser.cxx:501