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:621
bool sendSpeakerNote(int nId)
try to send a speakernote knowing the note id
Definition: MoreText.cxx:876
bool readTabs(MWAWEntry const &entry, MoreTextInternal::Paragraph ¶, std::string &mess)
try to read some tabs
Definition: MoreText.cxx:1998
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:517
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:2073
bool readOutlineList(MWAWEntry const &entry)
read the list of outlines
Definition: MoreText.cxx:1445
Internal: the outline data of a MoreText.
Definition: MoreText.cxx:181
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:635
virtual ~MoreText()
destructor
Definition: MoreText.cxx:497
Internal: the subdocument of a MoreText.
Definition: MoreText.cxx:415
Class to store font.
Definition: MWAWFont.hxx:44
MoreText(MoreParser &parser)
constructor
Definition: MoreText.cxx:492
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:676
bool sendText(MWAWEntry const &entry, MWAWFont const &font)
send a text entry
Definition: MoreText.cxx:980
MoreParser * m_mainParser
the main parser;
Definition: MoreText.hxx:158
bool readOutline(MWAWEntry const &entry, MoreTextInternal::Outline &outline)
read a outline
Definition: MoreText.cxx:1496
bool sendMainText()
send a main zone
Definition: MoreText.cxx:835
bool readFont(MWAWEntry const &entry, std::string &fName, int &fId)
try to read a fontname
Definition: MoreText.cxx:1845
bool sendComment(int cId)
try to send a comment knowing the comment id
Definition: MoreText.cxx:862
bool readSpeakerNote(MWAWEntry const &entry)
read the list of speaker note
Definition: MoreText.cxx:798
bool readFonts(MWAWEntry const &entry)
read the list of fonts
Definition: MoreText.cxx:1385
int numPages() const
returns the number of pages
Definition: MoreText.cxx:507
bool readComment(MWAWEntry const &entry)
read the list of comment/header/footer zones
Definition: MoreText.cxx:750
bool createZones()
try to create the text zones using read data
Definition: MoreText.cxx:541
bool readCustomListLevel(MWAWEntry const &entry, MWAWListLevel &level)
read a custom list level
Definition: MoreText.cxx:1875
Internal: the paragraph of a MoreText.
Definition: MoreText.cxx:64
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
bool sendTopic(int tId, int dLevel, std::vector< MWAWParagraph > ¶Stack)
try to send a topic knowing the topic id
Definition: MoreText.cxx:890
int version() const
returns the file version
Definition: MoreText.cxx:500
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