LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
WindowContentFactory Service Reference

specifies a factory which creates a window that is a container for user interface elements. More...

import"WindowContentFactory.idl";

Inheritance diagram for WindowContentFactory:
XSingleComponentFactory XInterface

Additional Inherited Members

- Public Member Functions inherited from XSingleComponentFactory
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...
 
- Public Member Functions inherited from XInterface
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...
 

Detailed Description

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.

Since
OOo 3.1

The documentation for this service was generated from the following file: