Searched refs:rIdName (Results 1 – 2 of 2) sorted by relevance
274 sal_Bool SvIdlDataBase::FindId( const ByteString & rIdName, sal_uLong * pVal ) in FindId() argument279 if( pIdTable->Test( rIdName, &nHash ) ) in FindId()295 sal_Bool SvIdlDataBase::InsertId( const ByteString & rIdName, sal_uLong nVal ) in InsertId() argument301 if( pIdTable->Insert( rIdName, &nHash ) ) in InsertId()
145 sal_Bool FindId( const ByteString & rIdName, sal_uLong * pVal );146 sal_Bool InsertId( const ByteString & rIdName, sal_uLong nVal );
Completed in 15 milliseconds