20 module
com { module sun { module star { module rendering {
23 interface XVolatileBitmap;
24 interface XBufferController;
94 XLinePolyPolygon2D createCompatibleLinePolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points );
103 XBezierPolyPolygon2D createCompatibleBezierPolyPolygon( [in] sequence< sequence< ::com::sun::star::geometry::RealBezierSegment2D > > points );
239 boolean hasFullScreenMode();
249 boolean enterFullScreenMode( [in]
boolean bEnter );
Allows creating instances specified by a string name.
Definition: XMultiServiceFactory.idl:33
This structure contains data representing a two-dimensional size.
Definition: RealSize2D.idl:28
This structure contains data representing a two-dimensional size.
Definition: IntegerSize2D.idl:28
This is a specialized interface to a volatile bitmap (which can become invalid at any point in time)...
Definition: XVolatileBitmap.idl:25
Definition: Ambiguous.idl:20
This is a generic interface to a bitmap.
Definition: XBitmap.idl:32
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This is a specialized interface for a 2D poly-polygon containing straight line and Bezier segments...
Definition: XBezierPolyPolygon2D.idl:36
Interface providing access to double/multi-buffer facilities of screen devices.
Definition: XBufferController.idl:30
This interface provides access to a graphic device, such as a printer, or a screen device...
Definition: XGraphicDevice.idl:46
base interface of all UNO interfaces
Definition: XInterface.idl:45
Information how to interpret certain color data.
Definition: XColorSpace.idl:37
Specialized interface for a 2D poly-polygon containing only straight line segments.
Definition: XLinePolyPolygon2D.idl:26