55 #ifndef WPS_OLE_PARSER_H 56 #define WPS_OLE_PARSER_H 61 #include <librevenge-stream/librevenge-stream.h> 113 return m_unknownOLEs;
Definition: libwps_internal.cpp:38
std::vector< WPSOLEParserObject > const & getObjects() const
returns the list of data positions which have been read
Definition: WPSOLEParser.h:122
WPSPosition m_position
the position
Definition: WPSOLEParser.h:86
WPSOLEParserObject()
constructor
Definition: WPSOLEParser.h:82
std::vector< std::string > const & getNotParse() const
returns the list of unknown ole
Definition: WPSOLEParser.h:111
Definition: WPSDebug.h:196
Definition: WPSOLEParser.cpp:85
std::string m_mime
the mime type
Definition: WPSOLEParser.h:90
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition: WPSOLEParser.h:96
small struct to store an object
Definition: WPSOLEParser.h:79
std::vector< int > m_objectsId
list of pictures id
Definition: WPSOLEParser.h:179
std::vector< WPSOLEParserObject > m_objects
list of pictures read
Definition: WPSOLEParser.h:177
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:88
librevenge::RVNGBinaryData m_data
the data
Definition: WPSOLEParser.h:88
shared_ptr< WPSOLEParserInternal::CompObj > m_compObjIdName
a smart ptr used to stored the list of compobj id->name
Definition: WPSOLEParser.h:182
std::string m_avoidOLE
if filled, does not parse content with this name
Definition: WPSOLEParser.h:172
std::vector< int > const & getObjectsId() const
returns the list of id for which we have find a representation
Definition: WPSOLEParser.h:117
std::vector< std::string > m_unknownOLEs
list of ole which can not be parsed
Definition: WPSOLEParser.h:174
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: WPSPosition.h:39