38 #ifndef RAGTIME_5_SS_PARSER 39 # define RAGTIME_5_SS_PARSER 45 #include <librevenge/librevenge.h> 80 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
Internal: the subdocument of a RagTime5SSParser.
Definition: RagTime5SSParser.cxx:73
Internal: the structures of a RagTime5SSParser.
Definition: RagTime5SSParser.cxx:55
Definition: MWAWDocument.hxx:56
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
the main class to parse a RagTime 5-6 file containing only a spreadsheet
Definition: RagTime5SSParser.hxx:65
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
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: RagTime5SSParser.cxx:208
std::shared_ptr< RagTime5Document > m_document
the main document manager
Definition: RagTime5SSParser.hxx:105
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
RagTime5SSParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: RagTime5SSParser.cxx:131
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: RagTime5SSParser.cxx:176
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:76
void sendFootnote(int zoneId)
creates a document to send a footnote
Definition: RagTime5SSParser.cxx:158
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:282
~RagTime5SSParser() final
destructor
Definition: RagTime5SSParser.cxx:139