Searched refs:MakeHashCode (Results 1 – 9 of 9) sorted by relevance
51 static sal_uInt32 MakeHashCode( const String& );69 nHash = MakeHashCode( r ); in StringHashEntry()76 nHash = MakeHashCode( aString ); in operator =()83 nHash = MakeHashCode( r ); in operator =()
53 nCountHash = MakeHashCode( String::CreateFromAscii( pCount ) ); in SbxCollection()54 nAddHash = MakeHashCode( String::CreateFromAscii( pAdd ) ); in SbxCollection()55 nItemHash = MakeHashCode( String::CreateFromAscii( pItem ) ); in SbxCollection()56 nRemoveHash = MakeHashCode( String::CreateFromAscii( pRemove ) ); in SbxCollection()
219 nHash = MakeHashCode( rName ); in SetName()302 sal_uInt16 SbxVariable::MakeHashCode( const XubString& rName ) in MakeHashCode() function in SbxVariable527 nHash = MakeHashCode( maName ); in LoadData()
54 nNameHash = MakeHashCode( String::CreateFromAscii( pNameProp ) ); in SbxObject()55 nParentHash = MakeHashCode( String::CreateFromAscii( pParentProp ) ); in SbxObject()154 sal_uInt16 nHash_ = MakeHashCode( aVarName ); in SFX_NOTIFY()
462 sal_uInt16 nHash = SbxVariable::MakeHashCode( rName ); in Find()
2059 nCountHash = MakeHashCode( String::CreateFromAscii( pCountStr ) ); in BasicCollection()2060 nAddHash = MakeHashCode( String::CreateFromAscii( pAddStr ) ); in BasicCollection()2061 nItemHash = MakeHashCode( String::CreateFromAscii( pItemStr ) ); in BasicCollection()2062 nRemoveHash = MakeHashCode( String::CreateFromAscii( pRemoveStr ) ); in BasicCollection()2172 sal_Int32 nNameHash = MakeHashCode( rName ); in implGetIndexForName()
638 p->nHash = SbxVariable::MakeHashCode( aName_ ); in SbiStdObject()675 sal_uInt16 nHash_ = SbxVariable::MakeHashCode( rName ); in Find()
43 sal_uInt32 StringHashEntry::MakeHashCode( const String& r ) in MakeHashCode() function in StringHashEntry
504 static sal_uInt16 MakeHashCode( const String& rName );
Completed in 56 milliseconds