20 #ifndef __com_sun_star_ui_XDockingAreaAcceptor_idl__
21 #define __com_sun_star_ui_XDockingAreaAcceptor_idl__
28 module
com { module sun { module star { module ui {
specifies the basic operations for a window component.
Definition: XWindow.idl:51
this interface enables developer to implement different docking area acceptors which are used by the ...
Definition: XDockingAreaAcceptor.idl:49
boolean requestDockingAreaSpace([in] com::sun::star::awt::Rectangle RequestedSpace)
method to ask an implementation if the provided space for docking windows is available or not.
com::sun::star::awt::XWindow getContainerWindow()
provide the container window where the layout manager can request border space for docking windows.
void setDockingAreaSpace([in] com::sun::star::awt::Rectangle BorderSpace)
method to brief an implementation that we need new border space.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22
specifies a rectangular area by position and size.
Definition: Rectangle.idl:30