Home
last modified time | relevance | path

Searched refs:nUniqIndex (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/tools/source/memtools/
H A Dunqidx.cxx46 nUniqIndex = 0; in UniqueIndex()
65 nUniqIndex = rIdx.nUniqIndex; in UniqueIndex()
90 nUniqIndex = nUniqIndex % Container::GetSize(); in Insert()
93 while ( Container::ImpGetObject( nUniqIndex ) != NULL ) in Insert()
94 nUniqIndex = (nUniqIndex+1) % Container::GetSize(); in Insert()
97 Container::Replace( p, nUniqIndex ); in Insert()
101 nUniqIndex++; in Insert()
102 return ( nUniqIndex + nStartIndex - 1 ); in Insert()
418 nUniqIndex = rIdx.nUniqIndex; in operator =()
/AOO41X/main/tools/inc/tools/
H A Dunqidx.hxx41 sal_uIntPtr nUniqIndex; member in UniqueIndex
87 nUniqIndex = 0; in Clear()