Lines Matching refs:pShape
222 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add() local
224 if( mpObj.is()&& mxPage.is() && pShape ) in add()
226 SdrObject* pSdrShape = pShape->GetSdrObject(); in add()
247 if(pShape) in add()
248 pShape->Create( pSdrShape, mxPage.get() ); in add()
266 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove() local
268 if( pShape ) in remove()
269 pSdrShape = pShape->GetSdrObject(); in remove()
482 SvxShape* pShape = SvxShape::getImplementation( xRef ); in connectStart() local
484 if( pShape ) in connectStart()
485 mpObj->ConnectToNode( sal_True, pShape->mpObj.get() ); in connectStart()
498 SvxShape* pShape = SvxShape::getImplementation( xRef ); in connectEnd() local
500 if( mpObj.is() && pShape ) in connectEnd()
501 mpObj->ConnectToNode( sal_False, pShape->mpObj.get() ); in connectEnd()