47 namespace WingzParserInternal
72 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
79 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
131 shared_ptr<WingzParserInternal::State>
m_state;
bool readPreferences()
read the preference zone ( the first zone)
Definition: WingzParser.cxx:353
bool readPrintInfo()
read the print info zone
Definition: WingzParser.cxx:2561
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:265
WingzParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: WingzParser.cxx:240
bool createZones()
finds the different objects zones
Definition: WingzParser.cxx:324
bool readSpreadsheet()
read the spreadshet zone
Definition: WingzParser.cxx:512
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: WingzParser.cxx:2508
bool readSpreadsheetPBreak()
read a page break zone
Definition: WingzParser.cxx:1654
bool readGraphic()
read a graphic zone
Definition: WingzParser.cxx:1816
bool readSpreadsheetZone5()
read a spreadsheet unknown zone 5
Definition: WingzParser.cxx:1690
bool readSpreadsheetCellName()
read a spreadsheet cell name
Definition: WingzParser.cxx:997
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:388
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: WingzParser.cxx:2640
bool decodeEncrypted()
try to decode an encrypted input
Definition: WingzParser.cxx:2464
shared_ptr< WingzParserInternal::State > m_state
the state
Definition: WingzParser.hxx:131
void init()
inits all internal variables
Definition: WingzParser.cxx:250
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: WingzParser.cxx:299
bool readMacro()
read a macro in a text zone ( some graphic zone)
Definition: WingzParser.cxx:2322
bool readSpreadsheetStyle()
read a style in a spreadsheet
Definition: WingzParser.cxx:1073
bool readTextZone()
read a text zone or a button zone ( some graphic zone)
Definition: WingzParser.cxx:2041
bool readSpreadsheetCellList()
read a spreadsheet list of cell
Definition: WingzParser.cxx:735
bool findNextZone(int lastType=0)
try to find the next spreadsheet zone
Definition: WingzParser.cxx:1768
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:380
virtual ~WingzParser()
destructor
Definition: WingzParser.cxx:246
bool readFormula()
read a formula in a spreadsheet
Definition: WingzParser.cxx:1307
bool readChartData()
read a chart ( some graphic zone)
Definition: WingzParser.cxx:2382
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:247
the main class to read a Wingz document
Definition: WingzParser.hxx:60