Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx40 static sal_uInt16 nCountHash = 0, nAddHash, nItemHash, nRemoveHash; variable
47 if( !nCountHash ) in SbxCollection()
53 nCountHash = MakeHashCode( String::CreateFromAscii( pCount ) ); in SbxCollection()
138 else if( pVar->GetHashCode() == nCountHash in SFX_NOTIFY()
/trunk/main/basic/source/classes/
H A Dsb.cxx2049 static sal_uInt16 nCountHash = 0, nAddHash, nItemHash, nRemoveHash; variable
2057 if( !nCountHash ) in BasicCollection()
2059 nCountHash = MakeHashCode( String::CreateFromAscii( pCountStr ) ); in BasicCollection()
2129 if( pVar->GetHashCode() == nCountHash in SFX_NOTIFY()

Completed in 28 milliseconds