19#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
20#define __com_sun_star_lang_XMultiServiceFactory_idl__
28module
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
Allows creating instances specified by a string name.
Definition XMultiServiceFactory.idl:40
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.
com::sun::star::uno::XInterface createInstance([in] string aServiceSpecifier)
Creates an instance classified by the specified name.
sequence< string > getAvailableServiceNames()
Provides the available names of the factory to be used to create instances.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22