40 #include <librevenge/librevenge.h> 68 bool checkHeader(
MWAWHeader *header,
bool strict=false) final;
71 void parse(
librevenge::RVNGTextInterface *documentInterface) final;
78 void createDocument(
librevenge::RVNGTextInterface *documentInterface);
83 void newPage(
int number);
88 std::shared_ptr<
MWAWList> getMainList();
101 void sendHeaderFooter();
104 bool readPrintInfo(
MWAWEntry const &entry);
107 bool readWindowPos(
MWAWEntry const &entry);
113 bool readHFProperties(
MWAWEntry const &entry);
126 libmwaw::DebugFile &rsrcAscii();
bool createZones()
try to create the text zones
Definition: ActaText.cxx:225
the main class to read a Acta file
Definition: ActaParser.hxx:57
Definition: MWAWDocument.hxx:56
std::shared_ptr< ActaTextInternal::State > m_state
the state
Definition: ActaText.hxx:112
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libmwaw_internal.cxx:50
the main class to read the text part of Acta Text file
Definition: ActaText.hxx:57
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:557
Internal: the subdocument of a ActaParser.
Definition: ActaParser.cxx:225
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:298
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:547
friend class ActaParser
Definition: ActaText.hxx:59
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
a small structure used to store the informations about a list
Definition: MWAWList.hxx:119