80 void parse(librevenge::RVNGTextInterface *documentInterface);
87 void createDocument(librevenge::RVNGTextInterface *documentInterface);
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
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition: SDXParser.cxx:96
SDXParser & operator=(SDXParser const &orig)
shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition: SDXParser.hxx:103
the main class to read/.
Definition: StarAttribute.hxx:1073
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: SDXParser.cxx:218
shared_ptr< SDXParserInternal::State > m_state
the state
Definition: SDXParser.hxx:105
SDXParser(STOFFInputStreamPtr input, STOFFHeader *header)
constructor
Definition: SDXParser.cxx:76
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
bool checkHeader(STOFFHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: SDXParser.cxx:241
char const * m_password
the password
Definition: SDXParser.hxx:101
bool createZones()
parses the different OLE, ...
Definition: SDXParser.cxx:118
virtual ~SDXParser()
destructor
Definition: SDXParser.cxx:82
void init()
inits all internal variables
Definition: SDXParser.cxx:86
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