Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: bridge ::

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
Description
Factory objects support this interface for creating components by a specifying string, for example, the service name.

Top of Page