76 enum TextCode { None, Center, BookMark, NewPage, Tag, Link };
92 void computePositions();
97 bool sendText(
int sectionId,
MWAWEntry const &entry);
104 bool hasHeaderFooter(
bool header)
const;
106 bool sendHeaderFooter(
bool header);
112 bool readSectionFonts(
MWAWEntry const &entry);
TextCode
the list of code in the text
Definition: ZWrtText.hxx:76
ZWrtParser * m_mainParser
the main parser;
Definition: ZWrtText.hxx:129
Internal: struct used to store a section of a ZWrtText.
Definition: ZWrtText.cxx:121
MWAWParserStatePtr m_parserState
the parser state
Definition: ZWrtText.hxx:123
shared_ptr< ZWrtTextInternal::State > m_state
the state
Definition: ZWrtText.hxx:126
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
the main class to read a ZWrite file
Definition: ZWrtParser.hxx:81
Internal: the subdocument of a ZWrtText.
Definition: ZWrtText.cxx:171
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
Internal: the structures of a ZWrtText.
Definition: ZWrtText.cxx:58
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
SubDocument & operator=(SubDocument const &orig)
the main class to read the text part of ZWrite Text file
Definition: ZWrtText.hxx:58