Lines Matching refs:xShape

398 SdrObject * SdGenericDrawPage::CreateSdrObject_( const Reference< drawing::XShape >& xShape )  in CreateSdrObject_()  argument
400 if( nullptr == SvxFmDrawPage::mpPage || !xShape.is() ) in CreateSdrObject_()
403 OUString aType( xShape->getShapeType() ); in CreateSdrObject_()
407 SdrObject* pObj = SvxFmDrawPage::CreateSdrObject_( xShape ); in CreateSdrObject_()
490 xShape->setPosition( aPos ); in CreateSdrObject_()
493 xShape->setSize( aSize ); in CreateSdrObject_()
498 pPresObj = SvxFmDrawPage::CreateSdrObject_( xShape ); in CreateSdrObject_()
1398 Reference< drawing::XShape > xShape( pShape ); in CreateShape() local
1400 if(!xShape.is()) in CreateShape()
1401 xShape = SvxFmDrawPage::CreateShape( pObj ); in CreateShape()
1466 pShape = comphelper::getUnoTunnelImplementation<SvxShape>( xShape ); in CreateShape()
1472 SvxShape *pSdShape = comphelper::getUnoTunnelImplementation<SvxShape>(xShape); in CreateShape()
1478 return xShape; in CreateShape()
1561 Reference< drawing::XShape > xShape; in combine() local
1563 return xShape; in combine()
1577 xShape.set( pObj->getUnoShape(), UNO_QUERY ); in combine()
1584 return xShape; in combine()
1610 uno::Reference< drawing::XShape > xShape; in bind() local
1612 return xShape; in bind()
1626 xShape.set( pObj->getUnoShape(), UNO_QUERY ); in bind()
1633 return xShape; in bind()
1636 void SAL_CALL SdGenericDrawPage::unbind( const Reference< drawing::XShape >& xShape ) in unbind() argument
1642 if(mpView==nullptr||!xShape.is()||GetPage()==nullptr) in unbind()
1646 SelectObjectInView( xShape, pPageView ); in unbind()
2395 void SAL_CALL SdDrawPage::add( const Reference< drawing::XShape >& xShape ) in add() argument
2397 SdGenericDrawPage::add( xShape ); in add()
2400 void SAL_CALL SdDrawPage::remove( const Reference< drawing::XShape >& xShape ) in remove() argument
2406 SdrObject* pObj = SdrObject::getSdrObjectFromXShape( xShape ); in remove()
2413 SdGenericDrawPage::remove( xShape ); in remove()
2990 void SAL_CALL SdMasterPage::add( const Reference< drawing::XShape >& xShape ) in add() argument
2992 SdGenericDrawPage::add( xShape ); in add()
2995 void SAL_CALL SdMasterPage::remove( const Reference< drawing::XShape >& xShape ) in remove() argument
3001 SdrObject* pObj = SdrObject::getSdrObjectFromXShape( xShape ); in remove()
3005 SdGenericDrawPage::remove( xShape ); in remove()