LibreOffice
LibreOffice 5.0 SDK API Reference
|
Allows to access a java component stored with a .jar file. More...
import "Java.idl";
Additional Inherited Members | |
![]() | |
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... | |
Allows to access a java component stored with a .jar file.
Is used for writing persistent information in the registry for external implementation and for activating this implementation. The locationUrls must be absolute file urls.