Lines Matching refs:t_long2ptr
528 typedef ::std::vector< std::pair < sal_Int32 , void* > > t_long2ptr; typedef
530 static t_long2ptr::iterator findLong(t_long2ptr *pMap, sal_Int32 nKey ) in findLong()
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()
558 t_long2ptr::iterator iter = pMap->begin(); in ~OMultiTypeInterfaceContainerHelperInt32()
559 t_long2ptr::iterator end = pMap->end(); in ~OMultiTypeInterfaceContainerHelperInt32()
572 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainedTypes()
573 t_long2ptr::size_type nSize; in getContainedTypes()
582 t_long2ptr::iterator iter = pMap->begin(); in getContainedTypes()
583 t_long2ptr::iterator end = pMap->end(); in getContainedTypes()
594 if( (t_long2ptr::size_type)i != nSize ) { in getContainedTypes()
609 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainer()
610 t_long2ptr::iterator iter = findLong( pMap, rKey ); in getContainer()
621 m_pMap = new t_long2ptr(); in addInterface()
622 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in addInterface()
623 t_long2ptr::iterator iter = findLong( pMap, rKey ); in addInterface()
642 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in removeInterface()
643 t_long2ptr::iterator iter = findLong( pMap, rKey ); in removeInterface()
654 t_long2ptr::size_type nSize = 0; in disposeAndClear()
661 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in disposeAndClear()
669 t_long2ptr::iterator iter = pMap->begin(); in disposeAndClear()
670 t_long2ptr::iterator end = pMap->end(); in disposeAndClear()
672 t_long2ptr::size_type i = 0; in disposeAndClear()
682 for( t_long2ptr::size_type i = 0; in disposeAndClear()
697 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in clear()
698 t_long2ptr::iterator iter = pMap->begin(); in clear()
699 t_long2ptr::iterator end = pMap->end(); in clear()