Searched refs:collatorOptions (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_ja_phonetic.cxx | 77 sal_Int32 collatorOptions ) throw (com::sun::star::uno::RuntimeException) in loadAlgorithm() argument 79 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(first), rLocale, collatorOptions)… in loadAlgorithm() 83 sal_Int32 collatorOptions ) throw (com::sun::star::uno::RuntimeException) in loadAlgorithm() argument 85 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(first), rLocale, collatorOptions)… in loadAlgorithm() 91 sal_Int32 collatorOptions ) throw (com::sun::star::uno::RuntimeException) in loadAlgorithm() argument 93 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(last), rLocale, collatorOptions) … in loadAlgorithm() 97 sal_Int32 collatorOptions ) throw (com::sun::star::uno::RuntimeException) in loadAlgorithm() argument 99 …return collator->loadCollatorAlgorithm(OUString::createFromAscii(last), rLocale, collatorOptions) … in loadAlgorithm()
|
H A D | indexentrysupplier_common.cxx | 71 const OUString& rAlgorithm, sal_Int32 collatorOptions ) throw (RuntimeException) in loadAlgorithm() argument 74 collator->loadCollatorAlgorithm(rAlgorithm, rLocale, collatorOptions); in loadAlgorithm()
|
H A D | indexentrysupplier.cxx | 53 sal_Int32 collatorOptions ) throw (RuntimeException) in loadAlgorithm() argument 59 return xIES->loadAlgorithm(rLocale, SortAlgorithm, collatorOptions); in loadAlgorithm()
|
H A D | indexentrysupplier_default.cxx | 51 const OUString& rAlgorithm, sal_Int32 collatorOptions ) throw (RuntimeException) in loadAlgorithm() argument 54 return IndexEntrySupplier_Common::loadAlgorithm(rLocale, rAlgorithm, collatorOptions); in loadAlgorithm()
|
/aoo41x/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 83 CollatorImpl::loadDefaultCollator(const lang::Locale& rLocale, sal_Int32 collatorOptions) throw(Run… in loadDefaultCollator() argument 88 return loadCollatorAlgorithm(imp[i].unoID, rLocale, collatorOptions); in loadDefaultCollator() 95 …loadCollatorAlgorithm(const OUString& impl, const lang::Locale& rLocale, sal_Int32 collatorOptions) in loadCollatorAlgorithm() argument 102 … cachedItem->xC->loadCollatorAlgorithm(cachedItem->algorithm, nLocale = rLocale, collatorOptions); in loadCollatorAlgorithm() 111 const Sequence< sal_Int32 >& collatorOptions) throw(RuntimeException) in loadCollatorAlgorithmWithEndUserOption() 114 for (sal_Int32 i = 0; i < collatorOptions.getLength(); i++) in loadCollatorAlgorithmWithEndUserOption() 115 options |= collatorOptions[i]; in loadCollatorAlgorithmWithEndUserOption()
|
/aoo41x/main/i18npool/inc/ |
H A D | collatorImpl.hxx | 61 …l sal_Int32 SAL_CALL loadDefaultCollator( const lang::Locale& rLocale, sal_Int32 collatorOptions) 65 sal_Int32 collatorOptions) throw(com::sun::star::uno::RuntimeException); 68 …const com::sun::star::uno::Sequence< sal_Int32 >& collatorOptions) throw(com::sun::star::uno::Runt…
|
H A D | indexentrysupplier_ja_phonetic.hxx | 61 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions ) \
|
H A D | collator_unicode.hxx | 54 sal_Int32 collatorOptions) throw(com::sun::star::uno::RuntimeException);
|
H A D | indexentrysupplier_default.hxx | 42 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions )
|
H A D | indexentrysupplier_common.hxx | 65 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions )
|
H A D | indexentrysupplier.hxx | 54 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions )
|
Completed in 48 milliseconds