38 #ifndef LIGHT_WAY_TXT_TEXT
39 # define LIGHT_WAY_TXT_TEXT
130 shared_ptr<LightWayTxtTextInternal::State>
m_state;
LightWayTxtParser * m_mainParser
the main parser;
Definition: LightWayTxtText.hxx:133
bool readStyleU(MWAWEntry const &entry)
read the unknown styu resource
Definition: LightWayTxtText.cxx:1085
bool readUnknownStyle(MWAWEntry const &entry)
read the styl resource
Definition: LightWayTxtText.cxx:1186
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LightWayTxtText.cxx:1236
void computePositions()
compute the positions
Definition: LightWayTxtText.cxx:279
shared_ptr< LightWayTxtTextInternal::State > m_state
the state
Definition: LightWayTxtText.hxx:130
LightWayTxtText & operator=(LightWayTxtText const &orig)
bool hasHeaderFooter(bool header) const
returns true if there is a header/footer
Definition: LightWayTxtText.cxx:286
the main class to read a LightWay Text file
Definition: LightWayTxtParser.hxx:58
bool readDocumentHF(MWAWEntry const &entry)
read the header/footer part of the document zone
Definition: LightWayTxtText.cxx:981
bool getColor(int id, MWAWColor &col) const
return a color corresponding to an id
Definition: LightWayTxtText.cxx:293
Internal: the structures of a LightWayTxtText.
Definition: LightWayTxtText.cxx:59
bool readRulers(MWAWEntry const &entry)
read the rulers (stylx resource)
Definition: LightWayTxtText.cxx:778
bool readRuby(MWAWEntry const &entry)
read the ruby data
Definition: LightWayTxtText.cxx:1137
int numPages() const
returns the number of pages
Definition: LightWayTxtText.cxx:270
the class to store a color
Definition: libmwaw_internal.hxx:177
bool readFonts(MWAWEntry const &entry)
read the fonts ( styl resource)
Definition: LightWayTxtText.cxx:512
bool createZones()
finds the different text zones
Definition: LightWayTxtText.cxx:312
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
bool sendMainText()
send a main zone
Definition: LightWayTxtText.cxx:374
LightWayTxtText(LightWayTxtParser &parser)
constructor
Definition: LightWayTxtText.cxx:255
bool readFont2(MWAWEntry const &entry)
read the Font2 resource ( underline, upperline, ...)
Definition: LightWayTxtText.cxx:586
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LightWayTxtText.cxx:920
void setProperty(MWAWParagraph const ¶)
send the paragraph properties
Definition: LightWayTxtText.cxx:772
class to store the paragraph properties
Definition: MWAWParagraph.hxx:82
int version() const
returns the file version
Definition: LightWayTxtText.cxx:263
virtual ~LightWayTxtText()
destructor
Definition: LightWayTxtText.cxx:260
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46