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