38#ifndef RAGTIME_5_SS_PARSER
39# define RAGTIME_5_SS_PARSER
45#include <librevenge/librevenge.h>
80 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:283
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:77
Internal: the subdocument of a RagTime5SSParser.
Definition: RagTime5SSParser.cxx:74
the main class to parse a RagTime 5-6 file containing only a spreadsheet
Definition: RagTime5SSParser.hxx:66
~RagTime5SSParser() final
destructor
Definition: RagTime5SSParser.cxx:139
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: RagTime5SSParser.cxx:176
void sendFootnote(int zoneId)
creates a document to send a footnote
Definition: RagTime5SSParser.cxx:158
void init()
inits all internal variables
Definition: RagTime5SSParser.cxx:143
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: RagTime5SSParser.cxx:165
std::shared_ptr< RagTime5Document > m_document
the main document manager
Definition: RagTime5SSParser.hxx:105
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: RagTime5SSParser.cxx:208
std::shared_ptr< RagTime5SSParserInternal::State > m_state
the state
Definition: RagTime5SSParser.hxx:102
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 RagTime5SSParser.
Definition: RagTime5SSParser.cxx:56
Definition: MWAWDocument.hxx:57