summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/clippingfunctor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/clippingfunctor.hxx')
-rw-r--r--slideshow/source/engine/transitions/clippingfunctor.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/slideshow/source/engine/transitions/clippingfunctor.hxx b/slideshow/source/engine/transitions/clippingfunctor.hxx
index 97a6ee1b62dc..e02af2d148bc 100644
--- a/slideshow/source/engine/transitions/clippingfunctor.hxx
+++ b/slideshow/source/engine/transitions/clippingfunctor.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
@@ -37,18 +37,18 @@
#include <parametricpolypolygon.hxx>
-namespace slideshow
+namespace slideshow
{
- namespace internal
+ namespace internal
{
/** Generates the final clipping polygon.
This class serves as the functor, which generates the
final clipping polygon from a given ParametricPolyPolygon
- and a TransitionInfo.
+ and a TransitionInfo.
The ParametricPolyPolygon can be obtained from the
- ParametricPolyPolygonFactory, see there.
+ ParametricPolyPolygonFactory, see there.
The TransitionInfo further parameterizes the polygon
generated by the ParametricPolyPolygon, with common
@@ -65,7 +65,7 @@ namespace slideshow
const TransitionInfo& rTransitionInfo,
bool bDirectionForward,
bool bModeIn );
-
+
/** Generate clip polygon.
@param nValue
@@ -76,9 +76,9 @@ namespace slideshow
Size the clip polygon should cover. This is typically
the size of the object the effect is applied on.
*/
- ::basegfx::B2DPolyPolygon operator()( double nValue,
+ ::basegfx::B2DPolyPolygon operator()( double nValue,
const ::basegfx::B2DSize& rTargetSize );
-
+
private:
ParametricPolyPolygonSharedPtr mpParametricPoly;
::basegfx::B2DHomMatrix maStaticTransformation;