34 #ifndef GREAT_WKS_SS_PARSER
35 # define GREAT_WKS_SS_PARSER
40 #include <librevenge/librevenge.h>
71 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
78 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
110 shared_ptr<GreatWksSSParserInternal::State>
m_state;
Internal: the subdocument of a GreatWksSSParser.
Definition: GreatWksSSParser.cxx:181
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:59
bool sendHF(int id)
try to send the i^th header/footer
Definition: GreatWksSSParser.cxx:265
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: GreatWksSSParser.cxx:1241
bool readCell(GreatWksSSParserInternal::Cell &cell)
try to read a cell
Definition: GreatWksSSParser.cxx:832
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: GreatWksSSParser.cxx:736
bool readChart()
try to read the chart zone: v2
Definition: GreatWksSSParser.cxx:788
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
virtual ~GreatWksSSParser()
destructor
Definition: GreatWksSSParser.cxx:245
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
virtual function used to parse the input
Definition: GreatWksSSParser.cxx:273
bool readSpreadsheet()
read the spreadsheet block ( many unknown data )
Definition: GreatWksSSParser.cxx:376
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
bool readStyles()
try to read the styles
Definition: GreatWksSSParser.cxx:1137
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksSSParser.cxx:302
Defines MWAWCell (cell content and format)
void init()
inits all internal variables
Definition: GreatWksSSParser.cxx:249
a cell of a GreatWksSSParser
Definition: GreatWksSSParser.cxx:78
the main class to read a GreatWorks spreadsheet file
Definition: GreatWksSSParser.hxx:58
Internal: the structures of a GreatWksSSParser.
Definition: GreatWksSSParser.cxx:61
shared_ptr< GreatWksSSParserInternal::State > m_state
the state
Definition: GreatWksSSParser.hxx:110
shared_ptr< GreatWksDocument > m_document
the document
Definition: GreatWksSSParser.hxx:113
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:271
GreatWksSSParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: GreatWksSSParser.cxx:239
bool createZones()
finds the different objects zones
Definition: GreatWksSSParser.cxx:345