/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XExtendedIndexEntrySupplier.java | 44 short result1 = oObj.compareIndexEntry(val1, "", locale, val1, "", locale); in _compareIndexEntry() 45 short result2 = oObj.compareIndexEntry(val1, "", locale, val2, "", locale); in _compareIndexEntry() 46 short result3 = oObj.compareIndexEntry(val2, "", locale, val1, "", locale); in _compareIndexEntry()
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_ja_phonetic.cxx | 58 sal_Int16 SAL_CALL IndexEntrySupplier_ja_phonetic::compareIndexEntry( in compareIndexEntry() function in com::sun::star::i18n::IndexEntrySupplier_ja_phonetic 68 return IndexEntrySupplier_Common::compareIndexEntry( in compareIndexEntry()
|
H A D | indexentrysupplier.cxx | 88 sal_Int16 SAL_CALL IndexEntrySupplier::compareIndexEntry( in compareIndexEntry() function in com::sun::star::i18n::IndexEntrySupplier 94 return xIES->compareIndexEntry(rIndexEntry1, rPhoneticEntry1, rLocale1, in compareIndexEntry()
|
H A D | indexentrysupplier_default.cxx | 63 sal_Int16 SAL_CALL IndexEntrySupplier_Unicode::compareIndexEntry( in compareIndexEntry() function in com::sun::star::i18n::IndexEntrySupplier_Unicode 72 return IndexEntrySupplier_Common::compareIndexEntry( in compareIndexEntry()
|
H A D | indexentrysupplier_common.cxx | 88 sal_Int16 SAL_CALL IndexEntrySupplier_Common::compareIndexEntry( in compareIndexEntry() function in com::sun::star::i18n::IndexEntrySupplier_Common
|
H A D | indexentrysupplier_asian.cxx | 94 IndexEntrySupplier_asian::compareIndexEntry( in compareIndexEntry() function in com::sun::star::i18n::IndexEntrySupplier_asian
|
/aoo41x/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.IndexEntrySupplier.csv | 7 …exEntrySupplier";"com::sun::star::i18n::XExtendedIndexEntrySupplier#optional";"compareIndexEntry()"
|
/aoo41x/main/i18npool/inc/ |
H A D | indexentrysupplier_asian.hxx | 47 sal_Int16 SAL_CALL compareIndexEntry(
|
H A D | indexentrysupplier_ja_phonetic.hxx | 46 virtual sal_Int16 SAL_CALL compareIndexEntry( const rtl::OUString& IndexEntry1,\
|
H A D | indexentrysupplier_default.hxx | 49 virtual sal_Int16 SAL_CALL compareIndexEntry( const rtl::OUString& IndexEntry1,
|
H A D | indexentrysupplier_common.hxx | 72 virtual sal_Int16 SAL_CALL compareIndexEntry( const rtl::OUString& IndexEntry1,
|
H A D | indexentrysupplier.hxx | 69 virtual sal_Int16 SAL_CALL compareIndexEntry( const rtl::OUString& IndexEntry1,
|
/aoo41x/main/sw/source/core/tox/ |
H A D | toxhlp.cxx | 173 nRet = xIES->compareIndexEntry( rTxt1, rTxtReading1, rLocale1, in CompareIndexEntry()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XExtendedIndexEntrySupplier.idl | 144 short compareIndexEntry( [in] string aIndexEntry1, [in] string aPhoneticEntry1,
|