ImageDrawMode.idl (d1dc9aae) ImageDrawMode.idl (d1e7efc3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22#ifndef __com_sun_star_awt_ImageDrawMode_idl__
23#define __com_sun_star_awt_ImageDrawMode_idl__
24
25module com { module sun { module star { module awt {
26
27/** defines modes how an image is drawn onto a device
28
29 @see <member scope="com::sun::star::awt">XGraphics2::drawImage</member>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22#ifndef __com_sun_star_awt_ImageDrawMode_idl__
23#define __com_sun_star_awt_ImageDrawMode_idl__
24
25module com { module sun { module star { module awt {
26
27/** defines modes how an image is drawn onto a device
28
29 @see <member scope="com::sun::star::awt">XGraphics2::drawImage</member>
30 @since Apache OpenOffice 4.0
30 @since OpenOffice 4.0
31 */
32constants ImageDrawMode
33{
34 /** the image is drawn as is, without any color transformation.
35 */
36 const short NONE = 0x0000;
37
38 /** the image is drawn as if it represented a feature whose state is disabled.

--- 21 unchanged lines hidden ---
31 */
32constants ImageDrawMode
33{
34 /** the image is drawn as is, without any color transformation.
35 */
36 const short NONE = 0x0000;
37
38 /** the image is drawn as if it represented a feature whose state is disabled.

--- 21 unchanged lines hidden ---