LibreOffice
LibreOffice 24.2 SDK API Reference
Exported Interfaces | List of all members
BootstrapContext Service Referencepublished

provides access to a component context that is enhanced with bootstrap parameters for configuration services from the associated metaconfiguration mechanism. More...

import"BootstrapContext.idl";

Inheritance diagram for BootstrapContext:
XComponentContext XInterface

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...
 

Detailed Description

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...

Since
OOo 1.1.2
Deprecated:

Exported Interfaces

◆ 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.


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