LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_frame_XDesktop_idl__
20 #define __com_sun_star_frame_XDesktop_idl__
30 module
com { module sun { module star { module frame {
used to enumerate objects in a container which contains objects.
Definition: XEnumerationAccess.idl:34
boolean terminate()
tries to terminate the desktop.
com::sun::star::lang::XComponent getCurrentComponent()
provides read access to the component inside the tree which has the UI focus
com::sun::star::container::XEnumerationAccess getComponents()
provides read access to collection of all currently loaded components inside the frame tree
XFrame getCurrentFrame()
provides read access to the frame which contains the current component
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
This is the main interface of a desktop service.
Definition: XDesktop.idl:44
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition: XFrame.idl:44
has to be provided if an object wants to receive an event when the master environment (e....
Definition: XTerminateListener.idl:38
Definition: Ambiguous.idl:22
void removeTerminateListener([in] XTerminateListener Listener)
unregisters an event listener for termination events.
base interface of all UNO interfaces
Definition: XInterface.idl:48
void addTerminateListener([in] XTerminateListener Listener)
registers an event listener to the desktop, which is called when the desktop is queried to terminate,...