75 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
Internal: the structures of a WingzParser.
Definition: WingzParser.cxx:59
bool readPreferences()
read the preference zone ( the first zone)
Definition: WingzParser.cxx:427
bool readPrintInfo()
read the print info zone
Definition: WingzParser.cxx:2126
Definition: MWAWDocument.hxx:56
std::shared_ptr< WingzGraph > m_graphParser
the graph parser
Definition: WingzParser.hxx:135
bool readSpreadsheetSize()
read some spreadsheet size (col/row size or page break)
Definition: WingzParser.cxx:1756
bool createZones()
finds the different objects zones
Definition: WingzParser.cxx:398
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:333
bool readSpreadsheet()
read the spreadshet zone
Definition: WingzParser.cxx:586
bool readSpreadsheetPBreak()
read a page break zone
Definition: WingzParser.cxx:1807
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:557
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: WingzParser.cxx:2074
bool readSpreadsheetZone5()
read a spreadsheet unknown zone 5
Definition: WingzParser.cxx:1843
bool readSpreadsheetCellName()
read a spreadsheet cell name
Definition: WingzParser.cxx:1076
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: WingzParser.cxx:2205
bool decodeEncrypted()
try to decode an encrypted input
Definition: WingzParser.cxx:2031
void init()
inits all internal variables
Definition: WingzParser.cxx:322
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: WingzParser.cxx:373
std::shared_ptr< WingzParserInternal::State > m_state
the state
Definition: WingzParser.hxx:132
bool readMacro()
read a macro in a text zone ( some graphic zone)
Definition: WingzParser.cxx:1971
bool readSpreadsheetStyle()
read a style in a spreadsheet
Definition: WingzParser.cxx:1152
bool readSpreadsheetCellList()
read a spreadsheet list of cell
Definition: WingzParser.cxx:813
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
the main parse function
Definition: WingzParser.cxx:341
WingzParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: WingzParser.cxx:310
bool findNextZone(int lastType=0)
try to find the next spreadsheet zone
Definition: WingzParser.cxx:1921
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:547
~WingzParser() final
destructor
Definition: WingzParser.cxx:318
bool readFormula()
read a formula in a spreadsheet
Definition: WingzParser.cxx:1386
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