80 void parse(librevenge::RVNGTextInterface *documentInterface);
87 void createDocument(librevenge::RVNGTextInterface *documentInterface);
bool checkHeader(STOFFInputStreamPtr &input, STOFFHeader &header, bool strict)
Wrapper to check a basic header of a mac file.
Definition: STOFFDocument.cxx:411
shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:474
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition: STOFFOLEParser.hxx:86
shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition: SDXParser.hxx:103
the main class to read/.
Definition: StarAttribute.hxx:1073
shared_ptr< SDXParserInternal::State > m_state
the state
Definition: SDXParser.hxx:105
void setDocumentPassword(char const *passwd)
set the document password
Definition: SDXParser.hxx:72
virtual class which defines the ancestor of all text zone parser
Definition: STOFFParser.hxx:194
char const * m_password
the password
Definition: SDXParser.hxx:101
Internal: the structures of a SDXParser.
Definition: SDXParser.cxx:58
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56
the main class to read a StarOffice sdX file
Definition: SDXParser.hxx:64