38 #ifndef WRITE_NOW_PARSER 39 # define WRITE_NOW_PARSER 80 bool checkHeader(
MWAWHeader *header,
bool strict=false) final;
90 void createDocument(
librevenge::RVNGTextInterface *documentInterface);
96 void getColumnInfo(
int &numColumns,
int &width) const;
99 void newPage(
int number);
111 bool sendGraphic(
int gId,
MWAWBox2i const &bdbox);
125 bool readDocEntries();
128 bool readDocEntriesV2();
151 bool checkIfPositionValid(
long pos);
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
the parser function
Definition: WriteNowParser.cxx:115
the main class to read the text part of writenow file
Definition: WriteNowText.hxx:81
class to store entry in a WriteNow document
Definition: WriteNowEntry.hxx:48
Internal: the structures of a WriteNowParser.
Definition: WriteNowParser.cxx:56
Definition: MWAWDocument.hxx:56
the manager of the entries
Definition: WriteNowEntry.hxx:105
Internal: the subdocument of a WriteNowParser.
Definition: WriteNowParser.cxx:92
the class to store a color
Definition: libmwaw_internal.hxx:192
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
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:549
bool getColor(int color, MWAWColor &col)
try to convert a file data to a color
Definition: FullWrtStruct.cxx:45
the main class to read a WriteNow file
Definition: WriteNowParser.hxx:68