38 #ifndef CLARIS_WKS_SS_PARSER 39 # define CLARIS_WKS_SS_PARSER 45 #include <librevenge/librevenge.h> 82 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
89 void createDocument(
librevenge::RVNGSpreadsheetInterface *documentInterface);
the main class to read a AppleWorks/ClarisWorks spreadsheet file
Definition: ClarisWksSSParser.hxx:67
friend class ClarisWksSSParser
Definition: ClarisWksDocument.hxx:79
Definition: MWAWDocument.hxx:56
std::shared_ptr< ClarisWksDocumentInternal::State > m_state
the state
Definition: ClarisWksDocument.hxx:239
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
void sendFootnote(int zoneId)
ask the main parser to create a document to send a footnote
Definition: ClarisWksDocument.cxx:367
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a ClarisWksSSParser.
Definition: ClarisWksSSParser.cxx:66
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:282
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ClarisWksDocument.cxx:642
Internal: the subdocument of a ClarisWksSSParser.
Definition: ClarisWksSSParser.cxx:84