LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to a component context that is enhanced with bootstrap parameters for configuration services from the associated metaconfiguration mechanism. More...
import"BootstrapContext.idl";
Exported Interfaces | |
interface | com::sun::star::uno::XComponentContext |
provides access to metaconfiguration data. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XComponentContext | |
any | getValueByName ([in] string Name) |
Gets a value from the context. More... | |
com::sun::star::lang::XMultiComponentFactory | getServiceManager () |
Gets the service manager instance to be used from key /singletons/com.sun.star.lang.theServiceManager . 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... | |
provides access to a component context that is enhanced with bootstrap parameters for configuration services from the associated metaconfiguration mechanism.
The contained settings are used to initialize the com::sun::star::configuration::DefaultProvider and com::sun::star::configuration::backend::DefaultBackend of the component context.
The implementation is usually available as a singleton in the context that it wraps...
interface com::sun::star::uno::XComponentContext |
provides access to metaconfiguration data.
Some values are retrieved from external metaconfiguration, if they are not overridden in the wrapped context.