LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
Dynamic Service Referencepublished

Makes it possible to access services accessible via a UnoUrlResolver E.g., instantiation of services in another process. More...

import"Dynamic.idl";

Inheritance diagram for Dynamic:
XImplementationLoader XInterface

Additional Inherited Members

- Public Member Functions inherited from XImplementationLoader
com::sun::star::uno::XInterface activate ([in] string implementationName, [in] string implementationLoaderUrl, [in] string locationUrl, [in] com::sun::star::registry::XRegistryKey xKey) raises ( com::sun::star::loader::CannotActivateFactoryException )
 activates a concrete implementation within a component. More...
 
boolean writeRegistryInfo ([in] com::sun::star::registry::XRegistryKey xKey, [in] string implementationLoaderUrl, [in] string locationUrl) raises ( com::sun::star::registry::CannotRegisterImplementationException )
 writes a list of all implementations hosted by this component into a registry key. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Makes it possible to access services accessible via a UnoUrlResolver E.g., instantiation of services in another process.

This service is still in an experimental state and should not be used in a production environment.

Is used to write persistent information into the given registry for accessing a SingleServiceFactory and for activating this implementation.

Allows registration and activation of described service. The url parameter has to be a comma-separated list of attributes. The following attribute types are understood: servicename = the service name to register this component under link = a parameter given to a resolver to get a SingleServiceFactory resolver = a UnoUrlResolver service, which is used to resolve the link


The documentation for this service was generated from the following file: