LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_frame_XFramesSupplier_idl__
20 #define __com_sun_star_frame_XFramesSupplier_idl__
25 module
com { module sun { module star { module frame {
27 published
interface XFrames;
XFrame getActiveFrame()
gets the current active frame of this container (not of any other available supplier)
XFrames getFrames()
provides access to this container and to all other XFramesSupplier which are available from this node...
manages and creates frames.
Definition: XFrames.idl:40
provides access to sub frames of current one
Definition: XFramesSupplier.idl:34
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition: XFrame.idl:44
represents the environment for a desktop component
Definition: Frame.idl:41
Definition: Ambiguous.idl:22
void setActiveFrame([in] XFrame Frame)
is called on activation of a direct sub-frame.