40 #include <librevenge/librevenge.h> 93 bool checkHeader(
MWAWHeader *header,
bool strict=false) final;
96 void parse(
librevenge::RVNGTextInterface *documentInterface) final;
103 void createDocument(
librevenge::RVNGTextInterface *documentInterface);
108 void newPage(
int number);
120 bool readBarState(
MWAWEntry const &entry);
122 bool readHTMLPref(
MWAWEntry const &entry);
124 bool readPrintInfo(
MWAWEntry const &entry);
128 bool readSectionRange(
MWAWEntry const &entry);
130 bool readWindowPos(
MWAWEntry const &entry);
133 bool readUnknownZone(
MWAWEntry const &entry);
147 libmwaw::DebugFile &rsrcAscii();
bool createZones()
finds the different text zones
Definition: ZWrtText.cxx:324
MWAWEntry m_pos
the field position in the rsrc data file
Definition: ZWrtParser.hxx:77
std::shared_ptr< ZWrtTextInternal::State > m_state
the state
Definition: ZWrtText.hxx:126
Definition: MWAWDocument.hxx:56
friend class ZWrtParser
Definition: ZWrtText.hxx:60
ZWField()
constructor
Definition: ZWrtParser.hxx:58
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libmwaw_internal.cxx:50
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:559
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:298
Internal: the structures of a ZWrtParser.
Definition: ZWrtParser.cxx:55
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:549
the main class to read a ZWrite file
Definition: ZWrtParser.hxx:82
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: ZWrtText.cxx:750
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
Internal: the subdocument of a ZWrtParser.
Definition: ZWrtParser.cxx:83
the main class to read the text part of ZWrite Text file
Definition: ZWrtText.hxx:58
a structure to store a field of a ZWrite file
Definition: ZWrtParser.hxx:56