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:204
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:288
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: GreatWksSSParser.cxx:1271
bool readCell(GreatWksSSParserInternal::Cell &cell)
try to read a cell
Definition: GreatWksSSParser.cxx:862
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: GreatWksSSParser.cxx:759
bool readChart()
try to read the chart zone: v2
Definition: GreatWksSSParser.cxx:818
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:527
virtual ~GreatWksSSParser()
destructor
Definition: GreatWksSSParser.cxx:268
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
virtual function used to parse the input
Definition: GreatWksSSParser.cxx:296
bool readSpreadsheet()
read the spreadsheet block ( many unknown data )
Definition: GreatWksSSParser.cxx:399
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:517
bool readStyles()
try to read the styles
Definition: GreatWksSSParser.cxx:1167
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksSSParser.cxx:325
Defines MWAWCell (cell content and format)
void init()
inits all internal variables
Definition: GreatWksSSParser.cxx:272
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:280
GreatWksSSParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: GreatWksSSParser.cxx:262
bool createZones()
finds the different objects zones
Definition: GreatWksSSParser.cxx:368