summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 09:08:56 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 09:08:56 +0000
commit5fbdbf807650d29893094a610684e22c5ca0d564 (patch)
treeb7f972daa0504bf8555abb156d38bad360be32cd
parentc297d383ca2740f3c78c19f044531310861908ce (diff)
INTEGRATION: CWS aquabmpfix01 (1.18.28); FILE MERGED
2008/05/13 14:03:27 hdu 1.18.28.1: #100000# remove compile warnings
-rw-r--r--vcl/unx/inc/pspgraphics.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vcl/unx/inc/pspgraphics.h b/vcl/unx/inc/pspgraphics.h
index 9e0fd6a05afc..05afdf9b89e6 100644
--- a/vcl/unx/inc/pspgraphics.h
+++ b/vcl/unx/inc/pspgraphics.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: pspgraphics.h,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -104,6 +104,7 @@ public:
virtual void ResetClipRegion();
virtual void BeginSetClipRegion( ULONG nCount );
virtual BOOL unionClipRegion( long nX, long nY, long nWidth, long nHeight );
+ virtual bool unionClipRegion( const ::basegfx::B2DPolyPolygon& );
virtual void EndSetClipRegion();
virtual void SetLineColor();
@@ -155,6 +156,8 @@ public:
virtual void drawPolyPolygon( sal_uInt32 nPoly,
const sal_uInt32* pPoints,
PCONSTSALPOINT* pPtAry );
+ virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency );
+ virtual bool drawPolyLine( const ::basegfx::B2DPolygon&, const ::basegfx::B2DVector& rLineWidths );
virtual sal_Bool drawPolyLineBezier( ULONG nPoints,
const SalPoint* pPtAry,
const BYTE* pFlgAry );