Home
last modified time | relevance | path

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

/aoo41x/main/i18npool/source/collator/
H A DcollatorImpl.cxx38 CollatorImpl::CollatorImpl( const Reference < XMultiServiceFactory >& rxMSF ) : xMSF(rxMSF) in CollatorImpl() function in com::sun::star::i18n::CollatorImpl
49 CollatorImpl::~CollatorImpl() in ~CollatorImpl()
58 CollatorImpl::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int32 len1, in compareSubstring()
73 CollatorImpl::compareString( const OUString& in_str1, const OUString& in_str2) throw(RuntimeExcepti… in compareString()
110 CollatorImpl::loadCollatorAlgorithmWithEndUserOption(const OUString& impl, const lang::Locale& rLoc… in loadCollatorAlgorithmWithEndUserOption()
120 CollatorImpl::listCollatorAlgorithms( const lang::Locale& rLocale ) throw(RuntimeException) in listCollatorAlgorithms()
139 CollatorImpl::listCollatorOptions( const OUString& /*collatorAlgorithmName*/ ) throw(RuntimeExcepti… in listCollatorOptions()
182 CollatorImpl::loadCachedCollator(const lang::Locale& rLocale, const OUString& rSortAlgorithm) in loadCachedCollator()
236 CollatorImpl::getImplementationName() throw( RuntimeException ) in getImplementationName()
242 CollatorImpl::supportsService(const OUString& rServiceName) in supportsService()
[all …]
H A Dchaptercollator.cxx39 ChapterCollator::ChapterCollator( const Reference < XMultiServiceFactory >& rxMSF ) : CollatorImpl(… in ChapterCollator()
66 return CollatorImpl::compareSubstring( str1, off1, len1, str2, off2, len2 ); in compareSubstring()
72 sal_Int32 ans = CollatorImpl::compareSubstring(str1, off1, i1, str2, off2, i2); in compareSubstring()
/aoo41x/main/i18npool/inc/
H A DcollatorImpl.hxx42 class CollatorImpl : public cppu::WeakImplHelper2 class
51CollatorImpl( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >&…
53 ~CollatorImpl();
H A Dchaptercollator.hxx34 class ChapterCollator : public CollatorImpl
H A Dindexentrysupplier_default.hxx104 CollatorImpl *collator;
H A Dindexentrysupplier_common.hxx97 CollatorImpl *collator;
/aoo41x/main/i18npool/source/indexentry/
H A Dindexentrysupplier_common.cxx40 collator = new CollatorImpl(rxMSF); in IndexEntrySupplier_Common()
H A Dindexentrysupplier_default.cxx117 collator = new CollatorImpl(rxMSF); in Index()
/aoo41x/main/i18npool/source/registerservices/
H A Dregisterservices.cxx151 IMPL_CREATEINSTANCE_MSF( CollatorImpl )

Completed in 48 milliseconds