| LibreOffice
    LibreOffice 25.2 SDK C/C++ API Reference | 
Context entries init struct calling createComponentContext(). More...
#include <component_context.hxx>
| Public Member Functions | |
| ContextEntry_Init () | |
| Default ctor. | |
| ContextEntry_Init (::rtl::OUString const &name_, css::uno::Any const &value_, bool bLateInitService_=false) | |
| Ctor. | |
| Public Attributes | |
| bool | bLateInitService | 
| late init denotes an object that will be raised when first get() is calling for it | |
| ::rtl::OUString | name | 
| name of context value | |
| css::uno::Any | value | 
| context value | |
Context entries init struct calling createComponentContext().
| 
 | inline | 
Default ctor.
| 
 | inline | 
Ctor.
| name_ | name of entry | 
| value_ | value of entry | 
| bLateInitService_ | whether this entry is a late-init named object entry (value is object factory or service string) | 
| bool cppu::ContextEntry_Init::bLateInitService | 
late init denotes an object that will be raised when first get() is calling for it
The context implementation expects either a css::lang::XSingleComponentFactory object as value (to instantiate the object) or a string as value for raising a service via the used service manager.
| ::rtl::OUString cppu::ContextEntry_Init::name | 
name of context value
| css::uno::Any cppu::ContextEntry_Init::value | 
context value