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:222
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: GreatWksSSParser.cxx:1280
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: GreatWksSSParser.cxx:311
Definition: MWAWDocument.hxx:56
~GreatWksSSParser() final
destructor
Definition: GreatWksSSParser.cxx:283
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:303
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:873
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: GreatWksSSParser.cxx:772
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
bool readChart()
try to read the chart zone: v2
Definition: GreatWksSSParser.cxx:829
std::shared_ptr< GreatWksDocument > m_document
the document
Definition: GreatWksSSParser.hxx:113
bool readSpreadsheet()
read the spreadsheet block ( many unknown data )
Definition: GreatWksSSParser.cxx:414
bool readStyles()
try to read the styles
Definition: GreatWksSSParser.cxx:1179
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksSSParser.cxx:340
Defines MWAWCell (cell content and format)
void init()
inits all internal variables
Definition: GreatWksSSParser.cxx:287
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:275
bool createZones()
finds the different objects zones
Definition: GreatWksSSParser.cxx:383