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:377
bool readPrintInfo()
read the print info zone
Definition: WingzParser.cxx:2585
bool readSpreadsheetSize()
read some spreadsheet size (col/row size or page break)
Definition: WingzParser.cxx:1625
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
virtual function used to parse the input
Definition: WingzParser.cxx:291
WingzParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: WingzParser.cxx:266
bool createZones()
finds the different objects zones
Definition: WingzParser.cxx:348
bool readSpreadsheet()
read the spreadshet zone
Definition: WingzParser.cxx:536
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: WingzParser.cxx:2532
bool readSpreadsheetPBreak()
read a page break zone
Definition: WingzParser.cxx:1676
bool readGraphic()
read a graphic zone
Definition: WingzParser.cxx:1840
bool readSpreadsheetZone5()
read a spreadsheet unknown zone 5
Definition: WingzParser.cxx:1712
bool readSpreadsheetCellName()
read a spreadsheet cell name
Definition: WingzParser.cxx:1022
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:527
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: WingzParser.cxx:2664
bool decodeEncrypted()
try to decode an encrypted input
Definition: WingzParser.cxx:2488
shared_ptr< WingzParserInternal::State > m_state
the state
Definition: WingzParser.hxx:131
void init()
inits all internal variables
Definition: WingzParser.cxx:276
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: WingzParser.cxx:323
bool readMacro()
read a macro in a text zone ( some graphic zone)
Definition: WingzParser.cxx:2346
bool readSpreadsheetStyle()
read a style in a spreadsheet
Definition: WingzParser.cxx:1098
bool readTextZone()
read a text zone or a button zone ( some graphic zone)
Definition: WingzParser.cxx:2065
bool readSpreadsheetCellList()
read a spreadsheet list of cell
Definition: WingzParser.cxx:759
bool findNextZone(int lastType=0)
try to find the next spreadsheet zone
Definition: WingzParser.cxx:1790
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:517
virtual ~WingzParser()
destructor
Definition: WingzParser.cxx:272
bool readFormula()
read a formula in a spreadsheet
Definition: WingzParser.cxx:1332
bool readChartData()
read a chart ( some graphic zone)
Definition: WingzParser.cxx:2406
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:280
the main class to read a Wingz document
Definition: WingzParser.hxx:60