Home
last modified time | relevance | path

Searched refs:ImpGetObject (Results 1 – 4 of 4) sorted by relevance

/trunk/main/tools/source/memtools/
H A Dtable.cxx39 if ( !nCount || (nKey < (sal_uIntPtr)Container::ImpGetObject(0)) ) in ImplGetIndex()
74 nCompareKey = (sal_uIntPtr)Container::ImpGetObject( nMid*2 ); in ImplGetIndex()
219 return Container::ImpGetObject( nIndex+1 ); in Get()
226 return Container::ImpGetObject( Container::GetCurPos()+1 ); in GetCurObject()
239 if ( p == Container::ImpGetObject( (nIndex*2)+1 ) ) in GetKey()
240 return (sal_uIntPtr)Container::ImpGetObject( nIndex*2 ); in GetKey()
328 return Container::ImpGetObject( Container::GetCurPos() + 1 ); in Seek()
359 return Container::ImpGetObject( 1 ); in First()
394 return Container::ImpGetObject( Container::GetCurPos() + 1 ); in Next()
H A Dunqidx.cxx93 while ( Container::ImpGetObject( nUniqIndex ) != NULL ) in Insert()
202 return Container::ImpGetObject( nIndex-nStartIndex ); in Get()
222 if ( !Container::ImpGetObject( nPos ) ) in GetCurIndex()
269 if ( Container::ImpGetObject( nIndex-nStartIndex ) ) in IsIndexValid()
/trunk/main/tools/inc/
H A Dimpcont.hxx110 inline void* Container::ImpGetObject( sal_uIntPtr nIndex ) const in ImpGetObject() function in Container
/trunk/main/tools/inc/tools/
H A Dcontnr.hxx64 void* ImpGetObject( sal_uIntPtr nIndex ) const;

Completed in 20 milliseconds