summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/polypolyaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/mtfrenderer/polypolyaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/polypolyaction.hxx42
1 files changed, 21 insertions, 21 deletions
diff --git a/cppcanvas/source/mtfrenderer/polypolyaction.hxx b/cppcanvas/source/mtfrenderer/polypolyaction.hxx
index a38ba92a8752..5422e944f76a 100644
--- a/cppcanvas/source/mtfrenderer/polypolyaction.hxx
+++ b/cppcanvas/source/mtfrenderer/polypolyaction.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
@@ -45,8 +45,8 @@ namespace com { namespace sun { namespace star { namespace rendering
/* Definition of internal::PolyPolyActionFactory class */
-namespace cppcanvas
-{
+namespace cppcanvas
+{
namespace internal
{
struct OutDevState;
@@ -59,35 +59,35 @@ namespace cppcanvas
text layout) is Canvas-dependent.
*/
class PolyPolyActionFactory
- {
- public:
+ {
+ public:
/// Create polygon, fill/stroke according to state
- static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
- const CanvasSharedPtr&,
- const OutDevState& );
+ static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
+ const CanvasSharedPtr&,
+ const OutDevState& );
/// Create texture-filled polygon
- static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
- const CanvasSharedPtr&,
+ static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
+ const CanvasSharedPtr&,
const OutDevState&,
- const ::com::sun::star::rendering::Texture& );
+ const ::com::sun::star::rendering::Texture& );
/// Create line polygon (always stroked, not filled)
- static ActionSharedPtr createLinePolyPolyAction( const ::basegfx::B2DPolyPolygon&,
- const CanvasSharedPtr&,
- const OutDevState& );
+ static ActionSharedPtr createLinePolyPolyAction( const ::basegfx::B2DPolyPolygon&,
+ const CanvasSharedPtr&,
+ const OutDevState& );
/// Create stroked polygon
- static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
- const CanvasSharedPtr&,
+ static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
+ const CanvasSharedPtr&,
const OutDevState&,
- const ::com::sun::star::rendering::StrokeAttributes& );
+ const ::com::sun::star::rendering::StrokeAttributes& );
/// For transparent painting of the given polygon (normally, we take the colors always opaque)
- static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
- const CanvasSharedPtr&,
+ static ActionSharedPtr createPolyPolyAction( const ::basegfx::B2DPolyPolygon&,
+ const CanvasSharedPtr&,
const OutDevState&,
- int nTransparency );
+ int nTransparency );
private:
// static factory, disable big four
@@ -96,7 +96,7 @@ namespace cppcanvas
PolyPolyActionFactory(const PolyPolyActionFactory&);
PolyPolyActionFactory& operator=( const PolyPolyActionFactory& );
};
- }
+ }
}
#endif /* _CPPCANVAS_POLYPOLYACTION_HXX */