34 #ifndef GREAT_WKS_SS_PARSER
35 # define GREAT_WKS_SS_PARSER
40 #include <librevenge/librevenge.h>
71 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
Internal: the subdocument of a GreatWksSSParser.
Definition: GreatWksSSParser.cxx:219
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: GreatWksSSParser.cxx:1277
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: GreatWksSSParser.cxx:308
Definition: MWAWDocument.hxx:56
~GreatWksSSParser() final
destructor
Definition: GreatWksSSParser.cxx:280
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:60
bool sendHF(int id)
try to send the i^th header/footer
Definition: GreatWksSSParser.cxx:300
std::shared_ptr< GreatWksSSParserInternal::State > m_state
the state
Definition: GreatWksSSParser.hxx:110
bool readCell(GreatWksSSParserInternal::Cell &cell)
try to read a cell
Definition: GreatWksSSParser.cxx:870
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: GreatWksSSParser.cxx:769
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:557
bool readChart()
try to read the chart zone: v2
Definition: GreatWksSSParser.cxx:826
std::shared_ptr< GreatWksDocument > m_document
the document
Definition: GreatWksSSParser.hxx:113
bool readSpreadsheet()
read the spreadsheet block ( many unknown data )
Definition: GreatWksSSParser.cxx:411
bool readStyles()
try to read the styles
Definition: GreatWksSSParser.cxx:1176
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:547
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksSSParser.cxx:337
Defines MWAWCell (cell content and format)
void init()
inits all internal variables
Definition: GreatWksSSParser.cxx:284
the main class to read a GreatWorks spreadsheet file
Definition: GreatWksSSParser.hxx:58
Internal: the structures of a GreatWksSSParser.
Definition: GreatWksSSParser.cxx:61
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:282
GreatWksSSParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: GreatWksSSParser.cxx:272
bool createZones()
finds the different objects zones
Definition: GreatWksSSParser.cxx:380