LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::ole::OleObjectInfo Struct Reference

Contains generic information about an OLE object. More...

#include <oleobjecthelper.hxx>

Inheritance diagram for oox::ole::OleObjectInfo:
[legend]

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...
 

Detailed Description

Contains generic information about an OLE object.

Definition at line 42 of file oleobjecthelper.hxx.

Constructor & Destructor Documentation

◆ OleObjectInfo()

oox::ole::OleObjectInfo::OleObjectInfo ( )
explicit

Definition at line 49 of file oleobjecthelper.cxx.

Member Data Documentation

◆ maEmbeddedData

StreamDataSequence oox::ole::OleObjectInfo::maEmbeddedData

◆ maProgId

OUString oox::ole::OleObjectInfo::maProgId

◆ maTargetLink

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().

◆ mbAutoUpdate

bool oox::ole::OleObjectInfo::mbAutoUpdate

◆ mbHasPicture

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().

◆ mbLinked

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().

◆ mbShowAsIcon

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().


The documentation for this struct was generated from the following files: