From c51fc315cecfdbcc807f0c404b0c856898cf63fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 28 Jan 2005 14:30:58 +0000 Subject: [PATCH] INTEGRATION: CWS presbeta01 (1.3.10); FILE MERGED 2005/01/22 00:51:02 thb 1.3.10.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before! --- cppcanvas/source/mtfrenderer/textaction.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cppcanvas/source/mtfrenderer/textaction.hxx b/cppcanvas/source/mtfrenderer/textaction.hxx index 8ad8ad7337f0..f40ba08340cb 100644 --- a/cppcanvas/source/mtfrenderer/textaction.hxx +++ b/cppcanvas/source/mtfrenderer/textaction.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textaction.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:57:20 $ + * last change: $Author: rt $ $Date: 2005-01-28 15:30:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,6 +133,7 @@ namespace cppcanvas void init( const ::Point& rStartPoint, const OutDevState& rState, + const CanvasSharedPtr& rCanvas, const ::comphelper::OptionalValue< ::basegfx::B2DHomMatrix >& rTextTransform ); // TODO(P2): This is potentially a real mass object (every character might be