/aoo42x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_asian.cxx | 95 const OUString& rIndexEntry1, const OUString& rPhoneticEntry1, const Locale& rLocale1, in compareIndexEntry() argument 99 sal_Int32 result = collator->compareString(getEntry(rIndexEntry1, rPhoneticEntry1, rLocale1), in compareIndexEntry() 105 rLocale1.Language == rLocale2.Language && rLocale1.Country == rLocale2.Country && in compareIndexEntry() 106 rLocale1.Variant == rLocale2.Variant) in compareIndexEntry()
|
H A D | indexentrysupplier_ja_phonetic.cxx | 59 const OUString& IndexEntry1, const OUString& PhoneticEntry1, const lang::Locale& rLocale1, in compareIndexEntry() argument 64 IndexEntrySupplier_ja_phonetic::getIndexKey(IndexEntry1, PhoneticEntry1, rLocale1), in compareIndexEntry() 69 IndexEntry1, PhoneticEntry1, rLocale1, in compareIndexEntry()
|
H A D | indexentrysupplier_default.cxx | 64 const OUString& rIndexEntry1, const OUString& rPhoneticEntry1, const lang::Locale& rLocale1, in compareIndexEntry() argument 69 index->getIndexWeight(getEntry(rIndexEntry1, rPhoneticEntry1, rLocale1)) - in compareIndexEntry() 73 rIndexEntry1, rPhoneticEntry1, rLocale1, in compareIndexEntry()
|
H A D | indexentrysupplier.cxx | 89 const OUString& rIndexEntry1, const OUString& rPhoneticEntry1, const Locale& rLocale1, in compareIndexEntry() argument 94 return xIES->compareIndexEntry(rIndexEntry1, rPhoneticEntry1, rLocale1, in compareIndexEntry()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | cellkeytranslator.cxx | 51 static LocaleMatch lclLocaleCompare(const Locale& rLocale1, const Locale& rLocale2) in lclLocaleCompare() argument 54 if ( !rLocale1.Language.compareTo(rLocale1.Language) ) in lclLocaleCompare() 59 if ( !rLocale1.Country.compareTo(rLocale2.Country) ) in lclLocaleCompare() 64 if ( !rLocale1.Variant.compareTo(rLocale2.Variant) ) in lclLocaleCompare()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 81 const ::com::sun::star::lang::Locale& rLocale1, 86 const ::com::sun::star::lang::Locale& rLocale1, in IsEqual() 90 return 0 == Compare( rTxt1, rTxtReading1, rLocale1, in IsEqual() 95 const ::com::sun::star::lang::Locale& rLocale1, in IsLess() 99 return -1 == Compare( rTxt1, rTxtReading1, rLocale1, in IsLess()
|
/aoo42x/main/sw/source/core/tox/ |
H A D | toxhlp.cxx | 167 const STAR_NMSPC::lang::Locale& rLocale1, in CompareIndexEntry() argument 173 nRet = xIES->compareIndexEntry( rTxt1, rTxtReading1, rLocale1, in CompareIndexEntry()
|
H A D | txmsrt.cxx | 124 const lang::Locale& rLocale1, in Compare() argument 128 return pIndexWrapper->CompareIndexEntry( rTxt1, rTxtReading1, rLocale1, in Compare()
|
/aoo42x/main/i18npool/inc/ |
H A D | indexentrysupplier_asian.hxx | 49 const com::sun::star::lang::Locale& rLocale1,
|
H A D | indexentrysupplier_ja_phonetic.hxx | 47 const rtl::OUString& PhoneticEntry1, const com::sun::star::lang::Locale& rLocale1,\
|
H A D | indexentrysupplier_default.hxx | 50 const rtl::OUString& PhoneticEntry1, const com::sun::star::lang::Locale& rLocale1,
|
H A D | indexentrysupplier_common.hxx | 73 const rtl::OUString& PhoneticEntry1, const com::sun::star::lang::Locale& rLocale1,
|
H A D | indexentrysupplier.hxx | 70 const rtl::OUString& PhoneticEntry1, const com::sun::star::lang::Locale& rLocale1,
|