Searched refs:rSortAlgorithm (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 172 … lookupTable.push_back(cachedItem = new lookupTableItem(rLocale, rSortAlgorithm, serviceName, xC)); in createCollator() 182 CollatorImpl::loadCachedCollator(const lang::Locale& rLocale, const OUString& rSortAlgorithm) in loadCachedCollator() argument 187 if (cachedItem->equals(rLocale, rSortAlgorithm)) { in loadCachedCollator() 199 sal_Int32 a = rSortAlgorithm.getLength(); in loadCachedCollator() 205 … under).append(rLocale.Variant).append(under).append(rSortAlgorithm).makeStringAndClear(), in loadCachedCollator() 206 rSortAlgorithm)) || in loadCachedCollator() 210 under).append(rSortAlgorithm).makeStringAndClear(), rSortAlgorithm)) || in loadCachedCollator() 216 rSortAlgorithm).makeStringAndClear(), rSortAlgorithm)) || in loadCachedCollator() 220 rSortAlgorithm)) || in loadCachedCollator() 223 createCollator(rLocale, rSortAlgorithm, rSortAlgorithm)) || in loadCachedCollator() [all …]
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier.cxx | 101 const Locale& rLocale, const OUString& rSortAlgorithm ) in getIndexCharacter() argument 104 return getLocaleSpecificIndexEntrySupplier(rLocale, rSortAlgorithm)-> in getIndexCharacter() 105 getIndexCharacter( rIndexEntry, rLocale, rSortAlgorithm ); in getIndexCharacter() 121 …aleSpecificIndexEntrySupplier(const Locale& rLocale, const OUString& rSortAlgorithm) throw (Runtim… in getLocaleSpecificIndexEntrySupplier() argument 123 … if (xIES.is() && rSortAlgorithm == aSortAlgorithm && rLocale.Language == aLocale.Language && in getLocaleSpecificIndexEntrySupplier() 129 if (rSortAlgorithm.getLength() == 0) in getLocaleSpecificIndexEntrySupplier() 132 aSortAlgorithm = rSortAlgorithm; in getLocaleSpecificIndexEntrySupplier()
|
/aoo41x/main/i18npool/inc/ |
H A D | collatorImpl.hxx | 107 const rtl::OUString& rSortAlgorithm) throw(com::sun::star::uno::RuntimeException); 108 void SAL_CALL loadCachedCollator(const lang::Locale& rLocale, const rtl::OUString& rSortAlgorithm)
|
H A D | indexentrysupplier_ja_phonetic.hxx | 41 const com::sun::star::lang::Locale& rLocale, const rtl::OUString& rSortAlgorithm ) \
|
H A D | indexentrysupplier_default.hxx | 56 const com::sun::star::lang::Locale& rLocale, const rtl::OUString& rSortAlgorithm )
|
H A D | indexentrysupplier_common.hxx | 79 const com::sun::star::lang::Locale& rLocale, const rtl::OUString& rSortAlgorithm )
|
H A D | indexentrysupplier.hxx | 97 …const com::sun::star::lang::Locale& rLocale, const rtl::OUString& rSortAlgorithm) throw (com::sun:…
|
/aoo41x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 69 const String& rSortAlgorithm ) : in SV_IMPL_VARARR() 71 sSortAlgorithm(rSortAlgorithm), in SV_IMPL_VARARR()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 76 const String& rSortAlgorithm );
|
Completed in 43 milliseconds