Searched refs:SlideShowView (Results 1 – 4 of 4) sorted by relevance
204 SlideShowView::SlideShowView( ShowWindow& rOutputWindow, in SlideShowView() function in sd::SlideShowView231 void SAL_CALL SlideShowView::dispose() throw (RuntimeException) in dispose()258 void SAL_CALL SlideShowView::disposing( const lang::EventObject& ) throw(RuntimeException) in disposing()283 void SAL_CALL SlideShowView::paint( const awt::PaintEvent& e ) throw (RuntimeException) in paint()307 Reference< rendering::XSpriteCanvas > SAL_CALL SlideShowView::getCanvas( ) throw (RuntimeException) in getCanvas()314 void SAL_CALL SlideShowView::clear() throw (::com::sun::star::uno::RuntimeException) in clear()339 geometry::AffineMatrix2D SAL_CALL SlideShowView::getTransformation( ) throw (RuntimeException) in getTransformation()394 void SAL_CALL SlideShowView::addTransformationChangedListener( const Reference< util::XModifyListen… in addTransformationChangedListener()402 void SAL_CALL SlideShowView::removeTransformationChangedListener( const Reference< util::XModifyLis… in removeTransformationChangedListener()410 void SAL_CALL SlideShowView::addPaintListener( const Reference< awt::XPaintListener >& xListener ) … in addPaintListener()[all …]
199 class SlideShowView : public ::comphelper::OBaseMutex, class203 SlideShowView( ShowWindow& rOutputWindow,253 ~SlideShowView() {} in ~SlideShowView()
97 class SlideShowView;183 friend class SlideShowView;344 …comphelper::ImplementationReference< ::sd::SlideShowView, css::presentation::XSlideShowView > mxVi…
1210 mxView = mxView.createFromQuery( new SlideShowView( in startShowImpl()