Home
last modified time | relevance | path

Searched refs:pSvxShape (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx2157 if(pSvxShape) in addEventListener()
2166 if(pSvxShape) in removeEventListener()
2196 if(pSvxShape) in getSupportedServiceNames()
2217 return pSvxShape; in GetSvxShape()
2228 if ( pSvxShape ) in getPosition()
2422 if ( pSvxShape ) in _GetTopGroupObj()
2455 if ( pSvxShape ) in _GetAttrPosition()
2546 ASSERT( pSvxShape, in _ConvertTransformationToLayoutDir()
2548 if ( pSvxShape ) in _ConvertTransformationToLayoutDir()
2699 if ( pSvxShape ) in _ConvertStartOrEndPosToLayoutDir()
[all …]
/aoo41x/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx434 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in getSdrObject() local
435 if(pSvxShape) in getSdrObject()
436 pRet = pSvxShape->GetSdrObject(); in getSdrObject()
/aoo41x/main/svx/source/svdraw/
H A Dsvdobj.cxx449 SvxShape* pSvxShape = getSvxShape(); in ~SdrObject() local
450 if ( pSvxShape ) in ~SdrObject()
452 …OSL_ENSURE(!pSvxShape->HasSdrObjectOwnership(),"Please check where this call come from and replace… in ~SdrObject()
453 pSvxShape->InvalidateSdrObject(); in ~SdrObject()
3005 SvxShape* pSvxShape = getSvxShape(); in getShapePropertyChangeNotifier() local
3006 ENSURE_OR_THROW( pSvxShape, "no SvxShape, yet!" ); in getShapePropertyChangeNotifier()
3007 return pSvxShape->getShapePropertyChangeNotifier(); in getShapePropertyChangeNotifier()
3014 SvxShape* pSvxShape = const_cast< SdrObject* >( this )->getSvxShape(); in notifyShapePropertyChange() local
3015 if ( pSvxShape ) in notifyShapePropertyChange()
3016 return pSvxShape->getShapePropertyChangeNotifier().notifyPropertyChange( _eProperty ); in notifyShapePropertyChange()
/aoo41x/main/filter/source/msfilter/
H A Deschesdo.cxx1110 const SvxShape* pSvxShape = SvxShape::getImplementation( rShape ); in GetSdrObject() local
1111 DBG_ASSERT( pSvxShape, "EscherEx::GetSdrObject: no SvxShape" ); in GetSdrObject()
1112 if( pSvxShape ) in GetSdrObject()
1114 pRet = pSvxShape->GetSdrObject(); in GetSdrObject()
/aoo41x/main/chart2/source/view/diagram/
H A DVDiagram.cxx241 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in lcl_getE3dScene() local
242 if(pSvxShape) in lcl_getE3dScene()
244 SdrObject* pObj = pSvxShape->GetSdrObject(); in lcl_getE3dScene()
/aoo41x/main/sw/source/ui/uno/
H A Dunotxvw.cxx452 SvxShape* pSvxShape = 0; in select() local
458pSvxShape = reinterpret_cast<SvxShape*>(xIfcTunnel->getSomething(SvxShape::getUnoTunnelId())); in select()
462 if ( pSvxShape || xShapeColl.is() ) // Drawing drawing::Layer in select()
470 if (pSvxShape) // einzelnes Shape in select()
472 SdrObject *pObj = pSvxShape->GetSdrObject(); in select()
/aoo41x/main/svx/source/unodraw/
H A Dunoshape.cxx4475 SvxShape* pSvxShape = SvxShape::getImplementation( xInt ); in getSdrObjectFromXShape() local
4476 return pSvxShape ? pSvxShape->GetSdrObject() : 0; in getSdrObjectFromXShape()

Completed in 345 milliseconds