38 #ifndef LIGHT_WAY_TXT_TEXT 39 # define LIGHT_WAY_TXT_TEXT 130 std::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:1118
bool readUnknownStyle(MWAWEntry const &entry)
read the styl resource
Definition: LightWayTxtText.cxx:1219
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LightWayTxtText.cxx:1269
void computePositions()
compute the positions
Definition: LightWayTxtText.cxx:315
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:553
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:1015
Internal: the structures of a LightWayTxtText.
Definition: LightWayTxtText.cxx:59
bool readRulers(MWAWEntry const &entry)
read the rulers (stylx resource)
Definition: LightWayTxtText.cxx:812
bool getColor(int id, MWAWColor &col) const
return a color corresponding to an id
Definition: LightWayTxtText.cxx:329
bool readRuby(MWAWEntry const &entry)
read the ruby data
Definition: LightWayTxtText.cxx:1170
the class to store a color
Definition: libmwaw_internal.hxx:192
bool readFonts(MWAWEntry const &entry)
read the fonts ( styl resource)
Definition: LightWayTxtText.cxx:547
bool createZones()
finds the different text zones
Definition: LightWayTxtText.cxx:348
MWAWParserStatePtr m_parserState
the parser state
Definition: LightWayTxtText.hxx:127
int numPages() const
returns the number of pages
Definition: LightWayTxtText.cxx:306
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:409
LightWayTxtText(LightWayTxtParser &parser)
constructor
Definition: LightWayTxtText.cxx:288
bool readFont2(MWAWEntry const &entry)
read the Font2 resource ( underline, upperline, ...)
Definition: LightWayTxtText.cxx:620
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LightWayTxtText.cxx:954
void setProperty(MWAWParagraph const ¶)
send the paragraph properties
Definition: LightWayTxtText.cxx:806
class to store the paragraph properties
Definition: MWAWParagraph.hxx:84
LightWayTxtText & operator=(LightWayTxtText const &orig)=delete
virtual ~LightWayTxtText()
destructor
Definition: LightWayTxtText.cxx:295
bool hasHeaderFooter(bool header) const
returns true if there is a header/footer
Definition: LightWayTxtText.cxx:322
int version() const
returns the file version
Definition: LightWayTxtText.cxx:299
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