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

(Global Index)

Syntax

service OleApplicationRegistration;

Description

registers standard UNO objects to OLE Automation.

It does not provide any specific interface because the UNO object is registered while instantiating this service and deregistered if the implementation is released.

The following UNO objects are provided:

Exported Interfaces

com::sun::star::uno::XInterface

Description

provides lifetime control by reference counting and the possibility of querying for other interfaces of the same logical object.


Top of Page