Searched refs:pSvxShape (Results 1 – 7 of 7) sorted by relevance
607 SvxShape* pSvxShape = 0; in add() local612 pSvxShape = reinterpret_cast< SvxShape * >( in add()627 if ( pSvxShape->GetSdrObject() ) in add()629 if ( pSvxShape->GetSdrObject()->IsInserted() ) in add()639 DBG_ASSERT(pSvxShape, "warum gibt es hier kein SvxShape?"); in add()641 awt::Point aMM100Pos(pSvxShape->getPosition()); in add()710 pSvxShape->setPosition(aMM100Pos); in add()711 SdrObject* pObj = pSvxShape->GetSdrObject(); in add()1186 SvxShape* pSvxShape = GetSvxShape(); in setPropertyValue() local1187 DBG_ASSERT(pSvxShape, "No SvxShape found!"); in setPropertyValue()[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()