Lines Matching refs:UniqueIndex
40 UniqueIndex::UniqueIndex( sal_uIntPtr _nStartIndex, in UniqueIndex() function in UniqueIndex
60 UniqueIndex::UniqueIndex( const UniqueIndex& rIdx ) : in UniqueIndex() function in UniqueIndex
79 sal_uIntPtr UniqueIndex::Insert( void* p ) in Insert()
115 sal_uIntPtr UniqueIndex::Insert( sal_uIntPtr nIndex, void* p ) in Insert()
144 void* UniqueIndex::Remove( sal_uIntPtr nIndex ) in Remove()
171 void* UniqueIndex::Replace( sal_uIntPtr nIndex, void* p ) in Replace()
197 void* UniqueIndex::Get( sal_uIntPtr nIndex ) const in Get()
217 sal_uIntPtr UniqueIndex::GetCurIndex() const in GetCurIndex()
238 sal_uIntPtr UniqueIndex::GetIndex( const void* p ) const in GetIndex()
262 sal_Bool UniqueIndex::IsIndexValid( sal_uIntPtr nIndex ) const in IsIndexValid()
288 void* UniqueIndex::Seek( sal_uIntPtr nIndex ) in Seek()
307 void* UniqueIndex::Seek( void* p ) in Seek()
332 void* UniqueIndex::First() in First()
352 void* UniqueIndex::Last() in Last()
372 void* UniqueIndex::Next() in Next()
392 void* UniqueIndex::Prev() in Prev()
412 UniqueIndex& UniqueIndex::operator =( const UniqueIndex& rIdx ) in operator =()
433 sal_Bool UniqueIndex::operator ==( const UniqueIndex& rIdx ) const in operator ==()
454 : UniqueIndex( rObj ) in UniqueIdContainer()
480 UniqueIndex::operator = ( rObj ); in operator =()