summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/processor2d/textaspolygonextractor2d.cxx')
-rw-r--r--drawinglayer/source/processor2d/textaspolygonextractor2d.cxx42
1 files changed, 21 insertions, 21 deletions
diff --git a/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx b/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx
index ec31aa97d8de..111a6392c5c3 100644
--- a/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx
+++ b/drawinglayer/source/processor2d/textaspolygonextractor2d.cxx
@@ -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
@@ -53,24 +53,24 @@ namespace drawinglayer
//
// - TextSimplePortionPrimitive2D
// - PolygonWavePrimitive2D
- // - PolygonStrokePrimitive2D
+ // - PolygonStrokePrimitive2D
// - PolygonStrokePrimitive2D
- // - PolyPolygonColorPrimitive2D
- // - PolyPolygonHairlinePrimitive2D
- // - PolygonHairlinePrimitive2D
+ // - PolyPolygonColorPrimitive2D
+ // - PolyPolygonHairlinePrimitive2D
+ // - PolygonHairlinePrimitive2D
// - ShadowPrimitive2D
- // - ModifiedColorPrimitive2D
- // - TransformPrimitive2D
+ // - ModifiedColorPrimitive2D
+ // - TransformPrimitive2D
// - TextEffectPrimitive2D
- // - ModifiedColorPrimitive2D
- // - TransformPrimitive2D
- // - GroupPrimitive2D
-
+ // - ModifiedColorPrimitive2D
+ // - TransformPrimitive2D
+ // - GroupPrimitive2D
+
// encapsulate with flag and use decomposition
mnInText++;
process(rCandidate.get2DDecomposition(getViewInformation2D()));
mnInText--;
-
+
break;
}
case PRIMITIVE2D_ID_TEXTSIMPLEPORTIONPRIMITIVE2D :
@@ -80,15 +80,15 @@ namespace drawinglayer
//
// - PolyPolygonColorPrimitive2D
// - TextEffectPrimitive2D
- // - ModifiedColorPrimitive2D
- // - TransformPrimitive2D
- // - GroupPrimitive2D
-
+ // - ModifiedColorPrimitive2D
+ // - TransformPrimitive2D
+ // - GroupPrimitive2D
+
// encapsulate with flag and use decomposition
mnInText++;
process(rCandidate.get2DDecomposition(getViewInformation2D()));
mnInText--;
-
+
break;
}
@@ -179,7 +179,7 @@ namespace drawinglayer
process(rModifiedColorCandidate.getChildren());
maBColorModifierStack.pop();
}
-
+
break;
}
@@ -192,8 +192,8 @@ namespace drawinglayer
// create new transformations for CurrentTransformation and for local ViewInformation2D
const geometry::ViewInformation2D aViewInformation2D(
- getViewInformation2D().getObjectTransformation() * rTransformCandidate.getTransformation(),
- getViewInformation2D().getViewTransformation(),
+ getViewInformation2D().getObjectTransformation() * rTransformCandidate.getTransformation(),
+ getViewInformation2D().getViewTransformation(),
getViewInformation2D().getViewport(),
getViewInformation2D().getVisualizedPage(),
getViewInformation2D().getViewTime(),
@@ -231,7 +231,7 @@ namespace drawinglayer
}
TextAsPolygonExtractor2D::TextAsPolygonExtractor2D(const geometry::ViewInformation2D& rViewInformation)
- : BaseProcessor2D(rViewInformation),
+ : BaseProcessor2D(rViewInformation),
maTarget(),
maBColorModifierStack(),
mnInText(0)