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;
142 bool readParagraphs();
147 bool readParagraph(
int id=-1);
152 bool readSTYL_RULR(
int N,
int fSz);
170 shared_ptr<ClarisWksTextInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:491
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksText.hxx:173
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:95
bool readFont(int id, int fontSize, MWAWFont &font)
try to read a named font
Definition: ClarisWksStyleManager.cxx:2330
ClarisWksStyleManager & operator=(ClarisWksStyleManager const &orig)
Internal: class to store the paragraph properties.
Definition: ClarisWksText.cxx:111
a structure to store the style list and the lookup zone
Definition: ClarisWksStyleManager.hxx:60
Internal: the subdocument of a ClarisWksDocument.
Definition: ClarisWksText.cxx:525
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:58
ClarisWksDocument & m_document
the document
Definition: ClarisWksText.hxx:164
Class to store font.
Definition: MWAWFont.hxx:43
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:72
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
int version() const
return the file version
Definition: ClarisWksStyleManager.cxx:1571
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksText.hxx:167
Definition: ClarisWksText.cxx:453
Internal: the structures of a ClarisWksText.
Definition: ClarisWksText.cxx:58
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:495
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
This class contains a virtual interface to all listener.
Definition: MWAWListener.hxx:49
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
shared_ptr< ClarisWksTextInternal::State > m_state
the state
Definition: ClarisWksText.hxx:170