38#ifndef RAGTIME_5_SS_PARSER
39# define RAGTIME_5_SS_PARSER
45#include <librevenge/librevenge.h>
80 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
MWAWSpreadsheetParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor (protected)
Definition MWAWParser.hxx:291
the main class to read a RagTime v5 file
Definition RagTime5Document.hxx:77
Internal: the subdocument of a RagTime5SSParser.
Definition RagTime5SSParser.cxx:74
~RagTime5SSParser() final
destructor
Definition RagTime5SSParser.cxx:139
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition RagTime5SSParser.cxx:176
RagTime5SSParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition RagTime5SSParser.cxx:131
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
friend class RagTime5Document
Definition RagTime5SSParser.hxx:68
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
Internal: the state of a RagTime5SSParser.
Definition RagTime5SSParser.cxx:60