34 #ifndef LIGHT_WAY_TXT_PARSER 35 # define LIGHT_WAY_TXT_PARSER 40 #include <librevenge/librevenge.h> 70 bool checkHeader(
MWAWHeader *header,
bool strict=false) final;
73 void parse(
librevenge::RVNGTextInterface *documentInterface) final;
80 void createDocument(
librevenge::RVNGTextInterface *documentInterface);
85 bool getColumnInfo(
int &numCols,
int &colSep) const;
87 void newPage(
int number);
89 bool textInDataFork() const;
94 void sendGraphic(
int graphId);
106 bool readPrintInfo(
MWAWEntry const &entry);
108 bool readDocInfo(
MWAWEntry const &entry);
110 bool readDocument(
MWAWEntry const &entry);
116 bool readTOCPage(
MWAWEntry const &entry);
124 libmwaw::DebugFile &rsrcAscii();
Definition: MWAWDocument.hxx:56
the main class to read a LightWay Text file
Definition: LightWayTxtParser.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:561
bool createZones()
finds the different text zones
Definition: LightWayTxtText.cxx:349
the main class to read the graphic part of a LightWay Text file
Definition: LightWayTxtGraph.hxx:63
the main class to read the text part of LightWay Text file
Definition: LightWayTxtText.hxx:57
Internal: the structures of a LightWayTxtParser.
Definition: LightWayTxtParser.cxx:56
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:298
friend class LightWayTxtParser
Definition: LightWayTxtText.hxx:59
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LightWayTxtText.cxx:955
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the subdocument of a LightWayTxtParser.
Definition: LightWayTxtParser.cxx:85
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
std::shared_ptr< LightWayTxtTextInternal::State > m_state
the state
Definition: LightWayTxtText.hxx:130