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:1119
bool readUnknownStyle(MWAWEntry const &entry)
read the styl resource
Definition: LightWayTxtText.cxx:1220
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LightWayTxtText.cxx:1270
void computePositions()
compute the positions
Definition: LightWayTxtText.cxx:316
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
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:1016
Internal: the structures of a LightWayTxtText.
Definition: LightWayTxtText.cxx:59
bool readRulers(MWAWEntry const &entry)
read the rulers (stylx resource)
Definition: LightWayTxtText.cxx:813
bool getColor(int id, MWAWColor &col) const
return a color corresponding to an id
Definition: LightWayTxtText.cxx:330
bool readRuby(MWAWEntry const &entry)
read the ruby data
Definition: LightWayTxtText.cxx:1171
the class to store a color
Definition: libmwaw_internal.hxx:192
bool readFonts(MWAWEntry const &entry)
read the fonts ( styl resource)
Definition: LightWayTxtText.cxx:548
bool createZones()
finds the different text zones
Definition: LightWayTxtText.cxx:349
MWAWParserStatePtr m_parserState
the parser state
Definition: LightWayTxtText.hxx:127
int numPages() const
returns the number of pages
Definition: LightWayTxtText.cxx:307
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:410
LightWayTxtText(LightWayTxtParser &parser)
constructor
Definition: LightWayTxtText.cxx:289
bool readFont2(MWAWEntry const &entry)
read the Font2 resource ( underline, upperline, ...)
Definition: LightWayTxtText.cxx:621
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LightWayTxtText.cxx:955
void setProperty(MWAWParagraph const ¶)
send the paragraph properties
Definition: LightWayTxtText.cxx:807
class to store the paragraph properties
Definition: MWAWParagraph.hxx:84
LightWayTxtText & operator=(LightWayTxtText const &orig)=delete
virtual ~LightWayTxtText()
destructor
Definition: LightWayTxtText.cxx:296
bool hasHeaderFooter(bool header) const
returns true if there is a header/footer
Definition: LightWayTxtText.cxx:323
int version() const
returns the file version
Definition: LightWayTxtText.cxx:300
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