38 #ifndef RAGTIME_5_SS_PARSER 39 # define RAGTIME_5_SS_PARSER 45 #include <librevenge/librevenge.h> 80 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
87 void createDocument(
librevenge::RVNGSpreadsheetInterface *documentInterface);
94 void sendFootnote(
int zoneId);
std::shared_ptr< RagTime5DocumentInternal::State > m_state
the state
Definition: RagTime5Document.hxx:279
Internal: the subdocument of a RagTime5SSParser.
Definition: RagTime5SSParser.cxx:73
Internal: the structures of a RagTime5SSParser.
Definition: RagTime5SSParser.cxx:55
Definition: MWAWDocument.hxx:56
friend class RagTime5SSParser
Definition: RagTime5Document.hxx:85
the main class to parse a RagTime 5-6 file containing only a spreadsheet
Definition: RagTime5SSParser.hxx:65
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
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: RagTime5Document.cxx:2507
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:76
void init()
inits all internal variables
Definition: RagTime5Document.cxx:334
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:282