LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_frame_XLayoutManager_idl__
21 #define __com_sun_star_frame_XLayoutManager_idl__
33 module
com { module sun { module star { module frame {
145 void createElement( [in]
string ResourceURL );
154 void destroyElement( [in]
string ResourceURL );
175 boolean requestElement( [in]
string ResourceURL );
202 sequence< com::sun::star::ui::XUIElement > getElements();
214 boolean showElement( [in]
string ResourceURL );
226 boolean hideElement( [in]
string ResourceURL );
259 boolean dockAllWindows( [in]
short nElementType );
271 boolean floatWindow( [in]
string ResourceURL );
283 boolean lockWindow( [in]
string ResourceURL );
296 boolean unlockWindow( [in]
string ResourceURL );
362 boolean isElementVisible( [in]
string ResourceURL );
374 boolean isElementFloating( [in]
string ResourceURL );
386 boolean isElementDocked( [in]
string ResourceURL );
398 boolean isElementLocked( [in]
string ResourceURL );
459 void setVisible( [in]
boolean Visible );
DockingArea
specifies different docking areas a frame based layout manager supports.
Definition: DockingArea.idl:40
provides a function to retrieve a special purpose interface dependent on the user interface element t...
Definition: XUIElement.idl:45
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:29
central interface to query for, create, destroy and manipulate user interface elements which are boun...
Definition: XLayoutManager.idl:68
this interface enables developer to implement different docking area acceptors which are used by the ...
Definition: XDockingAreaAcceptor.idl:48
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition: XFrame.idl:43
represents the environment for a desktop component
Definition: Frame.idl:41
Definition: Ambiguous.idl:22
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47
specifies a rectangular area by position and size.
Definition: Rectangle.idl:29