LibreOffice
LibreOffice 5.0 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... | |
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.