Home
last modified time | relevance | path

Searched refs:OleObjectInfo (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx66 struct OleObjectInfo : public ::oox::ole::OleObjectInfo struct
73 explicit OleObjectInfo( bool bDmlShape = false );
123 void registerOleObject( const OleObjectInfo& rOleObject );
138 const OleObjectInfo* getOleObjectInfo( const ::rtl::OUString& rShapeId ) const;
193 typedef ::std::map< ::rtl::OUString, OleObjectInfo > OleObjectInfoMap;
/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx71 OleObjectInfo::OleObjectInfo( bool bDmlShape ) : in OleObjectInfo() function in oox::vml::OleObjectInfo
77 void OleObjectInfo::setShapeId( sal_Int32 nShapeId ) in setShapeId()
128 void Drawing::registerOleObject( const OleObjectInfo& rOleObject ) in registerOleObject()
195 const OleObjectInfo* Drawing::getOleObjectInfo( const OUString& rShapeId ) const in getOleObjectInfo()
H A Dvmlshape.cxx422 if( const OleObjectInfo* pOleObjectInfo = mrDrawing.getOleObjectInfo( maTypeModel.maShapeId ) ) in implConvertAndInsert()
/trunk/main/oox/inc/oox/ole/
H A Doleobjecthelper.hxx43 struct OleObjectInfo struct
52 explicit OleObjectInfo();
67 const OleObjectInfo& rOleObject,
/trunk/main/oox/source/ole/
H A Doleobjecthelper.cxx52 OleObjectInfo::OleObjectInfo() : in OleObjectInfo() function in oox::ole::OleObjectInfo
86 bool OleObjectHelper::importOleObject( PropertyMap& rPropMap, const OleObjectInfo& rOleObject, cons… in importOleObject()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx40 struct OleObjectInfo;
117 ::oox::vml::OleObjectInfo& setOleObjectType();
206 typedef ::boost::shared_ptr< ::oox::vml::OleObjectInfo > OleObjectInfoRef;
H A Dgraphicshapecontext.hxx31 namespace oox { namespace vml { struct OleObjectInfo; } }
67 ::oox::vml::OleObjectInfo& mrOleObjectInfo;
/trunk/main/oox/source/drawingml/
H A Dshape.cxx110 ::oox::vml::OleObjectInfo& Shape::setOleObjectType() in setOleObjectType()
114 mxOleObjectInfo.reset( new ::oox::vml::OleObjectInfo( true ) ); in setOleObjectType()
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx579 ::oox::vml::OleObjectInfo aInfo; in importOleObject()
702 ::oox::vml::OleObjectInfo aInfo; in importOleObject()

Completed in 54 milliseconds