LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a factory which creates a window that is a container for user interface elements. More...
import"WindowContentFactory.idl";
Additional Inherited Members | |
![]() | |
com::sun::star::uno::XInterface | createInstanceWithContext ([in] com::sun::star::uno::XComponentContext Context) raises (com::sun::star::uno::Exception) |
Creates an instance of a service implementation. More... | |
com::sun::star::uno::XInterface | createInstanceWithArgumentsAndContext ([in] sequence< any > Arguments, [in] com::sun::star::uno::XComponentContext Context) raises ( com::sun::star::uno::Exception ) |
Creates an instance of a component and initializes the new instance with the given arguments and context. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
specifies a factory which creates a window that is a container for user interface elements.
Dependent on the provided arguments different window types can be created. This container window must be capable of being integrated into another window (e.g. docking or floating windows).
The specific type of the created window depends on the provided arguments.