Home
last modified time | relevance | path

Searched refs:pSvxShape (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2155 if(pSvxShape) in addEventListener()
2164 if(pSvxShape) in removeEventListener()
2194 if(pSvxShape) in getSupportedServiceNames()
2215 return pSvxShape; in GetSvxShape()
2226 if ( pSvxShape ) in getPosition()
2420 if ( pSvxShape ) in _GetTopGroupObj()
2453 if ( pSvxShape ) in _GetAttrPosition()
2544 ASSERT( pSvxShape, in _ConvertTransformationToLayoutDir()
2546 if ( pSvxShape ) in _ConvertTransformationToLayoutDir()
2697 if ( pSvxShape ) in _ConvertStartOrEndPosToLayoutDir()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx4475 SvxShape* pSvxShape = SvxShape::getImplementation( xInt ); in getSdrObjectFromXShape() local
4476 return pSvxShape ? pSvxShape->GetSdrObject() : 0; in getSdrObjectFromXShape()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 104 milliseconds