LibreOffice Module oox (master) 1
|
Contains generic information about an OLE object. More...
#include <oleobjecthelper.hxx>
Public Member Functions | |
OleObjectInfo () | |
Public Attributes | |
StreamDataSequence | maEmbeddedData |
Data of an embedded OLE object. More... | |
OUString | maTargetLink |
Path to external data for linked OLE object. More... | |
OUString | maProgId |
bool | mbLinked |
True = linked OLE object, false = embedded OLE object. More... | |
bool | mbShowAsIcon |
True = show as icon, false = show contents. More... | |
bool | mbAutoUpdate |
bool | mbHasPicture |
Ole object requires a picture element according to spec.> More... | |
Contains generic information about an OLE object.
Definition at line 42 of file oleobjecthelper.hxx.
|
explicit |
Definition at line 49 of file oleobjecthelper.cxx.
StreamDataSequence oox::ole::OleObjectInfo::maEmbeddedData |
Data of an embedded OLE object.
Definition at line 44 of file oleobjecthelper.hxx.
Referenced by oox::drawingml::ArtisticEffectProperties::getEffect(), oox::ole::OleObjectHelper::importOleObject(), oox::drawingml::OleObjectGraphicDataContext::onCreateContext(), and oox::drawingml::ArtisticEffectContext::onCreateContext().
OUString oox::ole::OleObjectInfo::maProgId |
OUString oox::ole::OleObjectInfo::maTargetLink |
Path to external data for linked OLE object.
Definition at line 45 of file oleobjecthelper.hxx.
Referenced by oox::ole::OleObjectHelper::importOleObject(), and oox::drawingml::OleObjectGraphicDataContext::onCreateContext().
bool oox::ole::OleObjectInfo::mbAutoUpdate |
Definition at line 49 of file oleobjecthelper.hxx.
Referenced by oox::drawingml::OleObjectGraphicDataContext::onCreateContext().
bool oox::ole::OleObjectInfo::mbHasPicture |
Ole object requires a picture element according to spec.>
Definition at line 50 of file oleobjecthelper.hxx.
Referenced by oox::drawingml::OleObjectGraphicDataContext::onCreateContext(), and oox::drawingml::OleObjectGraphicDataContext::onEndElement().
bool oox::ole::OleObjectInfo::mbLinked |
True = linked OLE object, false = embedded OLE object.
Definition at line 47 of file oleobjecthelper.hxx.
Referenced by oox::ole::OleObjectHelper::importOleObject(), and oox::drawingml::OleObjectGraphicDataContext::onCreateContext().
bool oox::ole::OleObjectInfo::mbShowAsIcon |
True = show as icon, false = show contents.
Definition at line 48 of file oleobjecthelper.hxx.
Referenced by oox::ole::OleObjectHelper::importOleObject(), and oox::drawingml::OleObjectGraphicDataContext::onCreateContext().