Home
last modified time | relevance | path

Searched refs:TABLE_ENTRY_NOTFOUND (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/tools/source/memtools/
H A Dtable.cxx40 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()
[all …]
/AOO41X/main/tools/inc/tools/
H A Dtable.hxx34 #define TABLE_ENTRY_NOTFOUND CONTAINER_ENTRY_NOTFOUND macro
/AOO41X/main/editeng/source/misc/
H A Dsvxacorr.cxx1648 if( TABLE_ENTRY_NOTFOUND != in CreateLanguageFile()