19 #ifndef __com_sun_star_rendering_CompositeOperation_idl__
20 #define __com_sun_star_rendering_CompositeOperation_idl__
22 module com { module sun { module star { module rendering {
41 constants CompositeOperation
const byte DESTINATION
Leave the destination as-is.
Definition: CompositeOperation.idl:62
const byte OVER
Copy the source over the destination.
Definition: CompositeOperation.idl:69
const long INSIDE
Definition: DataLabelPlacement.idl:41
const long CLEAR
Definition: ShadingPattern.idl:25
const byte INSIDE_REVERSE
Leave the destination as is.
Definition: CompositeOperation.idl:90
uses the pixel written as one and the current pixel as the other operator of an exclusive or-operatio...
Definition: RasterOperation.idl:41
const long OUTSIDE
Definition: DataLabelPlacement.idl:42
const byte OUTSIDE_REVERSE
Leave the destination as is.
Definition: CompositeOperation.idl:105
const byte ATOP
Copy the source over the destination.
Definition: CompositeOperation.idl:113
const byte SOURCE
Copy source as-is to the destination.
Definition: CompositeOperation.idl:55
const byte SATURATE
Saturate source and destination.
Definition: CompositeOperation.idl:145
const byte UNDER
Copy the source under the destination.
Definition: CompositeOperation.idl:76
const short ADD
Definition: Key.idl:264
const byte ATOP_REVERSE
Copy the destination over the source.
Definition: CompositeOperation.idl:121