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:482
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:1110
void setDocumentPassword(char const *passwd)
set the document password
Definition: SDWParser.hxx:72
virtual ~SDWParser()
destructor
Definition: SDWParser.cxx:82
SDWParser(STOFFInputStreamPtr input, STOFFHeader *header)
constructor
Definition: SDWParser.cxx:76
bool checkHeader(STOFFHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: SDWParser.cxx:239
void init()
inits all internal variables
Definition: SDWParser.cxx:86
virtual class which defines the ancestor of all text zone parser
Definition: STOFFParser.hxx:183
char const * m_password
the password
Definition: SDWParser.hxx:101
SDWParser & operator=(SDWParser const &orig)
the main class to read a StarOffice sdw file
Definition: SDWParser.hxx:64
Internal: the structures of a SDWParser.
Definition: SDWParser.cxx:58
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
bool createZones()
parses the different OLE, ...
Definition: SDWParser.cxx:118
a zone in a StarOffice file
Definition: StarZone.hxx:56
void parse(librevenge::RVNGTextInterface *documentInterface)
virtual function used to parse the input
Definition: SDWParser.cxx:96
shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition: SDWParser.hxx:103
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: SDWParser.cxx:216
shared_ptr< SDWParserInternal::State > m_state
the state
Definition: SDWParser.hxx:105