38#ifndef CLARIS_WKS_SS_PARSER
39# define CLARIS_WKS_SS_PARSER
45#include <librevenge/librevenge.h>
82 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:74
Internal: the subdocument of a ClarisWksSSParser.
Definition: ClarisWksSSParser.cxx:85
the main class to read a AppleWorks/ClarisWorks spreadsheet file
Definition: ClarisWksSSParser.hxx:68
~ClarisWksSSParser() final
destructor
Definition: ClarisWksSSParser.cxx:149
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ClarisWksSSParser.cxx:176
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: ClarisWksSSParser.cxx:188
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksSSParser.cxx:227
void sendFootnote(int zoneId)
creates a document to send a footnote
Definition: ClarisWksSSParser.cxx:168
void init()
inits all internal variables
Definition: ClarisWksSSParser.cxx:153
std::shared_ptr< ClarisWksDocument > m_document
the main document manager
Definition: ClarisWksSSParser.hxx:107
std::shared_ptr< ClarisWksSSParserInternal::State > m_state
the state
Definition: ClarisWksSSParser.hxx:104
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:283
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 ClarisWksSSParser.
Definition: ClarisWksSSParser.cxx:67
Definition: MWAWDocument.hxx:57