Searched refs:pSvxShape (Results 1 – 7 of 7) sorted by relevance
2157 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 …]
434 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in getSdrObject() local435 if(pSvxShape) in getSdrObject()436 pRet = pSvxShape->GetSdrObject(); in getSdrObject()
449 SvxShape* pSvxShape = getSvxShape(); in ~SdrObject() local450 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() local3006 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() local3015 if ( pSvxShape ) in notifyShapePropertyChange()3016 return pSvxShape->getShapePropertyChangeNotifier().notifyPropertyChange( _eProperty ); in notifyShapePropertyChange()
1110 const SvxShape* pSvxShape = SvxShape::getImplementation( rShape ); in GetSdrObject() local1111 DBG_ASSERT( pSvxShape, "EscherEx::GetSdrObject: no SvxShape" ); in GetSdrObject()1112 if( pSvxShape ) in GetSdrObject()1114 pRet = pSvxShape->GetSdrObject(); in GetSdrObject()
241 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in lcl_getE3dScene() local242 if(pSvxShape) in lcl_getE3dScene()244 SdrObject* pObj = pSvxShape->GetSdrObject(); in lcl_getE3dScene()
452 SvxShape* pSvxShape = 0; in select() local458 … pSvxShape = 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()
4475 SvxShape* pSvxShape = SvxShape::getImplementation( xInt ); in getSdrObjectFromXShape() local4476 return pSvxShape ? pSvxShape->GetSdrObject() : 0; in getSdrObjectFromXShape()
Completed in 73 milliseconds