80 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
override;
84 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
105 std::shared_ptr<SDCParserInternal::State>
m_state;
the main class to read a StarOffice sdc file
Definition SDCParser.hxx:65
bool createZones()
parses the different OLE, ...
Definition SDCParser.cxx:116
char const * m_password
the password
Definition SDCParser.hxx:101
bool checkHeader(STOFFHeader *header, bool strict=false) override
checks if the document header is correct (or not)
Definition SDCParser.cxx:183
~SDCParser() final
destructor
Definition SDCParser.cxx:82
bool sendSpreadsheet()
try to send the spreadsheet
Definition SDCParser.cxx:158
std::shared_ptr< SDCParserInternal::State > m_state
the state
Definition SDCParser.hxx:105
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition SDCParser.cxx:140
SDCParser & operator=(SDCParser const &orig)=delete
SDCParser(STOFFInputStreamPtr &input, STOFFHeader *header)
constructor
Definition SDCParser.cxx:74
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface) override
virtual function used to parse the input
Definition SDCParser.cxx:89
std::shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition SDCParser.hxx:103
void setDocumentPassword(char const *passwd)
set the document password
Definition SDCParser.hxx:72
SDCParser(SDCParser const &orig)=delete
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition STOFFOLEParser.hxx:87
virtual class which defines the ancestor of all spreadsheet zone parser
Definition STOFFParser.hxx:227
the main class to read/.
Definition StarAttribute.hxx:1081
an object corresponding to an OLE directory
Definition StarObject.hxx:65
a zone in a StarOffice file
Definition StarZone.hxx:57
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition libstaroffice_internal.hxx:489
Internal: the structures of a SDCParser.
Definition SDCParser.cxx:53