Lines Matching refs:SlideShowView

204 SlideShowView::SlideShowView( ShowWindow&     rOutputWindow,   in SlideShowView()  function in sd::SlideShowView
231 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()
418 void SAL_CALL SlideShowView::removePaintListener( const Reference< awt::XPaintListener >& xListener… in removePaintListener()
426 void SAL_CALL SlideShowView::addMouseListener( const Reference< awt::XMouseListener >& xListener ) … in addMouseListener()
434 void SAL_CALL SlideShowView::removeMouseListener( const Reference< awt::XMouseListener >& xListener… in removeMouseListener()
442 void SAL_CALL SlideShowView::addMouseMotionListener( const Reference< awt::XMouseMotionListener >& … in addMouseMotionListener()
458 void SAL_CALL SlideShowView::removeMouseMotionListener( const Reference< awt::XMouseMotionListener … in removeMouseMotionListener()
469 void SAL_CALL SlideShowView::setMouseCursor( sal_Int16 nPointerShape ) throw (RuntimeException) in setMouseCursor()
481 awt::Rectangle SAL_CALL SlideShowView::getCanvasArea( ) throw (RuntimeException) in getCanvasArea()
493 void SlideShowView::updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow ) in updateimpl()
504 void SAL_CALL SlideShowView::windowResized( const awt::WindowEvent& e ) throw (RuntimeException) in windowResized()
520 void SAL_CALL SlideShowView::windowMoved( const awt::WindowEvent& ) throw (RuntimeException) in windowMoved()
525 void SAL_CALL SlideShowView::windowShown( const lang::EventObject& ) throw (RuntimeException) in windowShown()
530 void SAL_CALL SlideShowView::windowHidden( const lang::EventObject& ) throw (RuntimeException) in windowHidden()
536 void SAL_CALL SlideShowView::mousePressed( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mousePressed()
560 void SAL_CALL SlideShowView::mouseReleased( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseReleased()
583 void SAL_CALL SlideShowView::mouseEntered( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseEntered()
599 void SAL_CALL SlideShowView::mouseExited( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseExited()
616 void SAL_CALL SlideShowView::mouseDragged( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseDragged()
632 void SAL_CALL SlideShowView::mouseMoved( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseMoved()
648 void SlideShowView::init() in init()