LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_frame_XFrameLoader_idl__
20 #define __com_sun_star_frame_XFrameLoader_idl__
29 module
com { module sun { module star { module frame {
65 [in] sequence< com::sun::star::beans::PropertyValue > Arguments,
load components into a frame
Definition: XFrameLoader.idl:42
void load([in] XFrame Frame, [in] string URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments, [in] XLoadEventListener Listener)
starts the loading of the specified resource into the specified Frame.
void cancel()
cancels the loading process.
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
is used to receive callbacks from an asynchronous frame loader.
Definition: XLoadEventListener.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:48