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