LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
OleObjectFactory Service Referencepublished

makes it possible to create COM objects as UNO objects. More...

import "OleObjectFactory.idl";

Inheritance diagram for OleObjectFactory:
XMultiServiceFactory XInterface

Exported Interfaces

interface com::sun::star::lang::XMultiServiceFactory
 

Additional Inherited Members

- Public Member Functions inherited from XMultiServiceFactory
com::sun::star::uno::XInterface createInstance ([in] string aServiceSpecifier) raises ( com::sun::star::uno::Exception )
 Creates an instance classified by the specified name. More...
 
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. More...
 
sequence< string > getAvailableServiceNames ()
 Provides the available names of the factory to be used to create instances. More...
 

Detailed Description

makes it possible to create COM objects as UNO objects.

A COM object must have a ProgId since the ProgId is used as argument for XMultiServiceFactory::createInstance. The only interfaces which are mapped are IUnknown and IDispatch. The created UNO objects support com::sun::star::script::XInvocation if the original COM objects support IDispatch.

The optional parameters of the method com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments() are reserved for future use; at this time they are ignored.

Deprecated:

Exported Interfaces


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