80 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
override;
84 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
90 bool sendSpreadsheet();
105 std::shared_ptr<SDCParserInternal::State>
m_state;
bool checkHeader(STOFFInputStreamPtr &input, STOFFHeader &header, bool strict)
Wrapper to check a basic header of a mac file.
Definition: STOFFDocument.cxx:406
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
the main class to read/.
Definition: StarAttribute.hxx:1080
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:485
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
std::shared_ptr< SDCParserInternal::State > m_state
the state
Definition: SDCParser.hxx:105
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