Home
last modified time | relevance | path

Searched refs:IndexEntrySupplier_Common (Results 1 – 8 of 8) sorted by relevance

/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_common.cxx37 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 Dindexentrysupplier_default.cxx39 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 Dindexentrysupplier_ja_phonetic.cxx68 return IndexEntrySupplier_Common::compareIndexEntry( in compareIndexEntry()
H A Dindexentrysupplier_asian.cxx40 const Reference < XMultiServiceFactory >& rxMSF ) : IndexEntrySupplier_Common(rxMSF) in IndexEntrySupplier_asian()
/trunk/main/i18npool/inc/
H A Dindexentrysupplier_common.hxx38 class IndexEntrySupplier_Common : public cppu::WeakImplHelper2 class
45IndexEntrySupplier_Common( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServ…
46 ~IndexEntrySupplier_Common();
H A Dindexentrysupplier_ja_phonetic.hxx35 class IndexEntrySupplier_ja_phonetic : public IndexEntrySupplier_Common {
37 …erence < com::sun::star::lang::XMultiServiceFactory >& rxMSF ) : IndexEntrySupplier_Common(rxMSF) { in IndexEntrySupplier_ja_phonetic()
H A Dindexentrysupplier_asian.hxx36 class IndexEntrySupplier_asian : public IndexEntrySupplier_Common {
H A Dindexentrysupplier_default.hxx35 class IndexEntrySupplier_Unicode : public IndexEntrySupplier_Common {

Completed in 42 milliseconds