summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi/pspgraphics.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:25:26 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:25:26 +0000
commitd5506537ad53e66478a7d2c389bc700345153bf5 (patch)
treeaa1c8c63f22479d7540d46556eb8b5cad20a1dfe /vcl/unx/source/gdi/pspgraphics.cxx
parentba92514470bc0b42e631f31cb0c887287424ef1c (diff)
INTEGRATION: CWS aw024 (1.19.32); FILE MERGED
2006/11/10 05:48:25 aw 1.19.32.3: RESYNC: (1.20-1.21); FILE MERGED 2006/09/22 03:38:05 aw 1.19.32.2: RESYNC: (1.19-1.20); FILE MERGED 2006/07/20 16:03:34 thb 1.19.32.1: #i66849# Join from CWS xralpha; added XRENDER_LINK feature back again; renamed drawTransparentBitmap() to drawMaskedBitmap() and made private nonvirtual; added drawAlphaRect()
Diffstat (limited to 'vcl/unx/source/gdi/pspgraphics.cxx')
-rw-r--r--vcl/unx/source/gdi/pspgraphics.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/pspgraphics.cxx b/vcl/unx/source/gdi/pspgraphics.cxx
index 3703e69d5d66..26085645069b 100644
--- a/vcl/unx/source/gdi/pspgraphics.cxx
+++ b/vcl/unx/source/gdi/pspgraphics.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pspgraphics.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: vg $ $Date: 2006-09-27 10:53:35 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 15:25:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1449,3 +1449,14 @@ bool PspGraphics::filterText( const String& rOrig, String& rNewText, xub_StrLen
return bRet && m_bSwallowFaxNo;
}
+bool PspGraphics::drawAlphaBitmap( const SalTwoRect&,
+ const SalBitmap&,
+ const SalBitmap& )
+{
+ return false;
+}
+
+bool PspGraphics::drawAlphaRect( long, long, long, long, sal_uInt8 )
+{
+ return false;
+}