LibreOffice
LibreOffice 24.2 SDK API Reference
|
Access to the tree of configuration data. More...
Modules | |
module | backend |
interfaces for configuration backends. | |
module | bootstrap |
deprecated bootstrapping mechanism. | |
Classes | |
service | AccessRootElement |
provides information about the root element of a hierarchy and about the hierarchy as a whole. More... | |
service | AdministrationProvider |
manages one, or more, complete sets of configuration data for administrative purposes and serves as a factory for objects that provide access to subsets of these shared configurations. More... | |
exception | CannotLoadConfigurationException |
is thrown when an application tries to create a configuration provider but the configuration can't be loaded More... | |
service | ConfigurationAccess |
provides read access to a fragment of the configuration hierarchy. More... | |
service | ConfigurationProvider |
manages one, or more, complete sets of configuration data and serves as a factory for objects that provide access to a subset of the configuration. More... | |
service | ConfigurationRegistry |
service | ConfigurationUpdateAccess |
provides modifying access to a fragment of the configuration hierarchy. More... | |
exception | CorruptedConfigurationException |
This exception is thrown in case a configuration does not exists or contains corrupt data. More... | |
exception | CorruptedUIConfigurationException |
This exception is thrown in case the global UI configuration (including menubars/toolbars and accelerators) does not exists or contains corrupted data. More... | |
service | DefaultProvider |
is a ConfigurationProvider, that is the default ConfigurationProvider for its com::sun::star::uno::XComponentContext. More... | |
service | GroupAccess |
provides access to a predefined heterogeneous group of values and nested trees as part of a hierarchy. More... | |
service | GroupElement |
provides information about a predefined element contained in a heterogeneous group of elements within a hierarchy. More... | |
service | GroupUpdate |
provides write access to a predefined heterogeneous group of values and nested trees as part of a hierarchy. More... | |
service | HierarchyAccess |
provides access to a hierarchy of descendant elements. More... | |
service | HierarchyElement |
provides information about an element within a hierarchy. More... | |
exception | InstallationIncompleteException |
is thrown when creating a configuration provider fails because the user's installation for the is missing or incomplete More... | |
exception | InvalidBootstrapFileException |
is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration contains invalid data More... | |
exception | MissingBootstrapFileException |
is thrown when creating a configuration provider fails because a bootstrap file needed to locate the configuration is missing More... | |
service | PropertyHierarchy |
provides access to and information about properties and subproperties of an implementation. More... | |
service | ReadOnlyAccess |
Provides easy read-only access to the complete configuration. More... | |
service | ReadWriteAccess |
Provides easy read/write access to the complete configuration. More... | |
service | SetAccess |
provides access to a dynamic, homogeneous set of values or nested trees within a hierarchy. More... | |
service | SetElement |
provides information about a dynamic element that can be inserted into a homogeneous set of elements within a hierarchy. More... | |
service | SetUpdate |
provides write access to a dynamic homogeneous set of values or nested trees within a hierarchy. More... | |
service | SimpleSetAccess |
provides access to a dynamic, homogeneous, nonhierarchical set of values or objects. More... | |
service | SimpleSetUpdate |
provides write access to a dynamic, homogeneous, non-hierarchical set of values or objects. More... | |
singleton | theDefaultProvider |
The default ConfigurationProvider. More... | |
singleton | Update |
service | UpdateRootElement |
provides update control for a hierarchy of configuration items and information about the hierarchy as a whole as well as its root. More... | |
interface | XDocumentation |
interface | XReadWriteAccess |
interface | XTemplateContainer |
is implemented by objects that contain instances of a named template to provide information about the template. More... | |
interface | XTemplateInstance |
is implemented by objects that are instances of a named template to provide information about the template. More... | |
interface | XUpdate |
Access to the tree of configuration data.