69 bool checkHeader(
MWAWHeader *header,
bool strict=
false);
72 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
79 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
82 bool sendSpreadsheet();
95 bool readPreferences();
97 bool readSpreadsheet();
99 bool readSpreadsheetSize();
101 bool readSpreadsheetPBreak();
103 bool readSpreadsheetStyle();
105 bool readSpreadsheetCellName();
109 bool readSpreadsheetCellList();
111 bool readSpreadsheetZone5();
115 bool readChartData();
122 bool decodeEncrypted();
124 bool findNextZone(
int lastType=0);
131 shared_ptr<WingzParserInternal::State>
m_state;
Internal: the structures of a WingzParser.
Definition: WingzParser.cxx:57
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:510
shared_ptr< WingzParserInternal::State > m_state
the state
Definition: WingzParser.hxx:131
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:500
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:275
the main class to read a Wingz document
Definition: WingzParser.hxx:60