40#include <librevenge/librevenge.h>
Internal: the subdocument of a ActaParser.
Definition: ActaParser.cxx:226
the main class to read a Acta file
Definition: ActaParser.hxx:58
~ActaParser() final
destructor
Definition: ActaParser.cxx:276
void newPage(int number)
adds a new page
Definition: ActaParser.cxx:397
MWAWVec2f getPageLeftTop() const
returns the page left top point ( in inches)
Definition: ActaParser.cxx:306
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: ActaParser.cxx:293
void init()
inits all internal variables
Definition: ActaParser.cxx:280
bool readWindowPos(MWAWEntry const &entry)
read the window position ( WSIZ resource block )
Definition: ActaParser.cxx:784
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ActaParser.cxx:916
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: ActaParser.cxx:298
std::shared_ptr< ActaParserInternal::State > m_state
the state
Definition: ActaParser.hxx:133
bool readRSRCZones()
read the resource fork zone
Definition: ActaParser.cxx:540
void sendHeaderFooter()
sends the header/footer data
Definition: ActaParser.cxx:474
std::shared_ptr< ActaText > m_textParser
the text parser
Definition: ActaParser.hxx:136
bool readLabel(MWAWEntry const &entry)
read the label type
Definition: ActaParser.cxx:813
void parse(librevenge::RVNGTextInterface *documentInterface) final
virtual function used to parse the input
Definition: ActaParser.cxx:413
bool createZones()
finds the different objects zones
Definition: ActaParser.cxx:525
bool readHFProperties(MWAWEntry const &entry)
read the Header/Footer property (QHDR block)
Definition: ActaParser.cxx:836
std::shared_ptr< MWAWList > getMainList()
returns a list to be used in the text
Definition: ActaParser.cxx:316
bool readPrintInfo(MWAWEntry const &entry)
read a PrintInfo block ( PSET resource block )
Definition: ActaParser.cxx:730
bool readEndDataV3()
read the end file data zones
Definition: ActaParser.cxx:607
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ActaParser.cxx:442
bool readOption(MWAWEntry const &entry)
read the QOPT resource block (small print change )
Definition: ActaParser.cxx:886
the main class to read the text part of Acta Text file
Definition: ActaText.hxx:58
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
a small structure used to store the informations about a list
Definition: MWAWList.hxx:123
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:299
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a ActaParser.
Definition: ActaParser.cxx:58
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libmwaw_internal.cxx:51
Definition: MWAWDocument.hxx:57