/trunk/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()
|
/trunk/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() 1217 test1Aa.hashCode() in getInstance() 1222 test1Aa.hashCode() in getInstance() 1227 test1Aa.hashCode() in getInstance() 1232 test2Aa.hashCode() in getInstance() 1237 test2Aa.hashCode() in getInstance() 1242 test2Aa.hashCode() in getInstance() 1247 test2Aa.hashCode() in getInstance() [all …]
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 ()()
|
/trunk/main/framework/source/fwe/xml/ |
H A D | toolboxdocumenthandler.cxx | 196 …m_nHashCode_Style_Radio = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_RADIO ).hashCode… in OReadToolBoxDocumentHandler() 197 m_nHashCode_Style_Auto = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_AUTO ).hashCode(); in OReadToolBoxDocumentHandler() 198 m_nHashCode_Style_Left = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_LEFT ).hashCode(); in OReadToolBoxDocumentHandler() 199 …Code_Style_AutoSize = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_AUTOSIZE ).hashCode(); in OReadToolBoxDocumentHandler() 200 …Code_Style_DropDown = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_DROPDOWN ).hashCode(); in OReadToolBoxDocumentHandler() 201 …HashCode_Style_Repeat = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_REPEAT ).hashCode(); in OReadToolBoxDocumentHandler() 202 …yle_DropDownOnly = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_DROPDOWNONLY ).hashCode(); in OReadToolBoxDocumentHandler() 203 m_nHashCode_Style_Text = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_TEXT ).hashCode(); in OReadToolBoxDocumentHandler() 204 …m_nHashCode_Style_Image = ::rtl::OUString::createFromAscii( ATTRIBUTE_ITEMSTYLE_IMAGE ).hashCode… in OReadToolBoxDocumentHandler() 413 sal_Int32 nHashCode = aToken.hashCode(); in startElement()
|
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | Bug107753_Test.java | 330 obj1a.hashCode() == obj1b.hashCode()); in run() 332 obj2a.hashCode() == obj2b.hashCode()); in run() 334 obj3a.hashCode() == obj3b.hashCode()); in run() 336 obj4a.hashCode() == obj4b.hashCode()); in run()
|
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadId_Test.java | 38 assertTrue(i1.hashCode() == i1.hashCode()); in test() 55 assertTrue(i1.hashCode() == i3.hashCode()); in test()
|
/trunk/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()
|
/trunk/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
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 ()()
|
/trunk/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 ()()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/svx/inc/svx/ |
H A D | sdasitm.hxx | 155 return (size_t)r1.first.hashCode() + r1.second.hashCode(); in operator ()()
|
/trunk/main/framework/source/xml/ |
H A D | imagesdocumenthandler.cxx | 137 …ModeBitmap = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_MASKMODE_BITMAP )).hashCode(); in OReadImagesDocumentHandler() 138 …skModeColor = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_MASKMODE_COLOR )).hashCode(); in OReadImagesDocumentHandler() 275 sal_Int32 nHashCode = xAttribs->getValueByIndex( n ).hashCode(); in startElement()
|
/trunk/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()
|
/trunk/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 ()()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
|