34#ifndef MS_WKS_SS_PARSER
35# define MS_WKS_SS_PARSER
78 void parse(
librevenge::RVNGSpreadsheetInterface *documentInterface) final;
Defines MWAWCell (cell content and format)
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:283
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:69
Internal: the subdocument of a MsWksSSParser.
Definition: MsWksSSParser.cxx:180
the main class to read a Microsoft Works spreadsheet file
Definition: MsWksSSParser.hxx:66
std::vector< MWAWEntry > m_listZones
the list of different Zones
Definition: MsWksSSParser.hxx:120
bool readEndHeader()
reads the end of the header
void sendNote(int id)
try to send a note
Definition: MsWksSSParser.cxx:300
bool readCell(int sz, MWAWVec2i const &cellPos, MsWksSSParserInternal::Cell &cell)
reads a cell content data
Definition: MsWksSSParser.cxx:862
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) final
virtual function used to parse the input
Definition: MsWksSSParser.cxx:267
std::shared_ptr< MsWksSSParserInternal::State > m_state
the state
Definition: MsWksSSParser.hxx:117
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: MsWksSSParser.cxx:1154
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: MsWksSSParser.cxx:363
std::shared_ptr< MsWksDocument > m_document
the actual zone
Definition: MsWksSSParser.hxx:123
~MsWksSSParser() final
destructor
Definition: MsWksSSParser.cxx:249
bool createZones()
finds the different objects zones
Definition: MsWksSSParser.cxx:389
bool readSSheetZone()
try to read the spreadsheet data zone
Definition: MsWksSSParser.cxx:454
void init()
inits all internal variables
Definition: MsWksSSParser.cxx:253
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: MsWksSSParser.cxx:1215
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 MsWksSSParser.
Definition: MsWksSSParser.cxx:59
Definition: MWAWDocument.hxx:57