Home
last modified time | relevance | path

Searched refs:MakeHashCode (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sc/source/filter/inc/
H A Dnamebuff.hxx51 static sal_uInt32 MakeHashCode( const String& );
69 nHash = MakeHashCode( r ); in StringHashEntry()
76 nHash = MakeHashCode( aString ); in operator =()
83 nHash = MakeHashCode( r ); in operator =()
/aoo41x/main/basic/source/sbx/
H A Dsbxcoll.cxx53 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()
H A Dsbxvar.cxx219 nHash = MakeHashCode( rName ); in SetName()
302 sal_uInt16 SbxVariable::MakeHashCode( const XubString& rName ) in MakeHashCode() function in SbxVariable
527 nHash = MakeHashCode( maName ); in LoadData()
H A Dsbxobj.cxx54 nNameHash = MakeHashCode( String::CreateFromAscii( pNameProp ) ); in SbxObject()
55 nParentHash = MakeHashCode( String::CreateFromAscii( pParentProp ) ); in SbxObject()
154 sal_uInt16 nHash_ = MakeHashCode( aVarName ); in SFX_NOTIFY()
H A Dsbxarray.cxx462 sal_uInt16 nHash = SbxVariable::MakeHashCode( rName ); in Find()
/aoo41x/main/basic/source/classes/
H A Dsb.cxx2059 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()
/aoo41x/main/sc/source/filter/excel/
H A Dnamebuff.cxx43 sal_uInt32 StringHashEntry::MakeHashCode( const String& r ) in MakeHashCode() function in StringHashEntry
/aoo41x/main/basic/source/runtime/
H A Dstdobj.cxx637 p->nHash = SbxVariable::MakeHashCode( aName_ ); in SbiStdObject()
674 sal_uInt16 nHash_ = SbxVariable::MakeHashCode( rName ); in Find()
/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx503 static sal_uInt16 MakeHashCode( const String& rName );

Completed in 62 milliseconds