| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
| H A D | StyleMapperKey.java | 38 private final int hashCode; field in StyleMapperKey 58 this.hashCode = computeHashCode(); in StyleMapperKey() 103 int result = elementNamespace.hashCode(); in computeHashCode() 104 result = 31 * result + elementName.hashCode(); in computeHashCode() 105 result = 31 * result + (attributeNamespace != null ? attributeNamespace.hashCode() : 0); in computeHashCode() 106 result = 31 * result + (attributeName != null ? attributeName.hashCode() : 0); in computeHashCode() 110 public int hashCode() in hashCode() method in StyleMapperKey 112 return hashCode; in hashCode()
|
| /AOO42X/main/bridges/test/java_uno/equals/ |
| H A D | TestEquals.java | 1207 test1Aa.hashCode() in getInstance() 1208 == test1Ab.hashCode()); in getInstance() 1212 test1Aa.hashCode() in getInstance() 1213 == test1Ac.hashCode()); in getInstance() 1217 test1Aa.hashCode() in getInstance() 1218 == test1Ba.hashCode()); in getInstance() 1222 test1Aa.hashCode() in getInstance() 1223 == test1Bb.hashCode()); in getInstance() 1227 test1Aa.hashCode() in getInstance() 1228 == test1Bc.hashCode()); in getInstance() [all …]
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | MasterPageFactory.java | 98 public int hashCode() in hashCode() method in MasterPageFactory.MasterPageFactoryKey 100 int result = (template != null ? template.hashCode() : 0); in hashCode() 101 result = 31 * result + (pageHeader != null ? pageHeader.hashCode() : 0); in hashCode() 102 result = 31 * result + (pageFooter != null ? pageFooter.hashCode() : 0); in hashCode() 181 public int hashCode() in hashCode() method in MasterPageFactory.PageLayoutKey 184 result = (templateName != null ? templateName.hashCode() : 0); in hashCode() 185 result = 31 * result + (headerHeight != null ? headerHeight.hashCode() : 0); in hashCode() 186 result = 31 * result + (footerHeight != null ? footerHeight.hashCode() : 0); in hashCode()
|
| /AOO42X/main/sal/rtl/source/ |
| H A D | locale.c | 201 sal_Bool rtl_hashtable_find(RTL_HASHTABLE * table, sal_Int32 key, sal_Int32 hashCode, rtl_Locale** … in rtl_hashtable_find() argument 210 while (pEntry && hashCode != pEntry->Entry->HashCode) in rtl_hashtable_find() 268 sal_Int32 hashCode = -1; in rtl_locale_register() local 279 … hashCode = rtl_ustr_hashCode(language) ^ rtl_ustr_hashCode(country) ^ rtl_ustr_hashCode(variant); in rtl_locale_register() 280 key = rtl_hashfunc(g_pLocaleTable, hashCode); in rtl_locale_register() 282 if (rtl_hashtable_find(g_pLocaleTable, key, hashCode, &newLocale)) in rtl_locale_register() 294 newLocale->HashCode = hashCode; in rtl_locale_register()
|
| /AOO42X/main/sdext/source/pdfimport/tree/ |
| H A D | style.hxx | 83 size_t hashCode() const in hashCode() function 85 size_t nRet = size_t(Name.hashCode()); in hashCode() 89 nRet ^= size_t(it->first.hashCode()); in hashCode() 90 nRet ^= size_t(it->second.hashCode()); in hashCode() 92 nRet = size_t(Contents.hashCode()); in hashCode() 123 return rStyle.hashCode(); in operator ()()
|
| /AOO42X/main/framework/source/fwe/xml/ |
| H A D | toolboxdocumenthandler.cxx | 196 …ode_Style_Radio = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_RADIO ).hashCode(); in OReadToolBoxDocumentHandler() 197 …Code_Style_Auto = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_AUTO ).hashCode(); in OReadToolBoxDocumentHandler() 198 …Code_Style_Left = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_LEFT ).hashCode(); in OReadToolBoxDocumentHandler() 199 …_Style_AutoSize = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_AUTOSIZE ).hashCode(); in OReadToolBoxDocumentHandler() 200 …_Style_DropDown = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_DROPDOWN ).hashCode(); in OReadToolBoxDocumentHandler() 201 …de_Style_Repeat = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_REPEAT ).hashCode(); in OReadToolBoxDocumentHandler() 202 …le_DropDownOnly = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_DROPDOWNONLY ).hashCode(); in OReadToolBoxDocumentHandler() 203 …Code_Style_Text = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_TEXT ).hashCode(); in OReadToolBoxDocumentHandler() 204 …ode_Style_Image = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_IMAGE ).hashCode(); in OReadToolBoxDocumentHandler() 413 sal_Int32 nHashCode = aToken.hashCode(); in startElement()
|
| /AOO42X/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | Bug107753_Test.java | 335 obj1a.hashCode() == obj1b.hashCode()); in run() 337 obj2a.hashCode() == obj2b.hashCode()); in run() 339 obj3a.hashCode() == obj3b.hashCode()); in run() 341 obj4a.hashCode() == obj4b.hashCode()); in run()
|
| /AOO42X/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
| H A D | ThreadId_Test.java | 39 assure(i1.hashCode() == i1.hashCode()); in test() 56 assure(i1.hashCode() == i3.hashCode()); in test()
|
| /AOO42X/main/vcl/source/glyphs/ |
| H A D | graphite_cache.cxx | 112 GrRMEntry range = m_ropeMap.equal_range((*(record->m_rope)).hashCode()); in cacheSegment() 160 GrRMEntry range = m_ropeMap.equal_range((*(found->m_rope)).hashCode()); in cacheSegment() 170 GraphiteRopeMap::value_type mapEntry(record->m_rope->hashCode(), record); in cacheSegment() 178 GraphiteRopeMap::value_type mapEntry((*(record->m_rope)).hashCode(), record); in cacheSegment()
|
| /AOO42X/main/sal/qa/rtl/locale/ |
| H A D | rtl_locale.cxx | 182 class hashCode : public ::testing::Test class 195 TEST_F(hashCode, hashCode_001) in TEST_F() argument 198 sal_Int32 nHashCode = aLocale.hashCode(); in TEST_F() 203 TEST_F(hashCode, hashCode_002) in TEST_F() argument
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
| H A D | ImageProducer.java | 112 private Integer hashCode; field in ImageProducer.ByteDataImageKey 142 public int hashCode() in hashCode() method in ImageProducer.ByteDataImageKey 144 if (hashCode != null) in hashCode() 146 return hashCode; in hashCode() 156 this.hashCode = hashValue; in hashCode()
|
| /AOO42X/test/testcommon/source/org/openoffice/test/vcl/client/ |
| H A D | SmartId.java | 62 public int hashCode() { in hashCode() method in SmartId 64 return new Long(id).hashCode(); in hashCode() 65 return sid.hashCode(); in hashCode()
|
| /AOO42X/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
| H A D | Any.java | 127 public int hashCode() { in hashCode() method in Any 128 return _type.hashCode() * 13 in hashCode() 129 + (_object == null ? 0 : _object.hashCode()); in hashCode()
|
| /AOO42X/main/sal/qa/rtl/ostring/ |
| H A D | rtl_str.cxx | 197 class hashCode : public ::testing::Test class 202 TEST_F(hashCode, hashCode_000) in TEST_F() argument 207 TEST_F(hashCode, hashCode_001) in TEST_F() argument 215 TEST_F(hashCode, hashCode_002) in TEST_F() argument 226 TEST_F(hashCode, hashCode_003) in TEST_F() argument
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
| H A D | OfficeStyles.java | 97 public int hashCode() in hashCode() method in OfficeStyles.StyleKey 99 int result = family.hashCode(); in hashCode() 100 result = 31 * result + (name != null ? name.hashCode() : 0); in hashCode()
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/ |
| H A D | SDBCReportDataFactory.java | 127 public int hashCode() in hashCode() method in SDBCReportDataFactory.RowSetProperties 130 … hash = 59 * hash + (this.escapeProcessing != null ? this.escapeProcessing.hashCode() : 0); in hashCode() 132 hash = 59 * hash + (this.maxRows != null ? this.maxRows.hashCode() : 0); in hashCode() 133 hash = 59 * hash + (this.command != null ? this.command.hashCode() : 0); in hashCode() 134 hash = 59 * hash + (this.filter != null ? this.filter.hashCode() : 0); in hashCode()
|
| /AOO42X/main/comphelper/inc/comphelper/ |
| H A D | stl_types.hxx | 93 size_t operator() (const ::rtl::OUString& rStr) const {return rStr.hashCode();} in operator ()() 144 return m_bCaseSensitive ? rStr.hashCode() : rStr.toAsciiUpperCase().hashCode(); in operator ()()
|
| /AOO42X/main/unotools/inc/unotools/ |
| H A D | fontcfg.hxx | 62 (size_t)rLocale.Language.hashCode() ^ in operator ()() 63 (size_t)rLocale.Country.hashCode() ^ in operator ()() 64 (size_t)rLocale.Variant.hashCode(); in operator ()()
|
| /AOO42X/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/ |
| H A D | WeakMap.java | 245 public int hashCode() { in hashCode() method in WeakMap 246 return map.hashCode(); in hashCode()
|
| /AOO42X/main/swext/mediawiki/src/com/sun/star/wiki/ |
| H A D | WikiProtocolSocketFactory.java | 159 public int hashCode() in hashCode() method in WikiProtocolSocketFactory 161 return WikiProtocolSocketFactory.class.hashCode(); in hashCode()
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | sdasitm.hxx | 155 return (size_t)r1.first.hashCode() + r1.second.hashCode(); in operator ()()
|
| /AOO42X/main/framework/source/xml/ |
| H A D | imagesdocumenthandler.cxx | 137 …deBitmap = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_MASKMODE_BITMAP )).hashCode(); in OReadImagesDocumentHandler() 138 …odeColor = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_MASKMODE_COLOR )).hashCode(); in OReadImagesDocumentHandler() 275 sal_Int32 nHashCode = xAttribs->getValueByIndex( n ).hashCode(); in startElement()
|
| /AOO42X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | SDFReader.java | 258 this.CurrentBlockHash=this.CurrentBlockId.hashCode(); in SDFReader() 370 this.CurrentBlockHash=this.CurrentBlockId.hashCode(); in readBlock()
|
| /AOO42X/main/basctl/source/inc/ |
| H A D | bastypes.hxx | 302 size_t nHash = (size_t) rKey.GetDocument().hashCode(); in operator ()() 303 nHash += (size_t) ::rtl::OUString( rKey.GetLibName() ).hashCode(); in operator ()()
|
| /AOO42X/main/qadevOOo/tests/java/ifc/i18n/ |
| H A D | _XCharacterClassification.java | 329 if (toCheck.substring(i, i + 1).hashCode() == 55296) res = true; in _getScript() 331 log.println("-- " + toCheck.substring(i, i + 1).hashCode()); in _getScript()
|