Lines Matching refs:ComponentContext
343 class ComponentContext class
372 ComponentContext(
375 virtual ~ComponentContext()
412 void ComponentContext::insertByName( in insertByName()
433 void ComponentContext::removeByName( OUString const & name ) in removeByName()
450 void ComponentContext::replaceByName( in replaceByName()
476 Any ComponentContext::getByName( OUString const & name ) in getByName()
484 Sequence<OUString> ComponentContext::getElementNames() in getElementNames()
499 sal_Bool ComponentContext::hasByName( OUString const & name ) in hasByName()
508 Type ComponentContext::getElementType() throw (RuntimeException) in getElementType()
514 sal_Bool ComponentContext::hasElements() throw (RuntimeException) in hasElements()
521 Any ComponentContext::lookupMap( OUString const & rName ) in lookupMap()
650 Any ComponentContext::getValueByName( OUString const & rName ) in getValueByName()
670 Reference< lang::XMultiComponentFactory > ComponentContext::getServiceManager() in getServiceManager()
676 ComponentContext::~ComponentContext() in ~ComponentContext()
689 void ComponentContext::disposing() in disposing()
760 ComponentContext::ComponentContext( in ComponentContext() function in cppu::ComponentContext
842 ComponentContext * p = new ComponentContext( pEntries, nEntries, xDelegate ); in s_createComponentContext_v()