|
Syntax
- com::sun::star::uno::XInterface activate
(
- string implementationName,
- string implementationLoaderUrl,
- string locationUrl,
- com::sun::star::registry::XRegistryKey xKey )
- raises ( com::sun::star::loader::CannotActivateFactoryException );
Description
activates an external service factory.
Syntax
- boolean writeRegistryInfo
(
- com::sun::star::registry::XRegistryKey xKey,
- string implementationLoaderUrl,
- string locationUrl )
- raises ( com::sun::star::registry::CannotRegisterImplementationException );
Description
writes information about implementations in the registry. An implementation supports one or more services. This
and more information will be written in the registry. This function is called when an implementation
is registered.
See also
- com::sun::star::repos::XImplementationRegistration
-
|