Lines Matching refs:pMap

382     t_type2ptr * pMap = (t_type2ptr *)m_pMap;  in ~OMultiTypeInterfaceContainerHelper()  local
383 t_type2ptr::iterator iter = pMap->begin(); in ~OMultiTypeInterfaceContainerHelper()
384 t_type2ptr::iterator end = pMap->end(); in ~OMultiTypeInterfaceContainerHelper()
392 delete pMap; in ~OMultiTypeInterfaceContainerHelper()
397 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in getContainedTypes() local
401 nSize = pMap->size(); in getContainedTypes()
407 t_type2ptr::iterator iter = pMap->begin(); in getContainedTypes()
408 t_type2ptr::iterator end = pMap->end(); in getContainedTypes()
428 static t_type2ptr::iterator findType(t_type2ptr *pMap, const Type & rKey ) in findType() argument
430 t_type2ptr::iterator iter = pMap->begin(); in findType()
431 t_type2ptr::iterator end = pMap->end(); in findType()
447 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in getContainer() local
448 t_type2ptr::iterator iter = findType( pMap, rKey ); in getContainer()
449 if( iter != pMap->end() ) in getContainer()
458 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in addInterface() local
459 t_type2ptr::iterator iter = findType( pMap, rKey ); in addInterface()
460 if( iter == pMap->end() ) in addInterface()
463 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()
476 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in removeInterface() local
477 t_type2ptr::iterator iter = findType( pMap, rKey ); in removeInterface()
479 if( iter != pMap->end() ) in removeInterface()
492 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in disposeAndClear() local
493 nSize = pMap->size(); in disposeAndClear()
500 t_type2ptr::iterator iter = pMap->begin(); in disposeAndClear()
501 t_type2ptr::iterator end = pMap->end(); in disposeAndClear()
526 t_type2ptr * pMap = (t_type2ptr *)m_pMap; in clear() local
527 t_type2ptr::iterator iter = pMap->begin(); in clear()
528 t_type2ptr::iterator end = pMap->end(); in clear()
546 static t_long2ptr::iterator findLong(t_long2ptr *pMap, sal_Int32 nKey ) in findLong() argument
548 t_long2ptr::iterator iter = pMap->begin(); in findLong()
549 t_long2ptr::iterator end = pMap->end(); in findLong()
573 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in ~OMultiTypeInterfaceContainerHelperInt32() local
574 t_long2ptr::iterator iter = pMap->begin(); in ~OMultiTypeInterfaceContainerHelperInt32()
575 t_long2ptr::iterator end = pMap->end(); in ~OMultiTypeInterfaceContainerHelperInt32()
583 delete pMap; in ~OMultiTypeInterfaceContainerHelperInt32()
588 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainedTypes() local
592 nSize = pMap ? pMap->size() : 0; in getContainedTypes()
598 t_long2ptr::iterator iter = pMap->begin(); in getContainedTypes()
599 t_long2ptr::iterator end = pMap->end(); in getContainedTypes()
625 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainer() local
626 t_long2ptr::iterator iter = findLong( pMap, rKey ); in getContainer()
627 if( iter != pMap->end() ) in getContainer()
638 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in addInterface() local
639 t_long2ptr::iterator iter = findLong( pMap, rKey ); in addInterface()
640 if( iter == pMap->end() ) in addInterface()
643 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()
658 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in removeInterface() local
659 t_long2ptr::iterator iter = findLong( pMap, rKey ); in removeInterface()
661 if( iter != pMap->end() ) in removeInterface()
677 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in disposeAndClear() local
678 nSize = pMap->size(); in disposeAndClear()
685 t_long2ptr::iterator iter = pMap->begin(); in disposeAndClear()
686 t_long2ptr::iterator end = pMap->end(); in disposeAndClear()
713 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in clear() local
714 t_long2ptr::iterator iter = pMap->begin(); in clear()
715 t_long2ptr::iterator end = pMap->end(); in clear()