Home
last modified time | relevance | path

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

/trunk/main/idl/source/prj/
H A Ddatabase.cxx274 sal_Bool SvIdlDataBase::FindId( const ByteString & rIdName, sal_uLong * pVal ) in FindId() argument
279 if( pIdTable->Test( rIdName, &nHash ) ) in FindId()
295 sal_Bool SvIdlDataBase::InsertId( const ByteString & rIdName, sal_uLong nVal ) in InsertId() argument
301 if( pIdTable->Insert( rIdName, &nHash ) ) in InsertId()
/trunk/main/idl/inc/
H A Ddatabase.hxx145 sal_Bool FindId( const ByteString & rIdName, sal_uLong * pVal );
146 sal_Bool InsertId( const ByteString & rIdName, sal_uLong nVal );

Completed in 16 milliseconds