Home
last modified time | relevance | path

Searched refs:nHashCode (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sal/qa/rtl/locale/
H A Drtl_locale.cxx198 sal_Int32 nHashCode = aLocale.hashCode(); in TEST_F() local
199 printf("Hashcode: %d\n", nHashCode); in TEST_F()
200 ASSERT_TRUE(nHashCode != 0) << "locale hashcode must be 3831"; in TEST_F()
206 sal_Int32 nHashCode = rtl_locale_hashCode(aLocale.getData()); in TEST_F() local
207 printf("Hashcode: %d\n", nHashCode); in TEST_F()
208 ASSERT_TRUE(nHashCode != 0) << "locale hashcode must be 3831"; in TEST_F()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx413 sal_Int32 nHashCode = aToken.hashCode(); in startElement() local
414 if ( nHashCode == m_nHashCode_Style_Radio ) in startElement()
416 else if ( nHashCode == m_nHashCode_Style_Left ) in startElement()
418 else if ( nHashCode == m_nHashCode_Style_AutoSize ) in startElement()
420 else if ( nHashCode == m_nHashCode_Style_DropDown ) in startElement()
422 else if ( nHashCode == m_nHashCode_Style_Repeat ) in startElement()
424 else if ( nHashCode == m_nHashCode_Style_DropDownOnly ) in startElement()
426 else if ( nHashCode == m_nHashCode_Style_DropDown ) in startElement()
428 else if ( nHashCode == m_nHashCode_Style_Text ) in startElement()
430 else if ( nHashCode == m_nHashCode_Style_Image ) in startElement()
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx275 sal_Int32 nHashCode = xAttribs->getValueByIndex( n ).hashCode(); in startElement() local
276 if ( nHashCode == m_nHashMaskModeBitmap ) in startElement()
278 else if ( nHashCode == m_nHashMaskModeColor ) in startElement()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx96 sal_Int32 nHashCode = font.GetFontFileName()->hashCode(); in FontProperties() local
98 nHashFaceName.append(nHashCode, 16); in FontProperties()
/trunk/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx210 sal_Int32 nHashCode = rtl_str_hashCode( aStr1.getStr() ); in TEST_F() local
211 printf("hashcode: %d\n", nHashCode); in TEST_F()

Completed in 47 milliseconds