44 namespace LWTextInternal
bool readDocumentHF(MWAWEntry const &entry)
read the header/footer part of the document zone
Definition: LWText.cxx:971
int version() const
returns the file version
Definition: LWText.cxx:256
void computePositions()
compute the positions
Definition: LWText.cxx:272
void setProperty(MWAWParagraph const ¶)
send the paragraph properties
Definition: LWText.cxx:762
the main class to read the text part of LightWay Text file
Definition: LWText.hxx:57
bool createZones()
finds the different text zones
Definition: LWText.cxx:305
bool readFont2(MWAWEntry const &entry)
read the Font2 resource ( underline, upperline, ...)
Definition: LWText.cxx:578
MWAWParserStatePtr m_parserState
the parser state
Definition: LWText.hxx:127
bool readRulers(MWAWEntry const &entry)
read the rulers (stylx resource)
Definition: LWText.cxx:768
the class to store a color
Definition: libmwaw_internal.hxx:166
bool readRuby(MWAWEntry const &entry)
read the ruby data
Definition: LWText.cxx:1126
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LWText.cxx:910
bool hasHeaderFooter(bool header) const
returns true if there is a header/footer
Definition: LWText.cxx:279
the main class to read a LightWay Text file
Definition: LWParser.hxx:58
shared_ptr< LWTextInternal::State > m_state
the state
Definition: LWText.hxx:130
bool readUnknownStyle(MWAWEntry const &entry)
read the styl resource
Definition: LWText.cxx:1175
bool readFonts(MWAWEntry const &entry)
read the fonts ( styl resource)
Definition: LWText.cxx:504
LWText & operator=(LWText const &orig)
class to store the paragraph properties
Definition: MWAWParagraph.hxx:82
bool readStyleU(MWAWEntry const &entry)
read the unknown styu resource
Definition: LWText.cxx:1074
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LWText.cxx:1225
int numPages() const
returns the number of pages
Definition: LWText.cxx:263
bool sendMainText()
send a main zone
Definition: LWText.cxx:367
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
virtual ~LWText()
destructor
Definition: LWText.cxx:253
LWText(LWParser &parser)
constructor
Definition: LWText.cxx:248
bool getColor(int id, MWAWColor &col) const
return a color corresponding to an id
Definition: LWText.cxx:286
LWParser * m_mainParser
the main parser;
Definition: LWText.hxx:133