Lines Matching refs:rKey
428 static t_type2ptr::iterator findType(t_type2ptr *pMap, const Type & rKey ) in findType() argument
435 if (iter->first == rKey) in findType()
442 OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelper::getContainer( const Type & rKey ) c… in getContainer()
448 t_type2ptr::iterator iter = findType( pMap, rKey ); in getContainer()
454 const Type & rKey, const Reference< XInterface > & rListener ) in addInterface() argument
459 t_type2ptr::iterator iter = findType( pMap, rKey ); in addInterface()
463 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()
470 const Type & rKey, const Reference< XInterface > & rListener ) in removeInterface() argument
477 t_type2ptr::iterator iter = findType( pMap, rKey ); in removeInterface()
618 …ainerHelper * OMultiTypeInterfaceContainerHelperInt32::getContainer( const sal_Int32 & rKey ) const in getContainer()
626 t_long2ptr::iterator iter = findLong( pMap, rKey ); in getContainer()
632 const sal_Int32 & rKey, const Reference< XInterface > & rListener ) in addInterface() argument
639 t_long2ptr::iterator iter = findLong( pMap, rKey ); in addInterface()
643 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()
650 const sal_Int32 & rKey, const Reference< XInterface > & rListener ) in removeInterface() argument
659 t_long2ptr::iterator iter = findLong( pMap, rKey ); in removeInterface()