Home
last modified time | relevance | path

Searched refs:getPhoneticCandidate (Results 1 – 9 of 9) sorted by relevance

/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier.cxx70 OUString SAL_CALL IndexEntrySupplier::getPhoneticCandidate( const OUString& rIndexEntry, in getPhoneticCandidate() function in com::sun::star::i18n::IndexEntrySupplier
74 return xIES->getPhoneticCandidate(rIndexEntry, rLocale); in getPhoneticCandidate()
H A Dindexentrysupplier_common.cxx59 OUString SAL_CALL IndexEntrySupplier_Common::getPhoneticCandidate( const OUString&, in getPhoneticCandidate() function in com::sun::star::i18n::IndexEntrySupplier_Common
H A Dindexentrysupplier_asian.cxx112 IndexEntrySupplier_asian::getPhoneticCandidate( const OUString& rIndexEntry, in getPhoneticCandidate() function in com::sun::star::i18n::IndexEntrySupplier_asian
/trunk/main/i18npool/inc/
H A Dindexentrysupplier_asian.hxx53 rtl::OUString SAL_CALL getPhoneticCandidate( const rtl::OUString& rIndexEntry,
H A Dindexentrysupplier_common.hxx59 virtual rtl::OUString SAL_CALL getPhoneticCandidate( const rtl::OUString& IndexEntry,
H A Dindexentrysupplier.hxx61 virtual rtl::OUString SAL_CALL getPhoneticCandidate( const rtl::OUString& IndexEntry,
/trunk/main/offapi/com/sun/star/i18n/
H A DXExtendedIndexEntrySupplier.idl77 string getPhoneticCandidate( [in] string aIndexEntry,
/trunk/test/testuno/source/api/i18n/
H A DXExtendedIndexEntrySupplierTest.java173 String getting = oObj.getPhoneticCandidate(new String(c), loc); in _getPhoneticCandidate()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx418 return xExtendedIndexEntrySupplier->getPhoneticCandidate(rText, aLocale); in GetDefaultPhoneticReading()