Lines Matching refs:Table
36 sal_uIntPtr Table::ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex ) const in ImplGetIndex()
101 Table::Table( sal_uInt16 _nInitSize, sal_uInt16 _nReSize ) : in Table() function in Table
111 sal_Bool Table::Insert( sal_uIntPtr nKey, void* p ) in Insert()
175 void* Table::Remove( sal_uIntPtr nKey ) in Remove()
196 void* Table::Replace( sal_uIntPtr nKey, void* p ) in Replace()
210 void* Table::Get( sal_uIntPtr nKey ) const in Get()
224 void* Table::GetCurObject() const in GetCurObject()
231 sal_uIntPtr Table::GetKey( const void* p ) const in GetKey()
250 sal_Bool Table::IsKeyValid( sal_uIntPtr nKey ) const in IsKeyValid()
257 sal_uIntPtr Table::GetUniqueKey( sal_uIntPtr nStartKey ) const in GetUniqueKey()
296 sal_uIntPtr Table::SearchKey( sal_uIntPtr nKey, sal_uIntPtr* pPos ) const in SearchKey()
312 void* Table::Seek( sal_uIntPtr nKey ) in Seek()
337 void* Table::Seek( void* p ) in Seek()
350 void* Table::First() in First()
367 void* Table::Last() in Last()
385 void* Table::Next() in Next()
399 void* Table::Prev() in Prev()