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 std::shared_ptr<DocMkrTextInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:553
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
Internal: the subdocument of a DocMkrText.
Definition: DocMkrText.cxx:204
std::shared_ptr< DocMkrTextInternal::State > m_state
the state
Definition: DocMkrText.hxx:144
int version() const
returns the works version
Definition: MWAWParser.hxx:108
the main class to read a DocMake file
Definition: DocMkrParser.hxx:56
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
Internal: structure to store a the data of a DocMkrText Zone.
Definition: DocMkrText.cxx:133
bool createZones()
finds the different objects zones
Definition: DocMkrParser.cxx:322
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: DocMkrParser.cxx:415
MWAWParserStatePtr m_parserState
the parser state
Definition: DocMkrText.hxx:141
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46