|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module loader {
59 [in]
string implementationLoaderUrl,
60 [in]
string locationUrl,
83 [in]
string implementationLoaderUrl,
84 [in]
string locationUrl )
makes structural information (except regarding tree structures) of a single registry key accessible.
Definition: XRegistryKey.idl:32
indicates an error during component activation
Definition: CannotActivateFactoryException.idl:36
boolean writeRegistryInfo([in] com::sun::star::registry::XRegistryKey xKey, [in] string implementationLoaderUrl, [in] string locationUrl)
writes a list of all implementations hosted by this component into a registry key.
Definition: Ambiguous.idl:20
com::sun::star::uno::XInterface activate([in] string implementationName, [in] string implementationLoaderUrl, [in] string locationUrl, [in] com::sun::star::registry::XRegistryKey xKey)
activates a concrete implementation within a component.
handles activation (loading) of a UNO component.
Definition: XImplementationLoader.idl:28
base interface of all UNO interfaces
Definition: XInterface.idl:46
is thrown when an application tries to register a new component (implementation) using the XImplement...
Definition: CannotRegisterImplementationException.idl:36