Lines Matching refs:SlideShowView

191 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()
405 void SAL_CALL SlideShowView::removePaintListener( const Reference< awt::XPaintListener >& xListener… in removePaintListener()
413 void SAL_CALL SlideShowView::addMouseListener( const Reference< awt::XMouseListener >& xListener ) … in addMouseListener()
421 void SAL_CALL SlideShowView::removeMouseListener( const Reference< awt::XMouseListener >& xListener… in removeMouseListener()
429 void SAL_CALL SlideShowView::addMouseMotionListener( const Reference< awt::XMouseMotionListener >& … in addMouseMotionListener()
445 void SAL_CALL SlideShowView::removeMouseMotionListener( const Reference< awt::XMouseMotionListener … in removeMouseMotionListener()
456 void SAL_CALL SlideShowView::setMouseCursor( sal_Int16 nPointerShape ) throw (RuntimeException) in setMouseCursor()
468 awt::Rectangle SAL_CALL SlideShowView::getCanvasArea( ) throw (RuntimeException) in getCanvasArea()
480 void SlideShowView::updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow ) in updateimpl()
491 void SAL_CALL SlideShowView::windowResized( const awt::WindowEvent& e ) throw (RuntimeException) in windowResized()
507 void SAL_CALL SlideShowView::windowMoved( const awt::WindowEvent& ) throw (RuntimeException) in windowMoved()
512 void SAL_CALL SlideShowView::windowShown( const lang::EventObject& ) throw (RuntimeException) in windowShown()
517 void SAL_CALL SlideShowView::windowHidden( const lang::EventObject& ) throw (RuntimeException) in windowHidden()
523 void SAL_CALL SlideShowView::mousePressed( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mousePressed()
547 void SAL_CALL SlideShowView::mouseReleased( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseReleased()
570 void SAL_CALL SlideShowView::mouseEntered( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseEntered()
586 void SAL_CALL SlideShowView::mouseExited( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseExited()
603 void SAL_CALL SlideShowView::mouseDragged( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseDragged()
619 void SAL_CALL SlideShowView::mouseMoved( const awt::MouseEvent& e ) throw (uno::RuntimeException) in mouseMoved()
635 void SlideShowView::init() in init()