22 module
com { module sun { module star { module awt {
42 void move( [in]
long nHorzMove,
43 [in]
long nVertMove );
48 void unionRectangle( [in]
Rectangle Rect );
53 void intersectRectangle( [in]
Rectangle Region );
58 void excludeRectangle( [in]
Rectangle Rect );
69 void unionRegion( [in]
XRegion Region );
74 void intersectRegion( [in]
XRegion Region );
79 void excludeRegion( [in]
XRegion Region );
85 void xOrRegion( [in]
XRegion Region );
90 sequence<Rectangle> getRectangles();
specifies a rectangular area by position and size.
Definition: Rectangle.idl:27
Definition: Ambiguous.idl:20
manages multiple rectangles which make up a region.
Definition: XRegion.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:45