/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XExtendedIndexEntrySupplier.idl | 96 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.
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_ja_phonetic.cxx | 75 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 81 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 89 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 95 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 D | indexentrysupplier_default.cxx | 50 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() 81 if (loadAlgorithm( rLocale, rAlgorithm, CollatorOptions::CollatorOptions_IGNORE_CASE_ACCENT)) in getIndexCharacter()
|
H A D | indexentrysupplier.cxx | 52 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 D | indexentrysupplier_common.cxx | 70 sal_Bool SAL_CALL IndexEntrySupplier_Common::loadAlgorithm( const lang::Locale& rLocale, in loadAlgorithm() function in com::sun::star::i18n::IndexEntrySupplier_Common
|
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XExtendedIndexEntrySupplier.java | 95 … oObj.loadAlgorithm(locales[i], algs[k], CollatorOptions.CollatorOptions_IGNORE_CASE); in _getIndexKey() 160 boolean localres = oObj.loadAlgorithm(locales[i], names[j], in _loadAlgorithm()
|
/aoo41x/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.IndexEntrySupplier.csv | 5 "IndexEntrySupplier";"com::sun::star::i18n::XExtendedIndexEntrySupplier#optional";"loadAlgorithm()"
|
/aoo41x/main/i18npool/inc/ |
H A D | indexentrysupplier_ja_phonetic.hxx | 59 virtual sal_Bool SAL_CALL loadAlgorithm(\
|
H A D | indexentrysupplier_default.hxx | 40 virtual sal_Bool SAL_CALL loadAlgorithm(
|
H A D | indexentrysupplier_common.hxx | 63 virtual sal_Bool SAL_CALL loadAlgorithm(
|
H A D | indexentrysupplier.hxx | 52 virtual sal_Bool SAL_CALL loadAlgorithm(
|
/aoo41x/main/sw/source/core/tox/ |
H A D | toxhlp.cxx | 148 bRet = xIES->loadAlgorithm( rLcl, sSortAlgorithm, nOptions ); in LoadAlgorithm()
|