Home
last modified time | relevance | path

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

12345

/aoo4110/main/xmerge/source/bridge/java/
H A DXMergeBridge.java640 byteReturn = new String( "" + this.hashCode() ).getBytes(); in getImplementationId()
/aoo4110/main/cppu/source/uno/
H A Dlbmap.cxx131 { return (size_t)rKey.hashCode(); } in operator ()()
H A Dlbenv.cxx114 { return rKey.hashCode(); } in operator ()()
/aoo4110/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.hxx71 return rName.hashCode(); in operator ()()
/aoo4110/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx127 return rName.hashCode(); in operator ()()
H A Dresultset.cxx142 return rName.hashCode(); in operator ()()
/aoo4110/main/unotools/source/config/
H A Dviewoptions.cxx267 return sString.hashCode(); in operator ()()
H A Dpathoptions.cxx99 return sString.hashCode(); in operator ()()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java152 public int hashCode() in hashCode() method in SpreadsheetRawReportTarget.ColumnBoundary
/aoo4110/main/svtools/source/contnr/
H A Dfileview.cxx264 … HashedEntry::HashedEntry( const OUString& rName ): maName( rName ), mnHashCode( rName.hashCode() ) in HashedEntry()
270 mnHashCode( maName.hashCode() ) in HashedEntry()
/aoo4110/main/sal/rtl/source/
H A Dstrtmpl.c260 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( hashCode )( const IMPL_RTL_STRCODE* pStr ) in IMPL_RTL_STRNAME() argument
/aoo4110/main/connectivity/source/drivers/kab/
H A DKResultSet.cxx889 return sBookmark.hashCode(); in hashBookmark()
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx975 return sBookmark.hashCode(); in hashBookmark()
/aoo4110/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo4110/main/basctl/source/basicide/
H A Dscriptdocument.cxx1261 sal_Int32 ScriptDocument::hashCode() const in hashCode() function in basctl::ScriptDocument
/aoo4110/main/sfx2/source/doc/
H A Dobjuno.cxx167 return sString.hashCode(); in operator ()()
/aoo4110/main/ucb/source/core/
H A Ducbstore.cxx120 return rName.hashCode(); in operator ()()
/aoo4110/main/scripting/source/stringresource/
H A Dstringresource.hxx68 return (size_t)Str.hashCode(); in operator ()()
/aoo4110/main/ucb/source/sorter/
H A Dsortresult.cxx145 return rName.hashCode(); in operator ()()
/aoo4110/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx64 return (size_t)Str.hashCode(); in operator ()()
/aoo4110/main/stoc/source/servicemanager/
H A Dservicemanager.cxx449 { return rName.hashCode(); } in operator ()()
/aoo4110/main/sw/source/filter/xml/
H A Dxmltbli.cxx1268 return rArg.msName.hashCode() + rArg.mnWidth + rArg.mbProtected; in operator ()()
/aoo4110/main/stoc/source/inspect/
H A Dintrospection.cxx159 return (size_t)Str.hashCode(); in operator ()()
/aoo4110/main/sfx2/source/appl/
H A Dnewhelp.cxx608 return rName.hashCode(); in operator ()()
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2493 … return rFont.aFamily.hashCode() ^ rFont.eItalic ^ rFont.eWeight ^ rFont.ePitch ^ rFont.aEncoding; in operator ()()

Completed in 249 milliseconds

12345