119 bool sendTopic(
int tId,
int dLevel, std::vector<MWAWParagraph> ¶Stack);
Internal: the structures of a MoreText.
Definition: MoreText.cxx:60
int getLastTopicChildId(int tId) const
returns the last sub topic id corresponding to a topic and its child
Definition: MoreText.cxx:627
bool sendSpeakerNote(int nId)
try to send a speakernote knowing the note id
Definition: MoreText.cxx:882
bool readTabs(MWAWEntry const &entry, MoreTextInternal::Paragraph ¶, std::string &mess)
try to read some tabs
Definition: MoreText.cxx:2003
the main class to read a More file
Definition: MoreParser.hxx:78
shared_ptr< MWAWSubDocument > getHeaderFooter(bool header)
returns a subdocument to send the header or the footer
Definition: MoreText.cxx:523
MWAWParserStatePtr m_parserState
the parser state
Definition: MoreText.hxx:152
small structure to keep information about a list level
Definition: MWAWList.hxx:44
bool parseUnknown(MWAWEntry const &entry, long fDecal)
try to read either a font, a fontname, a pattern, a int
Definition: MoreText.cxx:2079
bool readOutlineList(MWAWEntry const &entry)
read the list of outlines
Definition: MoreText.cxx:1450
Internal: the outline data of a MoreText.
Definition: MoreText.cxx:187
int checkTopicList(size_t tId, std::set< size_t > &parent)
check that the topic and its child does not loop (if so, cut some edge), return the number of breakpa...
Definition: MoreText.cxx:641
virtual ~MoreText()
destructor
Definition: MoreText.cxx:503
Internal: the subdocument of a MoreText.
Definition: MoreText.cxx:421
Class to store font.
Definition: MWAWFont.hxx:43
MoreText(MoreParser &parser)
constructor
Definition: MoreText.cxx:498
the main class to read the text part of More Text file
Definition: MoreText.hxx:64
bool readTopic(MWAWEntry const &entry)
read the list of topic positions
Definition: MoreText.cxx:682
bool sendText(MWAWEntry const &entry, MWAWFont const &font)
send a text entry
Definition: MoreText.cxx:986
MoreParser * m_mainParser
the main parser;
Definition: MoreText.hxx:158
bool readOutline(MWAWEntry const &entry, MoreTextInternal::Outline &outline)
read a outline
Definition: MoreText.cxx:1501
bool sendMainText()
send a main zone
Definition: MoreText.cxx:841
bool readFont(MWAWEntry const &entry, std::string &fName, int &fId)
try to read a fontname
Definition: MoreText.cxx:1850
bool sendComment(int cId)
try to send a comment knowing the comment id
Definition: MoreText.cxx:868
bool readSpeakerNote(MWAWEntry const &entry)
read the list of speaker note
Definition: MoreText.cxx:804
bool readFonts(MWAWEntry const &entry)
read the list of fonts
Definition: MoreText.cxx:1390
int numPages() const
returns the number of pages
Definition: MoreText.cxx:513
bool readComment(MWAWEntry const &entry)
read the list of comment/header/footer zones
Definition: MoreText.cxx:756
bool createZones()
try to create the text zones using read data
Definition: MoreText.cxx:547
bool readCustomListLevel(MWAWEntry const &entry, MWAWListLevel &level)
read a custom list level
Definition: MoreText.cxx:1880
Internal: the paragraph of a MoreText.
Definition: MoreText.cxx:64
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:523
bool sendTopic(int tId, int dLevel, std::vector< MWAWParagraph > ¶Stack)
try to send a topic knowing the topic id
Definition: MoreText.cxx:896
int version() const
returns the file version
Definition: MoreText.cxx:506
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
MoreText & operator=(MoreText const &orig)
shared_ptr< MoreTextInternal::State > m_state
the state
Definition: MoreText.hxx:155