Searched refs:rOleObject (Results 1 – 4 of 4) sorted by relevance
86 bool OleObjectHelper::importOleObject( PropertyMap& rPropMap, const OleObjectInfo& rOleObject, cons… in importOleObject() argument90 if( rOleObject.mbLinked ) in importOleObject()93 if( rOleObject.maTargetLink.getLength() > 0 ) in importOleObject()95 rPropMap[ PROP_LinkURL ] <<= rOleObject.maTargetLink; in importOleObject()102 if( rOleObject.maEmbeddedData.hasElements() && mxResolver.is() ) try in importOleObject()108 xOutStrm->writeBytes( rOleObject.maEmbeddedData ); in importOleObject()127 …rPropMap[ PROP_Aspect ] <<= (rOleObject.mbShowAsIcon ? Aspects::MSOLE_ICON : Aspects::MSOLE_CONTEN… in importOleObject()
128 void Drawing::registerOleObject( const OleObjectInfo& rOleObject ) in registerOleObject() argument130 …OSL_ENSURE( rOleObject.maShapeId.getLength() > 0, "Drawing::registerOleObject - missing OLE object… in registerOleObject()131 …OSL_ENSURE( maOleObjects.count( rOleObject.maShapeId ) == 0, "Drawing::registerOleObject - OLE obj… in registerOleObject()132 maOleObjects.insert( OleObjectInfoMap::value_type( rOleObject.maShapeId, rOleObject ) ); in registerOleObject()
67 const OleObjectInfo& rOleObject,
123 void registerOleObject( const OleObjectInfo& rOleObject );
Completed in 24 milliseconds