38#ifndef CLARIS_WKS_PARSER
39# define CLARIS_WKS_PARSER
45#include <librevenge/librevenge.h>
92 void newPage(
int number,
bool softBreak);
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:74
Internal: the subdocument of a ClarisWksParser.
Definition: ClarisWksParser.cxx:85
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:68
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ClarisWksParser.cxx:196
std::shared_ptr< ClarisWksParserInternal::State > m_state
the state
Definition: ClarisWksParser.hxx:107
void newPage(int number, bool softBreak)
adds a new page
Definition: ClarisWksParser.cxx:169
~ClarisWksParser() final
destructor
Definition: ClarisWksParser.cxx:149
std::shared_ptr< ClarisWksDocument > m_document
the main document manager
Definition: ClarisWksParser.hxx:110
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksParser.cxx:257
void parse(librevenge::RVNGTextInterface *documentInterface) final
virtual function used to parse the input
Definition: ClarisWksParser.cxx:208
void sendFootnote(int zoneId)
creates a document to send a footnote
Definition: ClarisWksParser.cxx:188
void init()
inits all internal variables
Definition: ClarisWksParser.cxx:153
virtual class which defines the ancestor of all text zone parser
Definition: MWAWParser.hxx:299
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a ClarisWksParser.
Definition: ClarisWksParser.cxx:67
Definition: MWAWDocument.hxx:57