34 #ifndef MS_WKS_SS_PARSER
35 # define MS_WKS_SS_PARSER
78 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
85 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
117 shared_ptr<MsWksSSParserInternal::State>
m_state;
MsWksSSParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: MsWksSSParser.cxx:210
shared_ptr< MsWksDocument > m_document
the actual zone
Definition: MsWksSSParser.hxx:123
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: MsWksSSParser.cxx:1187
bool readEndHeader()
reads the end of the header
bool readSSheetZone()
try to read the spreadsheet data zone
Definition: MsWksSSParser.cxx:429
Internal: the structures of a MsWksSSParser.
Definition: MsWksSSParser.cxx:58
void sendNote(int id)
try to send a note
Definition: MsWksSSParser.cxx:275
shared_ptr< MsWksSSParserInternal::State > m_state
the state
Definition: MsWksSSParser.hxx:117
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
void init()
inits all internal variables
Definition: MsWksSSParser.cxx:228
virtual ~MsWksSSParser()
destructor
Definition: MsWksSSParser.cxx:224
bool createZones()
finds the different objects zones
Definition: MsWksSSParser.cxx:364
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
virtual function used to parse the input
Definition: MsWksSSParser.cxx:242
the main class to read a Microsoft Works spreadsheet file
Definition: MsWksSSParser.hxx:65
bool readCell(int sz, MWAWVec2i const &cellPos, MsWksSSParserInternal::Cell &cell)
reads a cell content data
Definition: MsWksSSParser.cxx:839
std::vector< MWAWEntry > m_listZones
the list of different Zones
Definition: MsWksSSParser.hxx:120
Internal: the subdocument of a MsWksSSParser.
Definition: MsWksSSParser.cxx:155
Defines MWAWCell (cell content and format)
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: MsWksSSParser.cxx:338
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:271
a cell of a MsWksSSParser
Definition: MsWksSSParser.cxx:61
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:67
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: MsWksSSParser.cxx:1127