Home
last modified time | relevance | path

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

/trunk/main/offapi/com/sun/star/i18n/
H A DXExtendedIndexEntrySupplier.idl96 boolean loadAlgorithm( [in] com::sun::star::lang::Locale aLocale,
104 <p> Note that loadAlgorithm should be called before calling
115 aLocale and the locale in loadAlgorithm may be different.
126 <p> Note that loadAlgorithm should be called before calling
140 aLocale and the locale in loadAlgorithm may be different.
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_ja_phonetic.cxx72 sal_Bool SAL_CALL IndexEntrySupplier_ja_phonetic_alphanumeric_first_by_syllable::loadAlgorithm( in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier_ja_phonetic_alphanumeric_first_by_syllable
78 sal_Bool SAL_CALL IndexEntrySupplier_ja_phonetic_alphanumeric_first_by_consonant::loadAlgorithm( in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier_ja_phonetic_alphanumeric_first_by_consonant
86 sal_Bool SAL_CALL IndexEntrySupplier_ja_phonetic_alphanumeric_last_by_syllable::loadAlgorithm( in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier_ja_phonetic_alphanumeric_last_by_syllable
92 sal_Bool SAL_CALL IndexEntrySupplier_ja_phonetic_alphanumeric_last_by_consonant::loadAlgorithm( in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier_ja_phonetic_alphanumeric_last_by_consonant
H A Dindexentrysupplier_default.cxx50 sal_Bool SAL_CALL IndexEntrySupplier_Unicode::loadAlgorithm( const lang::Locale& rLocale, in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier_Unicode
54 return IndexEntrySupplier_Common::loadAlgorithm(rLocale, rAlgorithm, collatorOptions); in loadAlgorithm()
80 if (loadAlgorithm( rLocale, rAlgorithm, CollatorOptions::CollatorOptions_IGNORE_CASE_ACCENT)) in getIndexCharacter()
H A Dindexentrysupplier.cxx52 sal_Bool SAL_CALL IndexEntrySupplier::loadAlgorithm( const Locale& rLocale, const OUString& SortAlg… in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier
59 return xIES->loadAlgorithm(rLocale, SortAlgorithm, collatorOptions); in loadAlgorithm()
H A Dindexentrysupplier_common.cxx70 sal_Bool SAL_CALL IndexEntrySupplier_Common::loadAlgorithm( const lang::Locale& rLocale, in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier_Common
/trunk/test/testuno/source/api/i18n/
H A DXExtendedIndexEntrySupplierTest.java141 … oObj.loadAlgorithm(locales[i], algs[k], CollatorOptions.CollatorOptions_IGNORE_CASE); in getIndexKey()
205 boolean localres = oObj.loadAlgorithm(locales[i], names[j], in _loadAlgorithm()
/trunk/main/i18npool/inc/
H A Dindexentrysupplier_ja_phonetic.hxx59 virtual sal_Bool SAL_CALL loadAlgorithm(\
H A Dindexentrysupplier_default.hxx40 virtual sal_Bool SAL_CALL loadAlgorithm(
H A Dindexentrysupplier_common.hxx59 virtual sal_Bool SAL_CALL loadAlgorithm(
H A Dindexentrysupplier.hxx50 virtual sal_Bool SAL_CALL loadAlgorithm(
/trunk/main/sw/source/core/tox/
H A Dtoxhlp.cxx148 bRet = xIES->loadAlgorithm( rLcl, sSortAlgorithm, nOptions ); in LoadAlgorithm()