49 namespace SDAParserInternal
80 void parse(librevenge::RVNGDrawingInterface *documentInterface);
82 void parse(librevenge::RVNGPresentationInterface *documentInterface);
86 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
88 void createDocument(librevenge::RVNGPresentationInterface *documentInterface);
shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition: SDAParser.hxx:104
void setDocumentPassword(char const *passwd)
set the document password
Definition: SDAParser.hxx:72
shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:488
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition: STOFFOLEParser.hxx:86
the main class to read/.
Definition: StarAttribute.hxx:1073
SDAParser(STOFFInputStreamPtr input, STOFFHeader *header)
constructor
Definition: SDAParser.cxx:71
virtual class which defines the ancestor of all graphic/presentation zone parser
Definition: STOFFParser.hxx:209
SDAParser & operator=(SDAParser const &orig)
the main class to read a StarOffice sda/sdd file
Definition: SDAParser.hxx:64
char const * m_password
the password
Definition: SDAParser.hxx:102
void parse(librevenge::RVNGDrawingInterface *documentInterface)
virtual function used to parse the input
Definition: SDAParser.cxx:83
bool createZones()
parses the different OLE, ...
Definition: SDAParser.cxx:137
shared_ptr< SDAParserInternal::State > m_state
the state
Definition: SDAParser.hxx:106
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: SDAParser.cxx:160
virtual ~SDAParser()
destructor
Definition: SDAParser.cxx:76
bool checkHeader(STOFFHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: SDAParser.cxx:217
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56