summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/RasterOperation.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:50:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:50:44 +0000
commit9c854694d9268d499ac7ba8d973f4d2e5a147a3a (patch)
tree34f0c67d5e862774919113540ab6c5096a9777b9 /offapi/com/sun/star/awt/RasterOperation.idl
parentc9fbe5a5f8d0529c53464abb68357314489735d0 (diff)
INTEGRATION: CWS tbe4 (1.5.146); FILE MERGED
2003/06/23 13:16:58 tbe 1.5.146.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/RasterOperation.idl')
-rw-r--r--offapi/com/sun/star/awt/RasterOperation.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/RasterOperation.idl b/offapi/com/sun/star/awt/RasterOperation.idl
index b7af7e66633e..cc02b3861a60 100644
--- a/offapi/com/sun/star/awt/RasterOperation.idl
+++ b/offapi/com/sun/star/awt/RasterOperation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RasterOperation.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:00:31 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:50:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,33 +67,39 @@
module com { module sun { module star { module awt {
//=============================================================================
+
/** These values are used to specify the binary pixel-operation applied
when pixels are written to the device.
*/
enum RasterOperation
{
//-------------------------------------------------------------------------
+
/** sets all pixel as written in the output operation.
*/
OVERPAINT,
//-------------------------------------------------------------------------
+
/** uses the pixel written as one and the current pixel as
the other operator of an exclusive or-operation.
*/
XOR,
//-------------------------------------------------------------------------
+
/** All bits which are affected by this operation are set to 0.
*/
ZEROBITS,
//-------------------------------------------------------------------------
+
/** All bits which are affected by this operation are set to 1.
*/
ALLBITS,
//-------------------------------------------------------------------------
+
/** All bits which are affected by this operation are inverted.
*/
INVERT