Lines Matching refs:xShape

301 void SAL_CALL SvxDrawPage::add( const uno::Reference< drawing::XShape >& xShape )  in add()  argument
309 SvxShape* pShape = SvxShape::getImplementation( xShape ); in add()
318 pObj = CreateSdrObject( xShape ); in add()
334 void SAL_CALL SvxDrawPage::remove( const Reference< drawing::XShape >& xShape ) in remove() argument
342 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove()
458 Reference< drawing::XShape > xShape; in _SelectObjectsInView() local
459 if( aAny >>= xShape ) in _SelectObjectsInView()
460 lcl_markSdrObjectOfShape( xShape, *mpView, *pPageView ); in _SelectObjectsInView()
469 void SvxDrawPage::_SelectObjectInView( const Reference< drawing::XShape > & xShape, SdrPageView* pP… in _SelectObjectInView() argument
477 lcl_markSdrObjectOfShape( xShape, *mpView, *pPageView ); in _SelectObjectInView()
537 Reference< drawing::XShape > xShape( aGroup, UNO_QUERY ); in ungroup() local
538 _SelectObjectInView( xShape, pPageView ); in ungroup()
548 SdrObject *SvxDrawPage::_CreateSdrObject( const Reference< drawing::XShape > & xShape ) throw() in _CreateSdrObject() argument
553 GetTypeAndInventor( nType, nInventor, xShape->getShapeType() ); in _CreateSdrObject()
558 awt::Size aSize = xShape->getSize(); in _CreateSdrObject()
561 awt::Point aPos = xShape->getPosition(); in _CreateSdrObject()
908 Reference< drawing::XShape > xShape( CreateShapeByTypeAndInventor(pObj->GetObjIdentifier(), in _CreateShape() local
912 return xShape; in _CreateShape()
916 SdrObject *SvxDrawPage::CreateSdrObject( const Reference< drawing::XShape > & xShape ) throw() in CreateSdrObject() argument
918 SdrObject* pObj = _CreateSdrObject( xShape ); in CreateSdrObject()