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);
126 std::shared_ptr<ZWrtTextInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:553
std::shared_ptr< ZWrtTextInternal::State > m_state
the state
Definition: ZWrtText.hxx:126
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:127
MWAWParserStatePtr m_parserState
the parser state
Definition: ZWrtText.hxx:123
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:547
the main class to read a ZWrite file
Definition: ZWrtParser.hxx:82
Internal: the subdocument of a ZWrtText.
Definition: ZWrtText.cxx:188
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
the main class to read the text part of ZWrite Text file
Definition: ZWrtText.hxx:58
SubDocument & operator=(SubDocument const &orig)=delete