50 namespace LWTextInternal
bool readDocumentHF(MWAWEntry const &entry)
read the header/footer part of the document zone
Definition: LWText.cxx:975
int version() const
returns the file version
Definition: LWText.cxx:257
shared_ptr< MWAWParserState > MWAWParserStatePtr
Definition: ACText.hxx:49
void computePositions()
compute the positions
Definition: LWText.cxx:273
void setProperty(MWAWParagraph const ¶)
send the paragraph properties
Definition: LWText.cxx:765
the main class to read the text part of LightWay Text file
Definition: LWText.hxx:63
bool createZones()
finds the different text zones
Definition: LWText.cxx:306
bool readFont2(MWAWEntry const &entry)
read the Font2 resource ( underline, upperline, ...)
Definition: LWText.cxx:580
MWAWParserStatePtr m_parserState
the parser state
Definition: LWText.hxx:133
bool readRulers(MWAWEntry const &entry)
read the rulers (stylx resource)
Definition: LWText.cxx:771
the class to store a color
Definition: libmwaw_internal.hxx:161
bool readRuby(MWAWEntry const &entry)
read the ruby data
Definition: LWText.cxx:1132
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LWText.cxx:914
Class to store font.
Definition: MWAWFont.hxx:47
a class to define the parser state
Definition: MWAWParser.hxx:60
bool hasHeaderFooter(bool header) const
returns true if there is a header/footer
Definition: LWText.cxx:280
the main class to read a LightWay Text file
Definition: LWParser.hxx:61
shared_ptr< LWTextInternal::State > m_state
the state
Definition: LWText.hxx:136
bool readUnknownStyle(MWAWEntry const &entry)
read the styl resource
Definition: LWText.cxx:1181
bool readFonts(MWAWEntry const &entry)
read the fonts ( styl resource)
Definition: LWText.cxx:505
LWText & operator=(LWText const &orig)
class to store the paragraph properties
Definition: MWAWParagraph.hxx:83
bool readStyleU(MWAWEntry const &entry)
read the unknown styu resource
Definition: LWText.cxx:1079
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LWText.cxx:1231
int numPages() const
returns the number of pages
Definition: LWText.cxx:264
bool sendMainText()
send a main zone
Definition: LWText.cxx:368
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
virtual ~LWText()
destructor
Definition: LWText.cxx:254
LWText(LWParser &parser)
constructor
Definition: LWText.cxx:249
bool getColor(int id, MWAWColor &col) const
return a color corresponding to an id
Definition: LWText.cxx:287
LWParser * m_mainParser
the main parser;
Definition: LWText.hxx:139