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:259
void sendHeaderFooter()
sends the header/footer data
Definition: ActaParser.cxx:464
bool createZones()
finds the different objects zones
Definition: ActaParser.cxx:515
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:775
virtual ~ActaParser()
destructor
Definition: ActaParser.cxx:265
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition: ActaParser.cxx:402
bool readRSRCZones()
read the resource fork zone
Definition: ActaParser.cxx:530
void newPage(int number)
adds a new page
Definition: ActaParser.cxx:386
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ActaParser.cxx:432
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:721
Internal: the subdocument of a ActaParser.
Definition: ActaParser.cxx:214
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:411
void init()
inits all internal variables
Definition: ActaParser.cxx:269
Vec2f getPageLeftTop() const
returns the page left top point ( in inches)
Definition: ActaParser.cxx:295
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:305
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:804
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: ActaParser.cxx:287
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:401
shared_ptr< ActaParserInternal::State > m_state
the state
Definition: ActaParser.hxx:133
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: ActaParser.cxx:282
bool readHFProperties(MWAWEntry const &entry)
read the Header/Footer property (QHDR block)
Definition: ActaParser.cxx:827
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:598
bool readOption(MWAWEntry const &entry)
read the QOPT resource block (small print change )
Definition: ActaParser.cxx:877
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ActaParser.cxx:907