Lines Matching refs:PresenterSlideShowView
60 PresenterSlideShowView::PresenterSlideShowView ( in PresenterSlideShowView() function in sdext::presenter::PresenterSlideShowView
103 void PresenterSlideShowView::LateInit (void) in LateInit()
200 PresenterSlideShowView::~PresenterSlideShowView (void) in ~PresenterSlideShowView()
207 void PresenterSlideShowView::disposing (void) in disposing()
284 void SAL_CALL PresenterSlideShowView::setCurrentPage ( in setCurrentPage()
330 css::uno::Reference<css::drawing::XDrawPage> SAL_CALL PresenterSlideShowView::getCurrentPage (void) in getCurrentPage()
341 void PresenterSlideShowView::ReleaseView (void) in ReleaseView()
355 Reference<rendering::XSpriteCanvas> SAL_CALL PresenterSlideShowView::getCanvas (void) in getCanvas()
366 void SAL_CALL PresenterSlideShowView::clear (void) in clear()
397 geometry::AffineMatrix2D SAL_CALL PresenterSlideShowView::getTransformation (void) in getTransformation()
427 void SAL_CALL PresenterSlideShowView::addTransformationChangedListener( in addTransformationChangedListener()
440 void SAL_CALL PresenterSlideShowView::removeTransformationChangedListener( in removeTransformationChangedListener()
453 void SAL_CALL PresenterSlideShowView::addPaintListener( in addPaintListener()
466 void SAL_CALL PresenterSlideShowView::removePaintListener( in removePaintListener()
479 void SAL_CALL PresenterSlideShowView::addMouseListener( in addMouseListener()
492 void SAL_CALL PresenterSlideShowView::removeMouseListener( in removeMouseListener()
505 void SAL_CALL PresenterSlideShowView::addMouseMotionListener( in addMouseMotionListener()
518 void SAL_CALL PresenterSlideShowView::removeMouseMotionListener( in removeMouseMotionListener()
531 void SAL_CALL PresenterSlideShowView::setMouseCursor(::sal_Int16 nPointerShape) in setMouseCursor()
559 awt::Rectangle SAL_CALL PresenterSlideShowView::getCanvasArea( ) throw (RuntimeException) in getCanvasArea()
575 void SAL_CALL PresenterSlideShowView::disposing (const lang::EventObject& rEvent) in disposing()
589 void SAL_CALL PresenterSlideShowView::windowPaint (const awt::PaintEvent& rEvent) in windowPaint()
613 void SAL_CALL PresenterSlideShowView::mousePressed (const awt::MouseEvent& rEvent) in mousePressed()
636 void SAL_CALL PresenterSlideShowView::mouseReleased (const awt::MouseEvent& rEvent) in mouseReleased()
652 void SAL_CALL PresenterSlideShowView::mouseEntered (const awt::MouseEvent& rEvent) in mouseEntered()
668 void SAL_CALL PresenterSlideShowView::mouseExited (const awt::MouseEvent& rEvent) in mouseExited()
686 void SAL_CALL PresenterSlideShowView::mouseDragged (const awt::MouseEvent& rEvent) in mouseDragged()
702 void SAL_CALL PresenterSlideShowView::mouseMoved (const awt::MouseEvent& rEvent) in mouseMoved()
720 void SAL_CALL PresenterSlideShowView::windowResized (const awt::WindowEvent& rEvent) in windowResized()
735 void SAL_CALL PresenterSlideShowView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
746 void SAL_CALL PresenterSlideShowView::windowShown (const lang::EventObject& rEvent) in windowShown()
756 void SAL_CALL PresenterSlideShowView::windowHidden (const lang::EventObject& rEvent) in windowHidden()
767 Reference<XResourceId> SAL_CALL PresenterSlideShowView::getResourceId (void) in getResourceId()
776 sal_Bool SAL_CALL PresenterSlideShowView::isAnchorOnly (void) in isAnchorOnly()
787 void PresenterSlideShowView::ActivatePresenterView (void) in ActivatePresenterView()
799 void PresenterSlideShowView::DeactivatePresenterView (void) in DeactivatePresenterView()
813 void PresenterSlideShowView::PaintOuterWindow (const awt::Rectangle& rRepaintBox) in PaintOuterWindow()
876 void PresenterSlideShowView::PaintEndSlide (const awt::Rectangle& rRepaintBox) in PaintEndSlide()
934 void PresenterSlideShowView::PaintInnerWindow (const awt::PaintEvent& rEvent) in PaintInnerWindow()
959 Reference<awt::XWindow> PresenterSlideShowView::CreateViewWindow ( in CreateViewWindow()
1004 Reference<rendering::XCanvas> PresenterSlideShowView::CreateViewCanvas ( in CreateViewCanvas()
1019 void PresenterSlideShowView::Resize (void) in Resize()
1078 void PresenterSlideShowView::ForceRepaint (void) in ForceRepaint()
1090 void PresenterSlideShowView::CreateBackgroundPolygons (void) in CreateBackgroundPolygons()
1140 void PresenterSlideShowView::ThrowIfDisposed (void) in ThrowIfDisposed()