44 namespace ZWTextInternal
shared_ptr< ZWTextInternal::State > m_state
the state
Definition: ZWText.hxx:126
Definition: ZWText.hxx:76
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:123
TextCode
the list of code in the text
Definition: ZWText.hxx:76
TextCode isTextCode(MWAWInputStreamPtr &input, long endPos, MWAWEntry &dPos) const
check if a character after '<' corresponds to a text code
Definition: ZWText.cxx:354
virtual ~ZWText()
destructor
Definition: ZWText.cxx:235
Definition: ZWText.hxx:76
ZWText & operator=(ZWText const &orig)
Definition: ZWText.hxx:76
void computePositions()
compute the positions
Definition: ZWText.cxx:259
the main class to read a ZWrite file
Definition: ZWParser.hxx:80
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
int version() const
returns the file version
Definition: ZWText.cxx:238
int numPages() const
returns the number of pages
Definition: ZWText.cxx:245
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:348
the main class to read the text part of ZWrite Text file
Definition: ZWText.hxx:58
bool readSectionFonts(MWAWEntry const &entry)
read a section fonts
Definition: ZWText.cxx:558
ZWParser * m_mainParser
the main parser;
Definition: ZWText.hxx:129
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:76
Definition: ZWText.hxx:76
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
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:76
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