21 module
com { module sun { module star { module frame {
133 void createElement( [in]
string ResourceURL );
142 void destroyElement( [in]
string ResourceURL );
163 boolean requestElement( [in]
string ResourceURL );
190 sequence< com::sun::star::ui::XUIElement > getElements();
202 boolean showElement( [in]
string ResourceURL );
214 boolean hideElement( [in]
string ResourceURL );
247 boolean dockAllWindows( [in]
short nElementType );
259 boolean floatWindow( [in]
string ResourceURL );
271 boolean lockWindow( [in]
string ResourceURL );
284 boolean unlockWindow( [in]
string ResourceURL );
350 boolean isElementVisible( [in]
string ResourceURL );
362 boolean isElementFloating( [in]
string ResourceURL );
374 boolean isElementDocked( [in]
string ResourceURL );
386 boolean isElementLocked( [in]
string ResourceURL );
447 void setVisible( [in]
boolean Visible );
specifies a rectangular area by position and size.
Definition: Rectangle.idl:27
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:27
Definition: Ambiguous.idl:20
represents the environment for a desktop component
Definition: Frame.idl:36
central interface to query for, create, destroy and manipulate user interface elements which are boun...
Definition: XLayoutManager.idl:56
this interface enables developer to implement different docking area acceptors which are used by the ...
Definition: XDockingAreaAcceptor.idl:41
DockingArea
specifies different docking areas a frame based layout manager supports.
Definition: DockingArea.idl:37
a frame object can be considered to be an "anchor" object where a component can be attached to...
Definition: XFrame.idl:38
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:27
provides a function to retrieve a special purpose interface dependent on the user interface element t...
Definition: XUIElement.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:45