From ebb2358f52acf7fd73f6be85771e1301a886bbdf Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 23 Aug 2011 15:22:27 +0200 Subject: recreated tag libreoffice-3.3.0.4 which had these commits: commit 5d72cb3cf5b1e61a804e7a5db52a4a6bd041afdd (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek Date: Tue Jan 18 19:01:21 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit 95323c2f1c8e7c340e8f3bb1261cd63fca66b68a Author: Petr Mladek Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. --- offapi/com/sun/star/awt/DeviceCapability.idl | 64 ++++++++++++++-------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'offapi/com/sun/star/awt/DeviceCapability.idl') diff --git a/offapi/com/sun/star/awt/DeviceCapability.idl b/offapi/com/sun/star/awt/DeviceCapability.idl index 1f90be3bb4ac..06e7a309a9cd 100644 --- a/offapi/com/sun/star/awt/DeviceCapability.idl +++ b/offapi/com/sun/star/awt/DeviceCapability.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,42 +24,42 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_awt_DeviceCapability_idl__ -#define __com_sun_star_awt_DeviceCapability_idl__ - - -//============================================================================= - - module com { module sun { module star { module awt { - -//============================================================================= - +#ifndef __com_sun_star_awt_DeviceCapability_idl__ +#define __com_sun_star_awt_DeviceCapability_idl__ + + +//============================================================================= + + module com { module sun { module star { module awt { + +//============================================================================= + /** defines which capabilities a device supports. */ published constants DeviceCapability -{ - //------------------------------------------------------------------------- - - /** supports the device raster operations. - +{ + //------------------------------------------------------------------------- + + /** supports the device raster operations. + @see XGraphics::setRasterOp */ - const long RASTEROPERATIONS = 1; - - //------------------------------------------------------------------------- - - /** supports the XDevice::createBitmap, + const long RASTEROPERATIONS = 1; + + //------------------------------------------------------------------------- + + /** supports the XDevice::createBitmap, the XDevice::createDevice and the - XGraphics::copy methods. - + XGraphics::copy methods. + @see XGraphics::setRasterOp */ - const long GETBITS = 2; - -}; - -//============================================================================= - -}; }; }; }; - -#endif + const long GETBITS = 2; + +}; + +//============================================================================= + +}; }; }; }; + +#endif -- cgit v1.2.3