summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/slide.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/slide.hxx')
-rw-r--r--slideshow/source/inc/slide.hxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/slideshow/source/inc/slide.hxx b/slideshow/source/inc/slide.hxx
index e0d3464c747e..7d6e0a17da25 100644
--- a/slideshow/source/inc/slide.hxx
+++ b/slideshow/source/inc/slide.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@ namespace com { namespace sun { namespace star {
class XDrawPage;
class XDrawPagesSupplier;
}
- namespace uno {
+ namespace uno {
class XComponentContext;
}
namespace animations {
@@ -62,7 +62,7 @@ namespace slideshow
{
class RGBColor;
class ScreenUpdater;
- typedef ::std::vector< ::cppcanvas::PolyPolygonSharedPtr> PolyPolygonVector;
+ typedef ::std::vector< ::cppcanvas::PolyPolygonSharedPtr> PolyPolygonVector;
class Slide
{
public:
@@ -106,25 +106,25 @@ namespace slideshow
This value is retrieved from the XDrawPage properties.
*/
- virtual basegfx::B2IVector getSlideSize() const = 0;
+ virtual basegfx::B2IVector getSlideSize() const = 0;
/// Gets the underlying API page
virtual ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XDrawPage > getXDrawPage() const = 0;
-
+
/// Gets the animation node.
- virtual ::com::sun::star::uno::Reference<
+ virtual ::com::sun::star::uno::Reference<
::com::sun::star::animations::XAnimationNode > getXAnimationNode() const = 0;
///Gets the slide Polygons
virtual PolyPolygonVector getPolygons() = 0;
-
+
///Draw the slide Polygons
virtual void drawPolygons() const = 0;
-
+
///Check if slide is already active
virtual bool isPaintOverlayActive() const = 0;
-
+
// Slide bitmaps
// -------------------------------------------------------------------
@@ -148,7 +148,7 @@ namespace slideshow
that the view must have been added to this slide
before via viewAdded().
*/
- virtual SlideBitmapSharedPtr
+ virtual SlideBitmapSharedPtr
getCurrentSlideBitmap( const UnoViewSharedPtr& rView ) const = 0;
};
@@ -160,7 +160,7 @@ namespace slideshow
class ActivitiesQueue;
class UserEventQueue;
class RGBColor;
-
+
/** Construct from XDrawPage
The Slide object generally works in XDrawPage model
@@ -168,7 +168,7 @@ namespace slideshow
height as specified in the XDrawPage's property
set. The top, left corner of the page will be rendered
at (0,0) in the given canvas' view coordinate system.
-
+
Does not render anything initially
@param xDrawPage
@@ -189,20 +189,20 @@ namespace slideshow
@param rUserEventQueue
UserEeventQueue
*/
- SlideSharedPtr createSlide( const ::com::sun::star::uno::Reference<
- ::com::sun::star::drawing::XDrawPage >& xDrawPage,
+ SlideSharedPtr createSlide( const ::com::sun::star::uno::Reference<
+ ::com::sun::star::drawing::XDrawPage >& xDrawPage,
const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XDrawPagesSupplier >& xDrawPages,
const ::com::sun::star::uno::Reference<
::com::sun::star::animations::XAnimationNode >& xRootNode,
- EventQueue& rEventQueue,
- EventMultiplexer& rEventMultiplexer,
+ EventQueue& rEventQueue,
+ EventMultiplexer& rEventMultiplexer,
ScreenUpdater& rScreenUpdater,
- ActivitiesQueue& rActivitiesQueue,
- UserEventQueue& rUserEventQueue,
+ ActivitiesQueue& rActivitiesQueue,
+ UserEventQueue& rUserEventQueue,
CursorManager& rCursorManager,
const UnoViewContainer& rViewContainer,
- const ::com::sun::star::uno::Reference<
+ const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext >& xContext,
const ShapeEventListenerMap& rShapeListenerMap,
const ShapeCursorMap& rShapeCursorMap,