Lines Matching refs:pShape
309 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add() local
311 if( NULL == pShape ) in add()
314 SdrObject *pObj = pShape->GetSdrObject(); in add()
327 pShape->Create( pObj, this ); in add()
328 …OSL_ENSURE( pShape->GetSdrObject() == pObj, "SvxDrawPage::add: shape does not know about its newly… in add()
342 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove() local
344 if(pShape) in remove()
346 SdrObject* pObj = pShape->GetSdrObject(); in remove()
429 SvxShape* pShape = SvxShape::getImplementation( _rxShape ); in lcl_markSdrObjectOfShape() local
430 if ( !pShape ) in lcl_markSdrObjectOfShape()
433 SdrObject* pObj = pShape->GetSdrObject(); in lcl_markSdrObjectOfShape()