Home
last modified time | relevance | path

Searched refs:GetHashCode (Results 1 – 11 of 11) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx138 else if( pVar->GetHashCode() == nCountHash in SFX_NOTIFY()
141 else if( pVar->GetHashCode() == nAddHash in SFX_NOTIFY()
144 else if( pVar->GetHashCode() == nItemHash in SFX_NOTIFY()
147 else if( pVar->GetHashCode() == nRemoveHash in SFX_NOTIFY()
H A Dsbxarray.cxx379 sal_uInt16 nHash = pVar->GetHashCode(); in Merge()
383 if( (*pRef2)->GetHashCode() == nHash in Merge()
471 sal_uInt16 nVarHash = pVar->GetHashCode(); in Find()
H A Dsbxobj.cxx809 && !( xProp->GetHashCode() == nNameHash in GenerateSource()
/trunk/main/cli_ure/source/basetypes/uno/
H A DAny.cs200 public override int GetHashCode() in GetHashCode() method
202 return Type.GetHashCode() ^ (Value != null ? Value.GetHashCode() : 0); in GetHashCode()
/trunk/main/basic/source/classes/
H A Dsb.cxx2129 if( pVar->GetHashCode() == nCountHash in SFX_NOTIFY()
2132 else if( pVar->GetHashCode() == nAddHash in SFX_NOTIFY()
2135 else if( pVar->GetHashCode() == nItemHash in SFX_NOTIFY()
2138 else if( pVar->GetHashCode() == nRemoveHash in SFX_NOTIFY()
2147 if( pVar->GetHashCode() == nAddHash in SFX_NOTIFY()
2150 else if( pVar->GetHashCode() == nItemHash in SFX_NOTIFY()
2176 if( pVar->GetHashCode() == nNameHash && in implGetIndexForName()
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs132 Int32 hash = GetHashCode(); in getImplementationId()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb788 Dim nHash As Integer = DirectCast(xLBT, Object).GetHashCode()
789 ret = nHash = DirectCast(xBase, Object).GetHashCode() And ret
H A Dcli_cpp_bridgetest.cxx826 int nHash = xLBT->GetHashCode();
827 ret = nHash == xBase->GetHashCode() && ret;
H A Dcli_cs_bridgetest.cs878 int nHash = xLBT.GetHashCode(); in testObjectMethodsImplemention()
879 ret = nHash == xBase.GetHashCode() && ret; in testObjectMethodsImplemention()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx472 sal_uInt16 GetHashCode() const { return nHash; } in GetHashCode() function in SbxVariable
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx368 int nHash = m_oid->GetHashCode(); in invokeObject()

Completed in 166 milliseconds