summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-28 14:29:56 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-28 14:29:56 +0000
commit78ecb6ae43faf1952c92dfaec71f0721b7187ba1 (patch)
treeda6f6867349630865d7d284c5580f584f23fea50 /cppcanvas/source/inc
parent7734d1f2fc405e76ce593cab11d2ae4c35470635 (diff)
INTEGRATION: CWS presbeta01 (1.4.10); FILE MERGED
2005/01/25 23:22:41 thb 1.4.10.1: #i36950# More text output fixes: basegfx obviously does not prune exactly identical polygons into one, which might lead to errorneously empty clips. Fixed symptomatically by falling back to rect clipping for some common cases. Added handling of StretchText meta action
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx
index 5fe42deb75b0..c22f3da7dbf5 100644
--- a/cppcanvas/source/inc/implrenderer.hxx
+++ b/cppcanvas/source/inc/implrenderer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implrenderer.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:53:39 $
+ * last change: $Author: rt $ $Date: 2005-01-28 15:29:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,6 +139,11 @@ namespace cppcanvas
const CanvasSharedPtr& rCanvas,
bool bIntersect );
+ void updateClipping( VectorOfOutDevStates& rStates,
+ const ::Rectangle& rClipRect,
+ const CanvasSharedPtr& rCanvas,
+ bool bIntersect );
+
::com::sun::star::uno::Reference<
::drafts::com::sun::star::rendering::XCanvasFont > createFont( ::basegfx::B2DHomMatrix& o_rFontMatrix,
const ::Font& rFont,