Home
last modified time | relevance | path

Searched refs:ImplGetIndex (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/tools/source/memtools/
H A Dtable.cxx36 sal_uIntPtr Table::ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex ) const in ImplGetIndex() function in Table
148 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()
/aoo4110/main/tools/inc/tools/
H A Dtable.hxx41 TOOLS_DLLPRIVATE sal_uIntPtr ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex = NULL ) const;

Completed in 21 milliseconds