Lines Matching refs:t_long2ptr

544 typedef ::std::vector< std::pair < sal_Int32 , void* > > t_long2ptr;  typedef
546 static t_long2ptr::iterator findLong(t_long2ptr *pMap, sal_Int32 nKey ) in findLong()
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()
574 t_long2ptr::iterator iter = pMap->begin(); in ~OMultiTypeInterfaceContainerHelperInt32()
575 t_long2ptr::iterator end = pMap->end(); in ~OMultiTypeInterfaceContainerHelperInt32()
588 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainedTypes()
589 t_long2ptr::size_type nSize; in getContainedTypes()
598 t_long2ptr::iterator iter = pMap->begin(); in getContainedTypes()
599 t_long2ptr::iterator end = pMap->end(); in getContainedTypes()
610 if( (t_long2ptr::size_type)i != nSize ) { in getContainedTypes()
625 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in getContainer()
626 t_long2ptr::iterator iter = findLong( pMap, rKey ); in getContainer()
637 m_pMap = new t_long2ptr(); in addInterface()
638 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in addInterface()
639 t_long2ptr::iterator iter = findLong( pMap, rKey ); in addInterface()
658 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in removeInterface()
659 t_long2ptr::iterator iter = findLong( pMap, rKey ); in removeInterface()
670 t_long2ptr::size_type nSize = 0; in disposeAndClear()
677 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in disposeAndClear()
685 t_long2ptr::iterator iter = pMap->begin(); in disposeAndClear()
686 t_long2ptr::iterator end = pMap->end(); in disposeAndClear()
688 t_long2ptr::size_type i = 0; in disposeAndClear()
698 for( t_long2ptr::size_type i = 0; in disposeAndClear()
713 t_long2ptr * pMap = (t_long2ptr *)m_pMap; in clear()
714 t_long2ptr::iterator iter = pMap->begin(); in clear()
715 t_long2ptr::iterator end = pMap->end(); in clear()