80 void parse(librevenge::RVNGTextInterface *documentInterface);
87 void createDocument(librevenge::RVNGTextInterface *documentInterface);
the main class to read a StarOffice sdX file
Definition SDXParser.hxx:65
SDXParser & operator=(SDXParser const &orig)
void setDocumentPassword(char const *passwd)
set the document password
Definition SDXParser.hxx:72
virtual ~SDXParser()
destructor
Definition SDXParser.cxx:82
shared_ptr< SDXParserInternal::State > m_state
the state
Definition SDXParser.hxx:105
SDXParser(SDXParser const &orig)
char const * m_password
the password
Definition SDXParser.hxx:101
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition SDXParser.cxx:218
shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition SDXParser.hxx:103
void init()
inits all internal variables
Definition SDXParser.cxx:86
bool createZones()
parses the different OLE, ...
Definition SDXParser.cxx:118
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition SDXParser.cxx:96
bool checkHeader(STOFFHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition SDXParser.cxx:241
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 text zone parser
Definition STOFFParser.hxx:195
the main class to read/.
Definition StarAttribute.hxx:1074
an object corresponding to an OLE directory
Definition StarObject.hxx:65
a zone in a StarOffice file
Definition StarZone.hxx:57
shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition libstaroffice_internal.hxx:474
Internal: the structures of a SDXParser.
Definition SDXParser.cxx:59