Searched refs:SlideShowView (Results 1 – 4 of 4) sorted by relevance
191 SlideShowView::SlideShowView( ShowWindow& rOutputWindow, in SlideShowView() function in sd::SlideShowView218 void SAL_CALL SlideShowView::dispose() throw (RuntimeException) in dispose()245 void SAL_CALL SlideShowView::disposing( const lang::EventObject& ) throw(RuntimeException) in disposing()270 void SAL_CALL SlideShowView::paint( const awt::PaintEvent& e ) throw (RuntimeException) in paint()294 Reference< rendering::XSpriteCanvas > SAL_CALL SlideShowView::getCanvas( ) throw (RuntimeException) in getCanvas()301 void SAL_CALL SlideShowView::clear() throw (::com::sun::star::uno::RuntimeException) in clear()326 geometry::AffineMatrix2D SAL_CALL SlideShowView::getTransformation( ) throw (RuntimeException) in getTransformation()381 void SAL_CALL SlideShowView::addTransformationChangedListener( const Reference< util::XModifyListen… in addTransformationChangedListener()389 void SAL_CALL SlideShowView::removeTransformationChangedListener( const Reference< util::XModifyLis… in removeTransformationChangedListener()397 void SAL_CALL SlideShowView::addPaintListener( const Reference< awt::XPaintListener >& xListener ) … in addPaintListener()[all …]
187 class SlideShowView : public ::comphelper::OBaseMutex, class191 SlideShowView( ShowWindow& rOutputWindow,241 ~SlideShowView() {} in ~SlideShowView()
95 class SlideShowView;181 friend class SlideShowView;342 …comphelper::ImplementationReference< ::sd::SlideShowView, css::presentation::XSlideShowView > mxVi…
1200 mxView = mxView.createFromQuery( new SlideShowView( in startShowImpl()