19#ifndef __com_sun_star_lang_XSingleServiceFactory_idl__
20#define __com_sun_star_lang_XSingleServiceFactory_idl__
28module
com { module sun { module star { module lang {
47 raises(
com::sun::star::uno::Exception );
57 com::sun::star::uno::XInterface createInstanceWithArguments( [in] sequence<any> aArguments )
58 raises(
com::sun::star::uno::Exception );
Factory interface to produce instances of an implementation of a service specification.
Definition: XSingleServiceFactory.idl:40
com::sun::star::uno::XInterface createInstance()
Creates an instance of a service implementation.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Accessible.idl:22