LibreOffice Module oox (master) 1
|
Contains information about an OLE object embedded in a draw page. More...
#include <vmldrawing.hxx>
Public Member Functions | |
OleObjectInfo (bool bDmlShape=false) | |
void | setShapeId (sal_Int32 nShapeId) |
Sets the string representation of the passed numeric shape identifier. More... | |
Public Member Functions inherited from oox::ole::OleObjectInfo | |
OleObjectInfo () | |
Public Attributes | |
OUString | maShapeId |
Shape identifier for shape lookup. More... | |
OUString | maName |
Programmatical name of the OLE object. More... | |
bool | mbAutoLoad |
const bool | mbDmlShape |
True = DrawingML shape (PowerPoint), false = VML shape (Excel/Word). More... | |
Public Attributes inherited from oox::ole::OleObjectInfo | |
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 information about an OLE object embedded in a draw page.
Definition at line 62 of file vmldrawing.hxx.
|
explicit |
Definition at line 74 of file vmldrawing.cxx.
void oox::vml::OleObjectInfo::setShapeId | ( | sal_Int32 | nShapeId | ) |
Sets the string representation of the passed numeric shape identifier.
Definition at line 80 of file vmldrawing.cxx.
References maShapeId.
OUString oox::vml::OleObjectInfo::maName |
Programmatical name of the OLE object.
Definition at line 65 of file vmldrawing.hxx.
Referenced by oox::drawingml::OleObjectGraphicDataContext::onCreateContext().
OUString oox::vml::OleObjectInfo::maShapeId |
Shape identifier for shape lookup.
Definition at line 64 of file vmldrawing.hxx.
Referenced by oox::drawingml::OleObjectGraphicDataContext::onCreateContext(), oox::drawingml::OleObjectGraphicDataContext::onEndElement(), oox::vml::Drawing::registerOleObject(), setShapeId(), and oox::drawingml::OleObjectGraphicDataContext::~OleObjectGraphicDataContext().
bool oox::vml::OleObjectInfo::mbAutoLoad |
Definition at line 66 of file vmldrawing.hxx.
const bool oox::vml::OleObjectInfo::mbDmlShape |
True = DrawingML shape (PowerPoint), false = VML shape (Excel/Word).
Definition at line 67 of file vmldrawing.hxx.