LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
20 #define __com_sun_star_lang_XMultiServiceFactory_idl__
28 module
com { module sun { module star { module lang {
62 [in]
string ServiceSpecifier,
63 [in] sequence<any> Arguments )
the base of all UNO exceptions
Definition: Exception.idl:33
com::sun::star::uno::XInterface createInstance([in] string aServiceSpecifier)
Creates an instance classified by the specified name.
Definition: Ambiguous.idl:22
com::sun::star::uno::XInterface createInstanceWithArguments([in] string ServiceSpecifier, [in] sequence< any > Arguments)
Creates an instance classified by the specified name and passes the arguments to that instance.
base interface of all UNO interfaces
Definition: XInterface.idl:48
sequence< string > getAvailableServiceNames()
Provides the available names of the factory to be used to create instances.
Allows creating instances specified by a string name.
Definition: XMultiServiceFactory.idl:40