40 #include <librevenge/librevenge.h>
71 void parse(librevenge::RVNGTextInterface *documentInterface);
78 void createDocument(librevenge::RVNGTextInterface *documentInterface);
133 shared_ptr<ActaParserInternal::State>
m_state;
the main class to read a Acta file
Definition: ActaParser.hxx:57
ActaParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: ActaParser.cxx:263
void sendHeaderFooter()
sends the header/footer data
Definition: ActaParser.cxx:467
bool createZones()
finds the different objects zones
Definition: ActaParser.cxx:518
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:65
bool readWindowPos(MWAWEntry const &entry)
read the window position ( WSIZ resource block )
Definition: ActaParser.cxx:778
virtual ~ActaParser()
destructor
Definition: ActaParser.cxx:269
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition: ActaParser.cxx:406
bool readRSRCZones()
read the resource fork zone
Definition: ActaParser.cxx:533
void newPage(int number)
adds a new page
Definition: ActaParser.cxx:390
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ActaParser.cxx:435
the main class to read the text part of Acta Text file
Definition: ActaText.hxx:57
bool readPrintInfo(MWAWEntry const &entry)
read a PrintInfo block ( PSET resource block )
Definition: ActaParser.cxx:724
Internal: the subdocument of a ActaParser.
Definition: ActaParser.cxx:214
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
void init()
inits all internal variables
Definition: ActaParser.cxx:273
shared_ptr< ActaText > m_textParser
the text parser
Definition: ActaParser.hxx:136
shared_ptr< MWAWList > getMainList()
returns a list to be used in the text
Definition: ActaParser.cxx:309
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:284
bool readLabel(MWAWEntry const &entry)
read the label type
Definition: ActaParser.cxx:807
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: ActaParser.cxx:291
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
shared_ptr< ActaParserInternal::State > m_state
the state
Definition: ActaParser.hxx:133
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: ActaParser.cxx:286
bool readHFProperties(MWAWEntry const &entry)
read the Header/Footer property (QHDR block)
Definition: ActaParser.cxx:830
Internal: the structures of a ActaParser.
Definition: ActaParser.cxx:57
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool readEndDataV3()
read the end file data zones
Definition: ActaParser.cxx:601
MWAWVec2f getPageLeftTop() const
returns the page left top point ( in inches)
Definition: ActaParser.cxx:299
bool readOption(MWAWEntry const &entry)
read the QOPT resource block (small print change )
Definition: ActaParser.cxx:880
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ActaParser.cxx:910