76 int numChapters()
const;
79 void sendComment(std::string
const &str);
100 void updatePageSpanList(std::vector<MWAWPageSpan> &spanList);
106 bool readFontNames(
MWAWEntry const &entry);
118 bool readWindows(
MWAWEntry const &entry);
124 bool sendFooter(
int zId);
131 void sendString(std::string
const &str)
const;
144 shared_ptr<DocMkrTextInternal::State>
m_state;
friend class DocMkrText
Definition: DocMkrParser.hxx:58
DocMkrParser * m_mainParser
the main parser;
Definition: DocMkrText.hxx:147
the main class to read the text part of DocMaker file
Definition: DocMkrText.hxx:59
Internal: the structures of a DocMkrText.
Definition: DocMkrText.cxx:57
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
Internal: the subdocument of a DocMkrText.
Definition: DocMkrText.cxx:185
the main class to read a DocMake file
Definition: DocMkrParser.hxx:56
int version() const
returns the works version
Definition: MWAWParser.hxx:106
shared_ptr< DocMkrTextInternal::State > m_state
the state
Definition: DocMkrText.hxx:144
Internal: structure to store a the data of a DocMkrText Zone.
Definition: DocMkrText.cxx:127
bool createZones()
finds the different objects zones
Definition: DocMkrParser.cxx:311
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: DocMkrParser.cxx:405
MWAWParserStatePtr m_parserState
the parser state
Definition: DocMkrText.hxx:141
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:502
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46