Home
last modified time | relevance | path

Searched refs:hashCode (Results 76 – 100 of 124) sorted by relevance

12345

/trunk/main/basctl/source/inc/
H A Dscriptdocument.hxx182 sal_Int32 hashCode() const;
/trunk/main/unotools/source/config/
H A Dextendedsecurityoptions.cxx80 return sString.hashCode(); in operator ()()
H A Dcmdoptions.cxx81 return sString.hashCode(); in operator ()()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java65 return Integer.toString(this.hashCode()).getBytes(); in getImplementationId()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java209 int hash = hashCode(); in getImplementationId()
/trunk/main/filter/source/xsltvalidate/
H A DXSLTValidate.java275 byteReturn = new String( "" + this.hashCode() ).getBytes(); in getImplementationId()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx271 sal_Int32 GrFeatureParser::hashCode() const in hashCode() function in GrFeatureParser
H A Dgraphite_adaptors.cxx96 sal_Int32 nHashCode = font.GetFontFileName()->hashCode(); in FontProperties()
H A Dglyphcache.cxx105 nFontId ^= aFeatName.hashCode(); in operator ()()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx66 { return rStr.hashCode(); } in operator ()()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx69 (size_t)rLocale.Language.hashCode() in operator ()()
70 ^ (size_t)rLocale.Country.hashCode() in operator ()()
71 ^ (size_t)rLocale.Variant.hashCode() in operator ()()
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx87 { return s.hashCode(); } in operator ()()
/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx56 return rName.hashCode(); in operator ()()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h508 { return s.getTypeName().hashCode(); } in operator ()()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java401 int hash = hashCode(); in getImplementationId()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java693 = Integer.toString(new Object().hashCode(), 16) + ":";
/trunk/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx72 sal_Int32 operator() (const ::com::sun::star::util::URL& x) const {return x.Complete.hashCode();} in operator ()()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx71 return rName.hashCode(); in operator ()()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx65 return str.hashCode(); in operator ()()
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx887 size_t nHash = aStr.hashCode() & (HASHARRAYSIZE-1); in UHashMap()
898 size_t nHash = rCompareString.hashCode() & (HASHARRAYSIZE-1); in getId()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx147 return (size_t)rTimerInfo.first.hashCode() in operator ()()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx81 return str.toAsciiLowerCase().hashCode(); in operator ()()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx57 return rName.hashCode(); in operator ()()
/trunk/main/ucb/source/ucp/file/
H A Dshell.hxx137 return rName.getPropertyName().hashCode(); in operator ()()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java448 byteReturn = new String("" + this.hashCode()).getBytes(); in getImplementationId()

Completed in 112 milliseconds

12345