75 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:283
the main class to read the graphic part of a Claris Resolve/Wingz file
Definition: WingzGraph.hxx:67
the main class to read a Claris Resolve or a Wingz document
Definition: WingzParser.hxx:63
bool readMacro()
read a macro in a text zone ( some graphic zone)
Definition: WingzParser.cxx:1972
MWAWVec2f getPosition(MWAWVec2i const &cell, MWAWVec2f const &relPos) const
returns the page position corresponding to a cell and its relative position(in percent)
Definition: WingzParser.cxx:334
bool readSpreadsheetSize()
read some spreadsheet size (col/row size or page break)
Definition: WingzParser.cxx:1757
bool decodeEncrypted()
try to decode an encrypted input
Definition: WingzParser.cxx:2032
bool readPreferences()
read the preference zone ( the first zone)
Definition: WingzParser.cxx:428
bool readSpreadsheetZone5()
read a spreadsheet unknown zone 5
Definition: WingzParser.cxx:1844
std::shared_ptr< WingzParserInternal::State > m_state
the state
Definition: WingzParser.hxx:132
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: WingzParser.cxx:374
bool readFormula()
read a formula in a spreadsheet
Definition: WingzParser.cxx:1387
bool readSpreadsheetCellList()
read a spreadsheet list of cell
Definition: WingzParser.cxx:814
bool readSpreadsheetPBreak()
read a page break zone
Definition: WingzParser.cxx:1808
bool readSpreadsheetStyle()
read a style in a spreadsheet
Definition: WingzParser.cxx:1153
bool readSpreadsheetCellName()
read a spreadsheet cell name
Definition: WingzParser.cxx:1077
bool readPrintInfo()
read the print info zone
Definition: WingzParser.cxx:2127
bool createZones()
finds the different objects zones
Definition: WingzParser.cxx:399
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: WingzParser.cxx:2075
bool findNextZone(int lastType=0)
try to find the next spreadsheet zone
Definition: WingzParser.cxx:1922
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
the main parse function
Definition: WingzParser.cxx:342
~WingzParser() final
destructor
Definition: WingzParser.cxx:319
bool readSpreadsheet()
read the spreadshet zone
Definition: WingzParser.cxx:587
void init()
inits all internal variables
Definition: WingzParser.cxx:323
std::shared_ptr< WingzGraph > m_graphParser
the graph parser
Definition: WingzParser.hxx:135
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: WingzParser.cxx:2206
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a WingzParser.
Definition: WingzParser.cxx:60
Definition: MWAWDocument.hxx:57