Home
last modified time | relevance | path

Searched refs:SlideShowView (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx191 SlideShowView::SlideShowView( ShowWindow& rOutputWindow, in SlideShowView() function in sd::SlideShowView
218 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 …]
H A Dslideshowviewimpl.hxx187 class SlideShowView : public ::comphelper::OBaseMutex, class
191 SlideShowView( ShowWindow& rOutputWindow,
241 ~SlideShowView() {} in ~SlideShowView()
H A Dslideshowimpl.hxx95 class SlideShowView;
181 friend class SlideShowView;
342 …comphelper::ImplementationReference< ::sd::SlideShowView, css::presentation::XSlideShowView > mxVi…
H A Dslideshowimpl.cxx1200 mxView = mxView.createFromQuery( new SlideShowView( in startShowImpl()