Searched refs:ImplGetIndex (Results 1 – 2 of 2) sorted by relevance
36 sal_uIntPtr Table::ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex ) const in ImplGetIndex() function in Table148 if ( ImplGetIndex( nKey, &i ) != TABLE_ENTRY_NOTFOUND ) in Insert()156 if ( ImplGetIndex( nKey, &i ) != TABLE_ENTRY_NOTFOUND ) in Insert()178 sal_uIntPtr nIndex = ImplGetIndex( nKey ); in Remove()199 sal_uIntPtr nIndex = ImplGetIndex( nKey ); in Replace()213 sal_uIntPtr nIndex = ImplGetIndex( nKey ); in Get()252 return (ImplGetIndex( nKey ) != TABLE_ENTRY_NOTFOUND) ? sal_True : sal_False; in IsKeyValid()275 sal_uIntPtr nTempPos = ImplGetIndex( nStartKey, &nPos ); in GetUniqueKey()299 sal_uIntPtr nPos = ImplGetIndex( nKey, pPos ); in SearchKey()317 sal_uIntPtr nIndex = ImplGetIndex( nKey ); in Seek()
41 TOOLS_DLLPRIVATE sal_uIntPtr ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex = NULL ) const;
Completed in 325 milliseconds