/aoo4110/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_ja_phonetic.cxx | 79 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(first), rLocale, collatorOptions)… in loadAlgorithm() 85 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(first), rLocale, collatorOptions)… in loadAlgorithm() 93 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(last), rLocale, collatorOptions) … in loadAlgorithm() 99 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(last), rLocale, collatorOptions) … in loadAlgorithm()
|
H A D | indexentrysupplier_common.cxx | 74 collator->loadCollatorAlgorithm(rAlgorithm, rLocale, collatorOptions); in loadAlgorithm()
|
H A D | indexentrysupplier_default.cxx | 271 …collator->loadCollatorAlgorithm(algorithm, rLocale, CollatorOptions::CollatorOptions_IGNORE_CASE_A… in init()
|
/aoo4110/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 88 return loadCollatorAlgorithm(imp[i].unoID, rLocale, collatorOptions); in loadDefaultCollator() 95 CollatorImpl::loadCollatorAlgorithm(const OUString& impl, const lang::Locale& rLocale, sal_Int32 co… in loadCollatorAlgorithm() function in com::sun::star::i18n::CollatorImpl 102 … cachedItem->xC->loadCollatorAlgorithm(cachedItem->algorithm, nLocale = rLocale, collatorOptions); in loadCollatorAlgorithm() 116 loadCollatorAlgorithm(impl, rLocale, options); in loadCollatorAlgorithmWithEndUserOption()
|
H A D | collator_unicode.cxx | 73 Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::Locale& rLocale, sa… in loadCollatorAlgorithm() function in com::sun::star::i18n::Collator_Unicode
|
/aoo4110/main/unotools/source/i18n/ |
H A D | collatorwrapper.cxx | 175 CollatorWrapper::loadCollatorAlgorithm (const ::rtl::OUString& rAlgorithm, in loadCollatorAlgorithm() function in CollatorWrapper 181 return mxInternationalCollator->loadCollatorAlgorithm ( in loadCollatorAlgorithm()
|
/aoo4110/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCollator.java | 121 oObj.loadCollatorAlgorithm(alg[0], loc, in _loadCollatorAlgorithm() 124 oObj.loadCollatorAlgorithm(alg[0], loc, 0); in _loadCollatorAlgorithm()
|
/aoo4110/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.ChapterCollator.csv | 7 "ChapterCollator";"com::sun::star::i18n::XCollator";"loadCollatorAlgorithm()"
|
H A D | com.sun.star.i18n.Collator.csv | 7 "Collator";"com::sun::star::i18n::XCollator";"loadCollatorAlgorithm()"
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | collatorwrapper.hxx | 78 loadCollatorAlgorithm (
|
/aoo4110/main/i18npool/inc/ |
H A D | collator_unicode.hxx | 53 sal_Int32 SAL_CALL loadCollatorAlgorithm( const rtl::OUString& impl, const lang::Locale& rLocale,
|
H A D | collatorImpl.hxx | 64 …virtual sal_Int32 SAL_CALL loadCollatorAlgorithm( const rtl::OUString& impl, const lang::Locale& …
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | XCollator.idl | 117 long loadCollatorAlgorithm( [in] string aAlgorithmName,
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docsort.cxx | 186 pSortCollator->loadCollatorAlgorithm( *pLastAlgorithm, in operator <()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table3.cxx | 182 pSortCollator->loadCollatorAlgorithm( rPar.aCollatorAlgorithm, in InitSortCollator()
|