Home
last modified time | relevance | path

Searched refs:collatorOptions (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/i18npool/source/indexentry/
H A Dindexentrysupplier_ja_phonetic.cxx77 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 Dindexentrysupplier_common.cxx71 const OUString& rAlgorithm, sal_Int32 collatorOptions ) throw (RuntimeException) in loadAlgorithm() argument
74 collator->loadCollatorAlgorithm(rAlgorithm, rLocale, collatorOptions); in loadAlgorithm()
H A Dindexentrysupplier.cxx53 sal_Int32 collatorOptions ) throw (RuntimeException) in loadAlgorithm() argument
59 return xIES->loadAlgorithm(rLocale, SortAlgorithm, collatorOptions); in loadAlgorithm()
H A Dindexentrysupplier_default.cxx51 const OUString& rAlgorithm, sal_Int32 collatorOptions ) throw (RuntimeException) in loadAlgorithm() argument
54 return IndexEntrySupplier_Common::loadAlgorithm(rLocale, rAlgorithm, collatorOptions); in loadAlgorithm()
/aoo42x/main/i18npool/source/collator/
H A DcollatorImpl.cxx83 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()
/aoo42x/main/i18npool/inc/
H A DcollatorImpl.hxx61 …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 Dindexentrysupplier_ja_phonetic.hxx61 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions ) \
H A Dcollator_unicode.hxx54 sal_Int32 collatorOptions) throw(com::sun::star::uno::RuntimeException);
H A Dindexentrysupplier_default.hxx42 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions )
H A Dindexentrysupplier_common.hxx65 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions )
H A Dindexentrysupplier.hxx54 const rtl::OUString& SortAlgorithm, sal_Int32 collatorOptions )

Completed in 36 milliseconds