38 #ifndef CLARIS_WKS_TEXT 39 # define CLARIS_WKS_TEXT 94 bool updatePageSpanList(
MWAWPageSpan const &page, std::vector<MWAWPageSpan> &spanList);
106 bool canSendTextAsGraphic(
int number)
const;
139 bool readParagraphs();
144 bool readParagraph(
int id=-1);
149 bool readSTYL_RULR(
int N,
int fSz);
167 std::shared_ptr<ClarisWksTextInternal::State>
m_state;
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksText.hxx:170
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
the main class to read the text part of Claris Works file
Definition: ClarisWksText.hxx:75
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:98
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
Internal: class to store the paragraph properties.
Definition: ClarisWksText.cxx:117
a structure to store the style list and the lookup zone
Definition: ClarisWksStyleManager.hxx:60
Internal: the subdocument of a ClarisWksDocument.
Definition: ClarisWksText.cxx:587
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:87
ClarisWksDocument & m_document
the document
Definition: ClarisWksText.hxx:161
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
int version() const
return the file version
Definition: ClarisWksStyleManager.cxx:1604
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksText.hxx:164
Definition: ClarisWksText.cxx:495
Internal: the structures of a ClarisWksText.
Definition: ClarisWksText.cxx:58
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:99
This class contains a virtual interface to all listener.
Definition: MWAWListener.hxx:49
ClarisWksStyleManager & operator=(ClarisWksStyleManager const &orig)=delete
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
std::shared_ptr< ClarisWksTextInternal::State > m_state
the state
Definition: ClarisWksText.hxx:167