Home
last modified time | relevance | path

Searched refs:hashCode (Results 51 – 75 of 125) sorted by relevance

12345

/aoo4110/main/wizards/com/sun/star/wizards/letter/
H A DCallWizard.java188 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo4110/main/ucb/source/ucp/hierarchy/
H A Dhierarchyprovider.hxx83 return rName.hashCode(); in operator ()()
/aoo4110/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx648 sal_Int32 hashCode(const grutils::GrFeatureParser * mpFeatures) in hashCode() function in GrFontHasher
669 hash ^= mpFeatures->hashCode(); in hashCode()
734 sal_Int32 aFontHash = hasher.hashCode(mpFeatures); in CreateSegment()
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/
H A DEditPageParser.java146 m_nWikiArticleHash = t.hashCode(); in handleStartTag()
/aoo4110/main/idlc/inc/idlc/
H A Didlctypes.hxx49 return str.hashCode(); in operator ()()
/aoo4110/main/qadevOOo/tests/java/mod/_sc/
H A DScUniqueCellFormatsObj.java121 int c2int = 16777216 + c.hashCode(); in changeColor()
H A DScUniqueCellFormatsEnumeration.java127 int c2int = 16777216 + c.hashCode(); in changeColor()
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java159 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo4110/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java168 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java166 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DCallWizard.java226 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo4110/main/toolkit/inc/toolkit/controls/
H A Deventcontainer.hxx49 return (size_t)Str.hashCode(); in operator ()()
/aoo4110/main/ucb/source/ucp/webdav/
H A DContentProperties.hxx57 return rName.hashCode(); in operator ()()
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java213 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java115 return new Integer(oid.hashCode()); in invoke()
/aoo4110/main/xmloff/inc/xmloff/
H A Dnmspmap.hxx79 return (size_t) r1.second->hashCode() + r1.first; in operator ()()
/aoo4110/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx82 return (size_t)rFont.familyName.hashCode() in operator ()()
/aoo4110/main/stoc/source/namingservice/
H A Dnamingservice.cxx100 { return rName.hashCode(); } in operator ()()
/aoo4110/main/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java153 return new Integer( m_oid.hashCode() ); in invoke()
/aoo4110/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx111 return rName.hashCode(); in operator ()()
/aoo4110/main/stoc/source/corereflection/
H A Dlrucache.hxx230 { return rKey.hashCode(); } in operator ()()
/aoo4110/main/stoc/source/tdmanager/
H A Dlrucache.hxx233 { return (size_t)rKey.hashCode(); } in operator ()()
/aoo4110/main/xmlsecurity/tools/demo/
H A DJavaFlatFilter.java158 int hash = hashCode(); // hashDode of this object in getImplementationId()
/aoo4110/main/unotools/source/config/
H A Doptionsdlg.cxx60 return sString.hashCode(); in operator ()()
/aoo4110/test/testuno/source/fvt/uno/sc/cell/
H A DCellBorder.java82 public int hashCode() { in hashCode() method in CellBorder.BorderLineWithEqualsFunction

Completed in 116 milliseconds

12345