Lines Matching refs:rKey
415 static t_type2ptr::iterator findType(t_type2ptr *pMap, const Type & rKey ) in findType() argument
422 if (iter->first == rKey) in findType()
429 OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelper::getContainer( const Type & rKey ) c… in getContainer()
435 t_type2ptr::iterator iter = findType( pMap, rKey ); in getContainer()
441 const Type & rKey, const Reference< XInterface > & rListener ) in addInterface() argument
446 t_type2ptr::iterator iter = findType( pMap, rKey ); in addInterface()
450 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()
457 const Type & rKey, const Reference< XInterface > & rListener ) in removeInterface() argument
464 t_type2ptr::iterator iter = findType( pMap, rKey ); in removeInterface()
602 …ainerHelper * OMultiTypeInterfaceContainerHelperInt32::getContainer( const sal_Int32 & rKey ) const in getContainer()
610 t_long2ptr::iterator iter = findLong( pMap, rKey ); in getContainer()
616 const sal_Int32 & rKey, const Reference< XInterface > & rListener ) in addInterface() argument
623 t_long2ptr::iterator iter = findLong( pMap, rKey ); in addInterface()
627 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()
634 const sal_Int32 & rKey, const Reference< XInterface > & rListener ) in removeInterface() argument
643 t_long2ptr::iterator iter = findLong( pMap, rKey ); in removeInterface()