Lines Matching refs:TABLE_ENTRY_NOTFOUND
40 return TABLE_ENTRY_NOTFOUND; in ImplGetIndex()
96 return TABLE_ENTRY_NOTFOUND; in ImplGetIndex()
148 if ( ImplGetIndex( nKey, &i ) != TABLE_ENTRY_NOTFOUND ) in Insert()
156 if ( ImplGetIndex( nKey, &i ) != TABLE_ENTRY_NOTFOUND ) in Insert()
181 if ( nIndex == TABLE_ENTRY_NOTFOUND ) in Remove()
202 if ( nIndex == TABLE_ENTRY_NOTFOUND ) in Replace()
216 if ( nIndex == TABLE_ENTRY_NOTFOUND ) in Get()
245 return TABLE_ENTRY_NOTFOUND; in GetKey()
252 return (ImplGetIndex( nKey ) != TABLE_ENTRY_NOTFOUND) ? sal_True : sal_False; in IsKeyValid()
276 if ( nTempPos != TABLE_ENTRY_NOTFOUND ) in GetUniqueKey()
300 if ( nPos != TABLE_ENTRY_NOTFOUND ) in SearchKey()
320 if ( nIndex == TABLE_ENTRY_NOTFOUND ) in Seek()
342 if ( nKey != TABLE_ENTRY_NOTFOUND ) in Seek()