Home
last modified time | relevance | path

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

12345

/aoo42x/main/wizards/com/sun/star/wizards/letter/
H A DCallWizard.java188 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo42x/main/ucb/source/ucp/hierarchy/
H A Dhierarchyprovider.hxx83 return rName.hashCode(); in operator ()()
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DEditPageParser.java146 m_nWikiArticleHash = t.hashCode(); in handleStartTag()
/aoo42x/main/idlc/inc/idlc/
H A Didlctypes.hxx49 return str.hashCode(); in operator ()()
/aoo42x/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()
/aoo42x/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java159 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo42x/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java168 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo42x/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java166 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo42x/main/ucb/source/ucp/webdav/
H A DContentProperties.hxx57 return rName.hashCode(); in operator ()()
/aoo42x/main/wizards/com/sun/star/wizards/web/
H A DCallWizard.java226 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo42x/main/toolkit/inc/toolkit/controls/
H A Deventcontainer.hxx49 return (size_t)Str.hashCode(); in operator ()()
/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java213 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java115 return Integer.valueOf(oid.hashCode()); in invoke()
/aoo42x/main/xmloff/inc/xmloff/
H A Dnmspmap.hxx79 return (size_t) r1.second->hashCode() + r1.first; in operator ()()
/aoo42x/main/stoc/source/namingservice/
H A Dnamingservice.cxx100 { return rName.hashCode(); } in operator ()()
/aoo42x/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx84 return (size_t)rFont.familyName.hashCode() in operator ()()
/aoo42x/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java153 return Integer.valueOf( m_oid.hashCode() ); in invoke()
/aoo42x/main/stoc/source/corereflection/
H A Dlrucache.hxx230 { return rKey.hashCode(); } in operator ()()
/aoo42x/main/stoc/source/tdmanager/
H A Dlrucache.hxx233 { return (size_t)rKey.hashCode(); } in operator ()()
/aoo42x/main/xmlsecurity/tools/demo/
H A DJavaFlatFilter.java158 int hash = hashCode(); // hashDode of this object in getImplementationId()
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx111 return rName.hashCode(); in operator ()()
/aoo42x/main/unotools/source/config/
H A Doptionsdlg.cxx60 return sString.hashCode(); in operator ()()
/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DCellBorder.java82 public int hashCode() { in hashCode() method in CellBorder.BorderLineWithEqualsFunction
/aoo42x/main/basctl/source/inc/
H A Dscriptdocument.hxx182 sal_Int32 hashCode() const;

Completed in 81 milliseconds

12345