Overview   Namespace   Class   Index   Help 

Global Functions in Namespace cppu
in Sourcefile component_context.hxx


createComponentContext
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > createComponentContext(
const ContextEntry_Init * pEntries,
sal_Int32 nEntries,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xDelegate = :: com :: sun :: star :: uno :: Reference < :: com :: sun :: star :: uno :: XComponentContext > ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO

Summary
Creates a component context with the given entries.
Parameters
pEntries
array of entries
nEntries
number of entries
xDelegate
delegation to further context, if value was not found
Return
new context object

Top of Page