38 #ifndef LIGHT_WAY_TXT_TEXT 39 # define LIGHT_WAY_TXT_TEXT 90 void computePositions();
106 bool readDocumentHF(
MWAWEntry const &entry);
108 bool hasHeaderFooter(
bool header)
const;
116 bool readUnknownStyle(
MWAWEntry const &entry);
130 shared_ptr<LightWayTxtTextInternal::State>
m_state;
LightWayTxtParser * m_mainParser
the main parser;
Definition: LightWayTxtText.hxx:133
bool createZones()
finds the different objects zones
Definition: LightWayTxtParser.cxx:315
shared_ptr< LightWayTxtTextInternal::State > m_state
the state
Definition: LightWayTxtText.hxx:130
the main class to read a LightWay Text file
Definition: LightWayTxtParser.hxx:58
Internal: the structures of a LightWayTxtText.
Definition: LightWayTxtText.cxx:59
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
the class to store a color
Definition: libmwaw_internal.hxx:182
MWAWParserStatePtr m_parserState
the parser state
Definition: LightWayTxtText.hxx:127
the main class to read the text part of LightWay Text file
Definition: LightWayTxtText.hxx:57
int version() const
returns the works version
Definition: MWAWParser.hxx:106
friend class LightWayTxtText
Definition: LightWayTxtParser.hxx:62
bool getColor(int color, MWAWColor &col)
try to convert a file data to a color
Definition: FullWrtStruct.cxx:45
class to store the paragraph properties
Definition: MWAWParagraph.hxx:81
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:506
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LightWayTxtParser.cxx:194