34#ifndef GREAT_WKS_SS_PARSER
35# define GREAT_WKS_SS_PARSER
40#include <librevenge/librevenge.h>
71 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
Defines MWAWCell (cell content and format)
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:61
Internal: the subdocument of a GreatWksSSParser.
Definition: GreatWksSSParser.cxx:223
the main class to read a GreatWorks spreadsheet file
Definition: GreatWksSSParser.hxx:59
~GreatWksSSParser() final
destructor
Definition: GreatWksSSParser.cxx:283
std::shared_ptr< GreatWksDocument > m_document
the document
Definition: GreatWksSSParser.hxx:113
bool readCell(GreatWksSSParserInternal::Cell &cell)
try to read a cell
Definition: GreatWksSSParser.cxx:873
bool readSpreadsheet()
read the spreadsheet block ( many unknown data )
Definition: GreatWksSSParser.cxx:414
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: GreatWksSSParser.cxx:1280
std::shared_ptr< GreatWksSSParserInternal::State > m_state
the state
Definition: GreatWksSSParser.hxx:110
bool sendHF(int id)
try to send the i^th header/footer
Definition: GreatWksSSParser.cxx:303
void init()
inits all internal variables
Definition: GreatWksSSParser.cxx:287
bool readStyles()
try to read the styles
Definition: GreatWksSSParser.cxx:1179
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksSSParser.cxx:340
bool createZones()
finds the different objects zones
Definition: GreatWksSSParser.cxx:383
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: GreatWksSSParser.cxx:311
bool readChart()
try to read the chart zone: v2
Definition: GreatWksSSParser.cxx:829
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: GreatWksSSParser.cxx:772
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:283
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 GreatWksSSParser.
Definition: GreatWksSSParser.cxx:62
Definition: MWAWDocument.hxx:57