summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideShowView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSlideShowView.hxx')
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.hxx93
1 files changed, 31 insertions, 62 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.hxx b/sdext/source/presenter/PresenterSlideShowView.hxx
index a324f7009d02..b7a3e76a6158 100644
--- a/sdext/source/presenter/PresenterSlideShowView.hxx
+++ b/sdext/source/presenter/PresenterSlideShowView.hxx
@@ -79,124 +79,94 @@ public:
// XSlideShowView
virtual css::uno::Reference<
- css::rendering::XSpriteCanvas > SAL_CALL getCanvas()
- throw (css::uno::RuntimeException, std::exception) override;
+ css::rendering::XSpriteCanvas > SAL_CALL getCanvas() override;
- virtual void SAL_CALL clear()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL clear() override;
- virtual css::geometry::AffineMatrix2D SAL_CALL getTransformation()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::geometry::AffineMatrix2D SAL_CALL getTransformation() override;
- virtual css::geometry::IntegerSize2D SAL_CALL getTranslationOffset()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::geometry::IntegerSize2D SAL_CALL getTranslationOffset() override;
virtual void SAL_CALL addTransformationChangedListener(
const css::uno::Reference<
- css::util::XModifyListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::util::XModifyListener >& xListener) override;
virtual void SAL_CALL removeTransformationChangedListener(
const css::uno::Reference<
- css::util::XModifyListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::util::XModifyListener >& xListener) override;
virtual void SAL_CALL addPaintListener(
const css::uno::Reference<
- css::awt::XPaintListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::awt::XPaintListener >& xListener) override;
virtual void SAL_CALL removePaintListener(
const css::uno::Reference<
- css::awt::XPaintListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::awt::XPaintListener >& xListener) override;
virtual void SAL_CALL addMouseListener(
const css::uno::Reference<
- css::awt::XMouseListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::awt::XMouseListener >& xListener) override;
virtual void SAL_CALL removeMouseListener(
const css::uno::Reference<
- css::awt::XMouseListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::awt::XMouseListener >& xListener) override;
virtual void SAL_CALL addMouseMotionListener(
const css::uno::Reference<
- css::awt::XMouseMotionListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::awt::XMouseMotionListener >& xListener) override;
virtual void SAL_CALL removeMouseMotionListener(
const css::uno::Reference<
- css::awt::XMouseMotionListener >& xListener)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::awt::XMouseMotionListener >& xListener) override;
- virtual void SAL_CALL setMouseCursor(::sal_Int16 nPointerShape)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL setMouseCursor(::sal_Int16 nPointerShape) override;
- virtual css::awt::Rectangle SAL_CALL getCanvasArea( )
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::awt::Rectangle SAL_CALL getCanvasArea( ) override;
// lang::XEventListener
- virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) override;
// XPaintListener
- virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent) override;
// XMouseListener
- virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent) override;
- virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent) override;
- virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent) override;
- virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) override;
// XMouseMotionListener
- virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent) override;
- virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent) override;
// XWindowListener
- virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent) override;
- virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent) override;
- virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent) override;
- virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent) override;
// XView
virtual css::uno::Reference<css::drawing::framework::XResourceId> SAL_CALL
- getResourceId()
- throw(css::uno::RuntimeException, std::exception) override;
+ getResourceId() override;
- virtual sal_Bool SAL_CALL isAnchorOnly()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL isAnchorOnly() override;
// XDrawView
virtual void SAL_CALL setCurrentPage (
- const css::uno::Reference<css::drawing::XDrawPage>& rxSlide)
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference<css::drawing::XDrawPage>& rxSlide) override;
- virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference<css::drawing::XDrawPage> SAL_CALL getCurrentPage() override;
// CachablePresenterView
@@ -261,8 +231,7 @@ private:
/** @throws css::lang::DisposedException when the object has already been
disposed.
*/
- void ThrowIfDisposed()
- throw (css::lang::DisposedException);
+ void ThrowIfDisposed();
void impl_addAndConfigureView();
};