19 #ifndef __com_sun_star_awt_XDevice_idl__
20 #define __com_sun_star_awt_XDevice_idl__
29 module
com { module sun { module star { module awt {
31 published
interface XGraphics;
32 published
interface XFont;
33 published
interface XBitmap;
34 published
interface XDisplayBitmap;
55 XDevice createDevice( [in]
long nWidth,
66 sequence<FontDescriptor> getFontDescriptors();
85 XBitmap createBitmap( [in]
long nX,
describes a font on a specific device.
Definition: XFont.idl:37
contains information about a device.
Definition: DeviceInfo.idl:29
provides the basic output operation of a device.
Definition: XGraphics.idl:40
provides information about a graphical output device and offers a factory for the graphics which prov...
Definition: XDevice.idl:41
– idl definition –
Definition: Ambiguous.idl:22
provides a bitmap in the Microsoft DIB format.
Definition: XBitmap.idl:33
describes the characteristics of a font.
Definition: FontDescriptor.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47
specifies an object as a bitmap for which data is formatted for a specific output device...
Definition: XDisplayBitmap.idl:34