21module
com { module sun { module star { module ui {
specifies the basic operations for a window component.
Definition XWindow.idl:33
this interface enables developer to implement different docking area acceptors which are used by the ...
Definition XDockingAreaAcceptor.idl:42
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:46
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28