53 namespace ZWTextInternal
shared_ptr< ZWTextInternal::State > m_state
the state
Definition: ZWText.hxx:135
Definition: ZWText.hxx:85
bool sendMainText()
send a main zone
Definition: ZWText.cxx:540
bool readStyles(MWAWEntry const &entry)
read the styles
Definition: ZWText.cxx:629
MWAWParserStatePtr m_parserState
the parser state
Definition: ZWText.hxx:132
shared_ptr< MWAWParserState > MWAWParserStatePtr
Definition: ACText.hxx:49
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
Definition: ACText.hxx:44
TextCode
the list of code in the text
Definition: ZWText.hxx:85
virtual ~ZWText()
destructor
Definition: ZWText.cxx:235
Definition: ZWText.hxx:85
ZWText & operator=(ZWText const &orig)
Definition: ZWText.hxx:85
void computePositions()
compute the positions
Definition: ZWText.cxx:259
the main class to read a ZWrite file
Definition: ZWParser.hxx:83
Internal: the subdocument of a ZWText.
Definition: ZWText.cxx:164
bool hasHeaderFooter(bool header) const
returns true if there is a header/footer
Definition: ZWText.cxx:253
ZWText(ZWParser &parser)
constructor
Definition: ZWText.cxx:230
Class to store font.
Definition: MWAWFont.hxx:47
a class to define the parser state
Definition: MWAWParser.hxx:60
int version() const
returns the file version
Definition: ZWText.cxx:238
int numPages() const
returns the number of pages
Definition: ZWText.cxx:245
the main class to read the text part of ZWrite Text file
Definition: ZWText.hxx:67
bool readSectionFonts(MWAWEntry const &entry)
read a section fonts
Definition: ZWText.cxx:558
ZWParser * m_mainParser
the main parser;
Definition: ZWText.hxx:138
class to store the paragraph properties
Definition: MWAWParagraph.hxx:83
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: ZWText.cxx:920
bool readHFZone(MWAWEntry const &entry)
read the header/footer zone
Definition: ZWText.cxx:791
Definition: ZWText.hxx:85
Definition: ZWText.hxx:85
TextCode isTextCode(MWAWInputStreamPtr &input, long endPos, MWAWEntry &dPos)
check if a character after '<' corresponds to a text code
Definition: ZWText.cxx:354
bool createZones()
finds the different text zones
Definition: ZWText.cxx:294
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: ZWText.cxx:726
Definition: ZWText.hxx:85
bool sendText(ZWTextInternal::Section const &zone, MWAWEntry const &entry)
try to send a section
Definition: ZWText.cxx:414
Internal: struct used to store a section of a ZWText.
Definition: ZWText.cxx:117