service OleObjectFactory in module com::sun::star::bridge:: |
service OleObjectFactory;
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 |
Factory objects support this interface for creating components by a specifying string, for example, the service name.
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.