|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module ui {
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.
specifies the basic operations for a window component.
Definition: XWindow.idl:33
void setDockingAreaSpace([in] com::sun::star::awt::Rectangle BorderSpace)
method to brief an implementation that we need new border space.
this interface enables developer to implement different docking area acceptors which are used by the ...
Definition: XDockingAreaAcceptor.idl:42
com::sun::star::awt::XWindow getContainerWindow()
provide the container window where the layout manager can request border space for docking windows.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
specifies a rectangular area by position and size.
Definition: Rectangle.idl:28