44 namespace DMTextInternal
131 void sendString(std::string
const &str)
const;
bool readWindows(MWAWEntry const &entry)
try to read the windows information zone? ( resource Wndo )
Definition: DMText.cxx:800
void sendString(std::string const &str) const
send a string to the listener
Definition: DMText.cxx:998
void updatePageSpanList(std::vector< MWAWPageSpan > &spanList)
update the page span list
Definition: DMText.cxx:321
void sendComment(std::string const &str)
send a string as comment
Definition: DMText.cxx:289
the main class to read a DocMake file
Definition: DMParser.hxx:56
Internal: the subdocument of a DMText.
Definition: DMText.cxx:177
DMText & operator=(DMText const &orig)
int numPages() const
returns the number of pages
Definition: DMText.cxx:266
MWAWParserStatePtr m_parserState
the parser state
Definition: DMText.hxx:141
DMParser * m_mainParser
the main parser;
Definition: DMText.hxx:147
bool readStyles(MWAWEntry const &entry)
try to read the styles ( resource styl )
Definition: DMText.cxx:615
int numChapters() const
returns the number of chapter
Definition: DMText.cxx:284
bool sendTOC()
try to send a TOC zone
Definition: DMText.cxx:684
virtual ~DMText()
destructor
Definition: DMText.cxx:256
bool sendFooter(int zId)
try to send a footer corresponding to a zone id
Definition: DMText.cxx:862
int version() const
returns the file version
Definition: DMText.cxx:259
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: DMText.cxx:1023
shared_ptr< DMTextInternal::State > m_state
the state
Definition: DMText.hxx:144
bool createZones()
finds the different text zones
Definition: DMText.cxx:372
bool readFontNames(MWAWEntry const &entry)
try to read the font name ( resource rQDF )
Definition: DMText.cxx:543
bool sendText(DMTextInternal::Zone const &zone)
try to send the text corresponding to a zone
Definition: DMText.cxx:472
void computeNumPages(DMTextInternal::Zone const &zone) const
compute the number of page of a zone
Definition: DMText.cxx:304
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
bool readFooter(MWAWEntry const &entry)
try to read the footer zone ( resource foot )
Definition: DMText.cxx:936
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool readTOC(MWAWEntry const &entry)
try to read a TOC zone? ( resource cnt# )
Definition: DMText.cxx:738
the main class to read the text part of DocMaker file
Definition: DMText.hxx:59
Internal: structure to store a the data of a DMText Zone.
Definition: DMText.cxx:122
DMText(DMParser &parser)
constructor
Definition: DMText.cxx:251
bool sendMainText()
send a main zone
Definition: DMText.cxx:1007