Searched refs:nUniqIndex (Results 1 – 2 of 2) sorted by relevance
46 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 =()
41 sal_uIntPtr nUniqIndex; member in UniqueIndex87 nUniqIndex = 0; in Clear()