72 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
79 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
131 shared_ptr<WingzParserInternal::State>
m_state;
Internal: the structures of a WingzParser.
Definition: WingzParser.cxx:57
bool readPreferences()
read the preference zone ( the first zone)
Definition: WingzParser.cxx:354
bool readPrintInfo()
read the print info zone
Definition: WingzParser.cxx:2560
bool readSpreadsheetSize()
read some spreadsheet size (col/row size or page break)
Definition: WingzParser.cxx:1602
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
virtual function used to parse the input
Definition: WingzParser.cxx:268
WingzParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: WingzParser.cxx:243
bool createZones()
finds the different objects zones
Definition: WingzParser.cxx:325
bool readSpreadsheet()
read the spreadshet zone
Definition: WingzParser.cxx:513
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: WingzParser.cxx:2507
bool readSpreadsheetPBreak()
read a page break zone
Definition: WingzParser.cxx:1653
bool readGraphic()
read a graphic zone
Definition: WingzParser.cxx:1815
bool readSpreadsheetZone5()
read a spreadsheet unknown zone 5
Definition: WingzParser.cxx:1689
bool readSpreadsheetCellName()
read a spreadsheet cell name
Definition: WingzParser.cxx:999
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: WingzParser.cxx:2639
bool decodeEncrypted()
try to decode an encrypted input
Definition: WingzParser.cxx:2463
shared_ptr< WingzParserInternal::State > m_state
the state
Definition: WingzParser.hxx:131
void init()
inits all internal variables
Definition: WingzParser.cxx:253
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: WingzParser.cxx:300
bool readMacro()
read a macro in a text zone ( some graphic zone)
Definition: WingzParser.cxx:2321
bool readSpreadsheetStyle()
read a style in a spreadsheet
Definition: WingzParser.cxx:1075
bool readTextZone()
read a text zone or a button zone ( some graphic zone)
Definition: WingzParser.cxx:2040
bool readSpreadsheetCellList()
read a spreadsheet list of cell
Definition: WingzParser.cxx:736
bool findNextZone(int lastType=0)
try to find the next spreadsheet zone
Definition: WingzParser.cxx:1767
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
virtual ~WingzParser()
destructor
Definition: WingzParser.cxx:249
bool readFormula()
read a formula in a spreadsheet
Definition: WingzParser.cxx:1309
bool readChartData()
read a chart ( some graphic zone)
Definition: WingzParser.cxx:2381
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:271
the main class to read a Wingz document
Definition: WingzParser.hxx:60