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