87 std::shared_ptr<MWAWSubDocument> getHeaderFooter(
bool header);
97 int getLastTopicChildId(
int tId)
const;
101 int checkTopicList(
size_t tId, std::set<size_t> &parent);
104 bool readComment(
MWAWEntry const &entry);
107 bool readSpeakerNote(
MWAWEntry const &entry);
113 bool sendComment(
int cId);
116 bool sendSpeakerNote(
int nId);
119 bool sendTopic(
int tId,
int dLevel, std::vector<MWAWParagraph> ¶Stack);
125 bool readOutlineList(
MWAWEntry const &entry);
134 bool readFont(
MWAWEntry const &entry, std::string &fName,
int &fId);
141 bool parseUnknown(
MWAWEntry const &entry,
long fDecal);
155 std::shared_ptr<MoreTextInternal::State>
m_state;
Internal: the structures of a MoreText.
Definition: MoreText.cxx:60
std::shared_ptr< MoreTextInternal::State > m_state
the state
Definition: MoreText.hxx:155
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
SubDocument & operator=(SubDocument const &orig)=delete
the main class to read a More file
Definition: MoreParser.hxx:80
MWAWParserStatePtr m_parserState
the parser state
Definition: MoreText.hxx:152
small structure to keep information about a list level
Definition: MWAWList.hxx:44
Internal: the outline data of a MoreText.
Definition: MoreText.cxx:192
Internal: the subdocument of a MoreText.
Definition: MoreText.cxx:444
Class to store font.
Definition: MWAWFont.hxx:43
the main class to read the text part of More Text file
Definition: MoreText.hxx:64
MoreParser * m_mainParser
the main parser;
Definition: MoreText.hxx:158
Internal: the paragraph of a MoreText.
Definition: MoreText.cxx:64
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46