LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to a configuration data composed of one or more platform backends containing settings used by software modules. More...
import"SystemIntegration.idl";
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< XLayer > | listOwnLayers ([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< XLayer > | listLayers ([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... | |
provides access to a configuration data composed of one or more platform backends containing settings used by software modules.
interface 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".
interface XBackend |
provides access to the layer data.