72 bool checkHeader(
MWAWHeader *header,
bool strict=false) final;
75 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
86 void createDocument(
librevenge::RVNGSpreadsheetInterface *documentInterface);
89 bool sendSpreadsheet();
102 bool readPreferences();
104 bool readSpreadsheet();
106 bool readSpreadsheetSize();
108 bool readSpreadsheetPBreak();
110 bool readSpreadsheetStyle();
112 bool readSpreadsheetCellName();
116 bool readSpreadsheetCellList();
118 bool readSpreadsheetZone5();
123 bool decodeEncrypted();
125 bool findNextZone(
int lastType=0);
Internal: the structures of a WingzParser.
Definition: WingzParser.cxx:59
Definition: MWAWDocument.hxx:56
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< WingzGraphInternal::State > m_state
the state
Definition: WingzGraph.hxx:126
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
friend class WingzParser
Definition: WingzGraph.hxx:68
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:282
the main class to read the graphic part of a Claris Resolve/Wingz file
Definition: WingzGraph.hxx:66
the main class to read a Claris Resolve or a Wingz document
Definition: WingzParser.hxx:62