Lines Matching refs:xShape

1405 			Reference< XShape > xShape;  in registerShapeEvents()  local
1406 xShapes->getByIndex( nShape ) >>= xShape; in registerShapeEvents()
1408 if( xShape.is() && in registerShapeEvents()
1409xShape->getShapeType().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.GroupShape")… in registerShapeEvents()
1411 Reference< XShapes > xSubShapes( xShape, UNO_QUERY ); in registerShapeEvents()
1416 Reference< XPropertySet > xSet( xShape, UNO_QUERY ); in registerShapeEvents()
1456 maShapeEventMap[ xShape ] = pEvent; in registerShapeEvents()
1459 mxListenerProxy->addShapeEventListener( xShape ); in registerShapeEvents()
1460 mxShow->setShapeCursor( xShape, awt::SystemPointer::REFHAND ); in registerShapeEvents()
1626 void SlideshowImpl::click( const Reference< XShape >& xShape, const ::com::sun::star::awt::MouseEve… in click() argument
1630 WrappedShapeEventImplPtr pEvent = maShapeEventMap[xShape]; in click()
1738 SdrObject* pObj = GetSdrObjectFromXShape( xShape ); in click()
3756 …owListenerProxy::addShapeEventListener( const css::uno::Reference< css::drawing::XShape >& xShape ) in addShapeEventListener() argument
3761 mxSlideShow->addShapeEventListener( xListener, xShape ); in addShapeEventListener()
3767 …istenerProxy::removeShapeEventListener( const css::uno::Reference< css::drawing::XShape >& xShape ) in removeShapeEventListener() argument
3772 mxSlideShow->removeShapeEventListener( xListener, xShape ); in removeShapeEventListener()
3924 void SAL_CALL SlideShowListenerProxy::click( const Reference< XShape >& xShape, const ::com::sun::s… in click() argument
3928 mxController->click(xShape, aOriginalEvent ); in click()