Home
last modified time | relevance | path

Searched refs:xIES (Results 1 – 5 of 5) sorted by relevance

/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier.cxx59 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 Dtoxhlp.cxx54 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 Dtoxwrap.hxx48 STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; member in IndexEntrySupplierWrapper
/trunk/main/sw/source/core/inc/
H A Dtoxhlp.hxx47 STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; member in IndexEntrySupplierWrapper
/trunk/main/i18npool/inc/
H A Dindexentrysupplier.hxx93 com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; member in com::sun::star::i18n::IndexEntrySupplier

Completed in 23 milliseconds