| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Allows creating instances specified by a string name. More...
import "XMultiServiceFactory.idl";
 
  
| Public Member Functions | |
| com::sun::star::uno::XInterface | createInstance ([in] string aServiceSpecifier) raises ( com::sun::star::uno::Exception ) | 
| Creates an instance classified by the specified name. | |
| com::sun::star::uno::XInterface | createInstanceWithArguments ([in] string ServiceSpecifier, [in] sequence< any > Arguments) raises ( com::sun::star::uno::Exception ) | 
| Creates an instance classified by the specified name and passes the arguments to that instance. | |
| sequence< string > | getAvailableServiceNames () | 
| Provides the available names of the factory to be used to create instances. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Allows creating instances specified by a string name.
| com::sun::star::uno::XInterface createInstance | ( | [in] string | aServiceSpecifier | ) | ||
| raises | ( | com::sun::star::uno::Exception ) | ||||
Creates an instance classified by the specified name.
| aServiceSpecifier | classified name of instance | 
| com::sun::star::uno::XInterface createInstanceWithArguments | ( | [in] string | ServiceSpecifier, | |||
| [in] sequence< any > | Arguments ) | |||||
| raises | ( | com::sun::star::uno::Exception ) | ||||
Creates an instance classified by the specified name and passes the arguments to that instance.
| ServiceSpecifier | classified name of instance | 
| Arguments | arguments passed to the instance | 
| sequence< string > getAvailableServiceNames | ( | ) | 
Provides the available names of the factory to be used to create instances.