Data of Class ContextEntry_Init


bLateInitService
bool bLateInitService;

Summary
late init denotes a object that will be raised when first get() is calling for it

Description
        The context implementation expects either a ::com::sun::star::lang::XSingleComponentFactory
        object as value (to instanciate the object) or a string as value for raising
        a service via the used service manager.
    

name
::rtl::OUString name;

Summary
name of context value

value
::com::sun::star::uno::Any value;

Summary
context value

Top of Page