38 #ifndef CLARIS_WKS_SS_PARSER 39 # define CLARIS_WKS_SS_PARSER 45 #include <librevenge/librevenge.h> 82 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
the main class to read a AppleWorks/ClarisWorks spreadsheet file
Definition: ClarisWksSSParser.hxx:67
Definition: MWAWDocument.hxx:56
~ClarisWksSSParser() final
destructor
Definition: ClarisWksSSParser.cxx:149
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
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: ClarisWksSSParser.cxx:188
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)
creates a document to send a footnote
Definition: ClarisWksSSParser.cxx:168
void init()
inits all internal variables
Definition: ClarisWksSSParser.cxx:153
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ClarisWksSSParser.cxx:176
ClarisWksSSParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: ClarisWksSSParser.cxx:141
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
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksSSParser.cxx:227
Internal: the subdocument of a ClarisWksSSParser.
Definition: ClarisWksSSParser.cxx:84