service OleObjectFactory in module com::sun::star::bridge::

(Global Index)

Syntax

service OleObjectFactory;

Description

makes it possible to create OLE objects as UNO objects.

Any OLE objects which are accessable via CLSIDFromProgID() and CoCreateInstance() could be created by this service. The created UNO objects support XInvocation if the original OLE objects support IDispatch.

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

Exported Interfaces


com::sun::star::lang::XMultiServiceFactory
Top of Page