38 #ifndef CLARIS_WKS_PARSER 39 # define CLARIS_WKS_PARSER 45 #include <librevenge/librevenge.h> 82 void parse(librevenge::RVNGTextInterface *documentInterface);
89 void createDocument(librevenge::RVNGTextInterface *documentInterface);
92 void newPage(
int number,
bool softBreak);
107 shared_ptr<ClarisWksParserInternal::State>
m_state;
void newPage(int page, bool softBreak=false)
send a page break
Definition: ClarisWksDocument.cxx:306
shared_ptr< ClarisWksDocument > m_document
the main document manager
Definition: ClarisWksParser.hxx:110
friend class ClarisWksParser
Definition: ClarisWksDocument.hxx:76
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
void sendFootnote(int zoneId)
ask the main parser to create a document to send a footnote
Definition: ClarisWksDocument.cxx:347
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:527
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:295
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:517
Internal: the subdocument of a ClarisWksParser.
Definition: ClarisWksParser.cxx:82
shared_ptr< ClarisWksParserInternal::State > m_state
the state
Definition: ClarisWksParser.hxx:107
Internal: the structures of a ClarisWksParser.
Definition: ClarisWksParser.cxx:66
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ClarisWksDocument.cxx:615