Searched refs:IndexEntrySupplier_Common (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_common.cxx | 37 IndexEntrySupplier_Common::IndexEntrySupplier_Common(const Reference < lang::XMultiServiceFactory >… in IndexEntrySupplier_Common() function in com::sun::star::i18n::IndexEntrySupplier_Common 44 IndexEntrySupplier_Common::~IndexEntrySupplier_Common() in ~IndexEntrySupplier_Common() 59 OUString SAL_CALL IndexEntrySupplier_Common::getPhoneticCandidate( const OUString&, in getPhoneticCandidate() 70 sal_Bool SAL_CALL IndexEntrySupplier_Common::loadAlgorithm( const lang::Locale& rLocale, in loadAlgorithm() 80 OUString SAL_CALL IndexEntrySupplier_Common::getIndexKey( const OUString& rIndexEntry, in getIndexKey() 88 sal_Int16 SAL_CALL IndexEntrySupplier_Common::compareIndexEntry( in compareIndexEntry() 98 OUString SAL_CALL IndexEntrySupplier_Common::getIndexCharacter( const OUString& rIndexEntry, in getIndexCharacter() 104 OUString SAL_CALL IndexEntrySupplier_Common::getIndexFollowPageWord( sal_Bool, in getIndexFollowPageWord() 111 IndexEntrySupplier_Common::getEntry( const OUString& IndexEntry, in getEntry() 127 IndexEntrySupplier_Common::getImplementationName() throw( RuntimeException ) in getImplementationName() [all …]
|
H A D | indexentrysupplier_default.cxx | 39 IndexEntrySupplier_Common(rxMSF) in IndexEntrySupplier_Unicode() 54 return IndexEntrySupplier_Common::loadAlgorithm(rLocale, rAlgorithm, collatorOptions); in loadAlgorithm() 72 return IndexEntrySupplier_Common::compareIndexEntry( in compareIndexEntry() 84 return IndexEntrySupplier_Common::getIndexCharacter(rIndexEntry, rLocale, rAlgorithm); in getIndexCharacter()
|
H A D | indexentrysupplier_ja_phonetic.cxx | 68 return IndexEntrySupplier_Common::compareIndexEntry( in compareIndexEntry()
|
H A D | indexentrysupplier_asian.cxx | 40 const Reference < XMultiServiceFactory >& rxMSF ) : IndexEntrySupplier_Common(rxMSF) in IndexEntrySupplier_asian()
|
/aoo42x/main/i18npool/inc/ |
H A D | indexentrysupplier_common.hxx | 38 class IndexEntrySupplier_Common : public cppu::WeakImplHelper2 class 45 …IndexEntrySupplier_Common( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServ… 46 ~IndexEntrySupplier_Common();
|
H A D | indexentrysupplier_ja_phonetic.hxx | 35 class IndexEntrySupplier_ja_phonetic : public IndexEntrySupplier_Common { 37 …erence < com::sun::star::lang::XMultiServiceFactory >& rxMSF ) : IndexEntrySupplier_Common(rxMSF) { in IndexEntrySupplier_ja_phonetic()
|
H A D | indexentrysupplier_asian.hxx | 36 class IndexEntrySupplier_asian : public IndexEntrySupplier_Common {
|
H A D | indexentrysupplier_default.hxx | 35 class IndexEntrySupplier_Unicode : public IndexEntrySupplier_Common {
|
Completed in 71 milliseconds