Searched refs:xIES (Results 1 – 5 of 5) sorted by relevance
/trunk/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier.cxx | 59 return xIES->loadAlgorithm(rLocale, SortAlgorithm, collatorOptions); in loadAlgorithm() 74 return xIES->getPhoneticCandidate(rIndexEntry, rLocale); in getPhoneticCandidate() 82 if (xIES.is()) in getIndexKey() 83 return xIES->getIndexKey(rIndexEntry, rPhoneticEntry, rLocale); in getIndexKey() 93 if (xIES.is()) in compareIndexEntry() 94 return xIES->compareIndexEntry(rIndexEntry1, rPhoneticEntry1, rLocale1, in compareIndexEntry() 115 return xIES.is(); in createLocaleSpecificIndexEntrySupplier() 123 … if (xIES.is() && rSortAlgorithm == aSortAlgorithm && rLocale.Language == aLocale.Language && in getLocaleSpecificIndexEntrySupplier() 125 return xIES; in getLocaleSpecificIndexEntrySupplier() 136 return xIES; in getLocaleSpecificIndexEntrySupplier() [all …]
|
/trunk/main/sw/source/core/tox/ |
H A D | toxhlp.cxx | 54 x >>= xIES; in IndexEntrySupplierWrapper() 81 sRet = xIES->getIndexKey( rTxt, rTxtReading, rLocale ); in GetIndexKey() 102 sRet = xIES->getIndexFollowPageWord( bMorePages, aLcl ); in GetFollowingText() 125 sRet = xIES->getAlgorithmList( rLcl ); in GetAlgorithmList() 148 bRet = xIES->loadAlgorithm( rLcl, sSortAlgorithm, nOptions ); in LoadAlgorithm() 173 nRet = xIES->compareIndexEntry( rTxt1, rTxtReading1, rLocale1, in CompareIndexEntry()
|
/trunk/main/sw/inc/ |
H A D | toxwrap.hxx | 48 STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; member in IndexEntrySupplierWrapper
|
/trunk/main/sw/source/core/inc/ |
H A D | toxhlp.hxx | 47 STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; member in IndexEntrySupplierWrapper
|
/trunk/main/i18npool/inc/ |
H A D | indexentrysupplier.hxx | 93 com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; member in com::sun::star::i18n::IndexEntrySupplier
|
Completed in 29 milliseconds