Home
last modified time | relevance | path

Searched refs:maShapeId (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx79 maShapeId = lclGetShapeId( nShapeId ); in setShapeId()
90 maShapeId = lclGetShapeId( nShapeId ); in setShapeId()
130 …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()
137 …OSL_ENSURE( rControl.maShapeId.getLength() > 0, "Drawing::registerControl - missing form control s… in registerControl()
139 …OSL_ENSURE( maControls.count( rControl.maShapeId ) == 0, "Drawing::registerControl - form control … in registerControl()
140 maControls.insert( ControlInfoMap::value_type( rControl.maShapeId, rControl ) ); in registerControl()
H A Dvmlshape.cxx422 if( const OleObjectInfo* pOleObjectInfo = mrDrawing.getOleObjectInfo( maTypeModel.maShapeId ) ) in implConvertAndInsert()
454 const ControlInfo* pControlInfo = mrDrawing.getControlInfo( maTypeModel.maShapeId ); in implConvertAndInsert()
H A Dvmlshapecontext.cxx280 mrTypeModel.maShapeId = rAttribs.getXString( bHasOspid ? O_TOKEN( spid ) : XML_id, OUString() ); in ShapeTypeContext()
281 …OSL_ENSURE( mrTypeModel.maShapeId.getLength() > 0, "ShapeTypeContext::ShapeTypeContext - missing s… in ShapeTypeContext()
/trunk/main/xmloff/source/draw/
H A Danimimp.cxx387 OUString maShapeId; member in XMLAnimationsEffectContext
519 maShapeId = sValue; in XMLAnimationsEffectContext()
579 if( maShapeId.getLength() ) in EndElement()
582 if( mpImpl->maLastShapeId != maShapeId ) in EndElement()
584 …e< XPropertySet >::query( GetImport().getInterfaceToIdentifierMapper().getReference( maShapeId ) ); in EndElement()
594 mpImpl->maLastShapeId = maShapeId; in EndElement()
H A Dximpshap.hxx70 rtl::OUString maShapeId; member in SdXMLShapeContext
122 const rtl::OUString& getShapeId() const { return maShapeId; } in getShapeId()
H A Dximpshap.cxx465 if( maShapeId.getLength() ) in AddShape()
475 GetImport().getInterfaceToIdentifierMapper().registerReference( maShapeId, xRef ); in AddShape()
807 if (!bHaveXmlId) { maShapeId = rValue; }; in processAttribute()
904 maShapeId = rValue; in processAttribute()
/trunk/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx68 ::rtl::OUString maShapeId; /// Shape identifier for shape lookup.
84 ::rtl::OUString maShapeId; /// Shape identifier for shape lookup.
H A Dvmlshape.hxx63 ::rtl::OUString maShapeId; /// Unique identifier of the shape.
104 inline const ::rtl::OUString& getShapeId() const { return maTypeModel.maShapeId; } in getShapeId()
/trunk/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx157 if( mrOleObjectInfo.maShapeId.getLength() > 0 ) in ~OleObjectGraphicDataContext()
171 mrOleObjectInfo.maShapeId = aAttribs.getXString( XML_spid, OUString() ); in createFastChildContext()
H A Dshape.cxx564 if( mxOleObjectInfo->maShapeId.getLength() > 0 ) in finalizeServiceName()
566 …:ShapeBase* pVmlShape = pVmlDrawing->getShapes().getShapeById( mxOleObjectInfo->maShapeId, true ) ) in finalizeServiceName()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx445 void SetShapeId( const sal_uInt32& rShapeId ) { maShapeId = rShapeId; } in SetShapeId()
446 const sal_uInt32& GetShapeId() const { return maShapeId; } in GetShapeId()
451 sal_uInt32 maShapeId; member in SwMacroInfo

Completed in 107 milliseconds