Home
last modified time | relevance | path

Searched refs:hashCode (Results 26 – 50 of 125) sorted by relevance

12345

/aoo41x/main/ridljar/com/sun/star/uno/
H A DUnoRuntime.java112 return oid == null ? object.hashCode() + oidSuffix : oid; in generateOid()
681 = Integer.toString(new Object().hashCode(), 16) + ":";
H A DType.java426 public int hashCode() { in hashCode() method in Type
427 return _typeName.hashCode(); in hashCode()
/aoo41x/main/sal/inc/rtl/
H A Dstring.hxx436 sal_Int32 hashCode() const SAL_THROW(()) in hashCode() function in rtl::OString
940 { return (size_t)rString.hashCode(); } in operator ()()
H A Dustring.hxx746 sal_Int32 hashCode() const SAL_THROW(()) in hashCode() function in rtl::OUString
1489 { return (size_t)rString.hashCode(); } in operator ()()
H A Dlocale.hxx228 sal_Int32 hashCode() const { return pData->HashCode; } in hashCode() function in rtl::OLocale
/aoo41x/main/qadevOOo/runner/util/
H A DSOfficeFactory.java75 … SOfficeFactory soFactory = (SOfficeFactory) lookup.get(new Integer(xMSF.hashCode()).toString()); in getFactory()
79 lookup.put(new Integer(xMSF.hashCode()).toString(), soFactory); in getFactory()
/aoo41x/main/ucb/source/ucp/webdav/
H A DPropertyMap.hxx47 return p.Name.hashCode(); in operator ()()
/aoo41x/main/extensions/source/ole/
H A Dole2uno.hxx118 return rName.hashCode(); in operator ()()
/aoo41x/main/ucb/source/ucp/file/
H A Dfilglob.hxx48 return rName.hashCode(); in operator ()()
/aoo41x/main/vcl/inc/
H A Dgraphite_features.hxx54 sal_Int32 hashCode() const;
/aoo41x/main/xmloff/inc/
H A DStyleMap.hxx59 static_cast< size_t >( r.m_aName.hashCode() ); in operator ()()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.hxx174 return rName.hashCode(); in operator ()()
372 return rName.hashCode(); in operator ()()
H A Ddb.hxx78 { return rName.hashCode(); } in operator ()()
/aoo41x/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestComponentB.java63 int hash = hashCode(); in getImplementationId()
/aoo41x/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java54 public int hashCode() { in hashCode() method in ThreadId
/aoo41x/main/jvmaccess/workbench/java/
H A DTestComponent.java55 int n = hashCode(); in getImplementationId()
/aoo41x/main/desktop/source/app/
H A Ddispatchwatcher.hxx50 return sString.hashCode(); in operator ()()
/aoo41x/main/xmloff/source/transform/
H A DTransformerActions.hxx75 static_cast< size_t >( r.m_aLocalName.hashCode() ); in operator ()()
/aoo41x/main/rdbmaker/inc/codemaker/
H A Dglobal.hxx47 return str.hashCode(); in operator ()()
/aoo41x/main/sal/qa/rtl/ostring/
H A Drtl_str.xsce28 rtl_str.hashCode.hashCode_000
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DWeakBase.java119 int hash = hashCode(); in getImplementationId()
/aoo41x/main/avmedia/source/java/
H A DManager.java134 int hash = hashCode(); in getImplementationId()
/aoo41x/main/codemaker/inc/codemaker/
H A Dglobal.hxx49 return str.hashCode(); in operator ()()
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DCallWizard.java184 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/wizards/com/sun/star/wizards/fax/
H A DCallWizard.java188 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()

Completed in 113 milliseconds

12345