LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | List of all members
SystemIntegration Service Reference

provides access to a configuration data composed of one or more platform backends containing settings used by software modules. More...

import"SystemIntegration.idl";

Inheritance diagram for SystemIntegration:
XBackend XInitialization XInterface XInterface

Exported Interfaces

interface XBackend
 provides access to the layer data. More...
 
interface com::sun::star::lang::XInitialization
 allows initialization of backend data sources More...
 

Additional Inherited Members

- Public Member Functions inherited from XBackend
sequence< XLayerlistOwnLayers ([in] string aComponent) raises (BackendAccessException, com::sun::star::lang::IllegalArgumentException)
 retrieves the layers associated to the owner entity for a component. More...
 
XUpdateHandler getOwnUpdateHandler ([in] string aComponent) raises (BackendAccessException, com::sun::star::lang::NoSupportException, com::sun::star::lang::IllegalArgumentException)
 creates an update handler for the owner entity layer for a component. More...
 
sequence< XLayerlistLayers ([in] string aComponent, [in] string aEntity) raises (BackendAccessException, com::sun::star::lang::IllegalArgumentException)
 retrieves the layers associated to an entity for a component. More...
 
XUpdateHandler getUpdateHandler ([in] string aComponent, [in] string aEntity) raises (BackendAccessException, com::sun::star::lang::NoSupportException, com::sun::star::lang::IllegalArgumentException)
 creates an update handler on an entity's layer for a component. 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...
 
- Public Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object. More...
 

Detailed Description

provides access to a configuration data composed of one or more platform backends containing settings used by software modules.

Exported Interfaces

◆ com::sun::star::lang::XInitialization

allows initialization of backend data sources

no parameters need to be passed as backends are initialized using the service registration database "services.rdb".

◆ XBackend

interface XBackend

provides access to the layer data.


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