Lines Matching refs:pMap
369 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in ~OMultiTypeInterfaceContainerHelper() local
370 t_type2ptr::iterator iter = pMap->begin(); in ~OMultiTypeInterfaceContainerHelper()
371 t_type2ptr::iterator end = pMap->end(); in ~OMultiTypeInterfaceContainerHelper()
379 delete pMap; in ~OMultiTypeInterfaceContainerHelper()
384 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in getContainedTypes() local
388 nSize = pMap->size(); in getContainedTypes()
394 t_type2ptr::iterator iter = pMap->begin(); in getContainedTypes()
395 t_type2ptr::iterator end = pMap->end(); in getContainedTypes()
415 static t_type2ptr::iterator findType(t_type2ptr *pMap, const Type & rKey ) in findType() argument
417 t_type2ptr::iterator iter = pMap->begin(); in findType()
418 t_type2ptr::iterator end = pMap->end(); in findType()
434 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in getContainer() local
435 t_type2ptr::iterator iter = findType( pMap, rKey ); in getContainer()
436 if( iter != pMap->end() ) in getContainer()
445 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in addInterface() local
446 t_type2ptr::iterator iter = findType( pMap, rKey ); in addInterface()
447 if( iter == pMap->end() ) in addInterface()
450 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()
463 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in removeInterface() local
464 t_type2ptr::iterator iter = findType( pMap, rKey ); in removeInterface()
466 if( iter != pMap->end() ) in removeInterface()
479 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in disposeAndClear() local
480 nSize = pMap->size(); in disposeAndClear()
487 t_type2ptr::iterator iter = pMap->begin(); in disposeAndClear()
488 t_type2ptr::iterator end = pMap->end(); in disposeAndClear()
513 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in clear() local
514 t_type2ptr::iterator iter = pMap->begin(); in clear()
515 t_type2ptr::iterator end = pMap->end(); in clear()
530 static t_long2ptr::iterator findLong(t_long2ptr *pMap, sal_Int32 nKey ) in findLong() argument
532 t_long2ptr::iterator iter = pMap->begin(); in findLong()
533 t_long2ptr::iterator end = pMap->end(); in findLong()
557 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in ~OMultiTypeInterfaceContainerHelperInt32() local
558 t_long2ptr::iterator iter = pMap->begin(); in ~OMultiTypeInterfaceContainerHelperInt32()
559 t_long2ptr::iterator end = pMap->end(); in ~OMultiTypeInterfaceContainerHelperInt32()
567 delete pMap; in ~OMultiTypeInterfaceContainerHelperInt32()
572 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainedTypes() local
576 nSize = pMap ? pMap->size() : 0; in getContainedTypes()
582 t_long2ptr::iterator iter = pMap->begin(); in getContainedTypes()
583 t_long2ptr::iterator end = pMap->end(); in getContainedTypes()
609 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainer() local
610 t_long2ptr::iterator iter = findLong( pMap, rKey ); in getContainer()
611 if( iter != pMap->end() ) in getContainer()
622 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in addInterface() local
623 t_long2ptr::iterator iter = findLong( pMap, rKey ); in addInterface()
624 if( iter == pMap->end() ) in addInterface()
627 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()
642 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in removeInterface() local
643 t_long2ptr::iterator iter = findLong( pMap, rKey ); in removeInterface()
645 if( iter != pMap->end() ) in removeInterface()
661 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in disposeAndClear() local
662 nSize = pMap->size(); in disposeAndClear()
669 t_long2ptr::iterator iter = pMap->begin(); in disposeAndClear()
670 t_long2ptr::iterator end = pMap->end(); in disposeAndClear()
697 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in clear() local
698 t_long2ptr::iterator iter = pMap->begin(); in clear()
699 t_long2ptr::iterator end = pMap->end(); in clear()