19 #ifndef INCLUDED_CPPUHELPER_COMPONENT_CONTEXT_HXX
20 #define INCLUDED_CPPUHELPER_COMPONENT_CONTEXT_HXX
22 #include <com/sun/star/uno/XComponentContext.hpp>
23 #include <com/sun/star/lang/XSingleComponentFactory.hpp>
66 bool bLateInitService_ =
false )
SAL_THROW(())
80 CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
82 ContextEntry_Init
const * pEntries, sal_Int32 nEntries,
::com::sun::star::uno::Any value
context value
Definition: component_context.hxx:46
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:82
ContextEntry_Init()
Default ctor.
Definition: component_context.hxx:50
::rtl::OUString name
name of context value
Definition: component_context.hxx:43
Template reference class for interface type derived from BaseReference.
Definition: unotype.hxx:32
C++ class representing an IDL any.
Definition: Any.h:46
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > createComponentContext(ContextEntry_Init const *pEntries, sal_Int32 nEntries,::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const &xDelegate=::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >())
Creates a component context with the given entries.
bool bLateInitService
late init denotes a object that will be raised when first get() is calling for it ...
Definition: component_context.hxx:40
Context entries init struct calling createComponentContext().
Definition: component_context.hxx:32
#define SAL_THROW(exc)
Definition of function throw clause macros.
Definition: types.h:358
ContextEntry_Init(::rtl::OUString const &name_,::com::sun::star::uno::Any const &value_, bool bLateInitService_=false)
Ctor.
Definition: component_context.hxx:63