Searched refs:CollatorImpl (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 38 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 D | chaptercollator.cxx | 39 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()
|
/aoo42x/main/i18npool/inc/ |
H A D | collatorImpl.hxx | 42 class CollatorImpl : public cppu::WeakImplHelper2 class 51 …CollatorImpl( const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >&… 53 ~CollatorImpl();
|
H A D | chaptercollator.hxx | 34 class ChapterCollator : public CollatorImpl
|
H A D | indexentrysupplier_default.hxx | 104 CollatorImpl *collator;
|
H A D | indexentrysupplier_common.hxx | 97 CollatorImpl *collator;
|
/aoo42x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_common.cxx | 40 collator = new CollatorImpl(rxMSF); in IndexEntrySupplier_Common()
|
H A D | indexentrysupplier_default.cxx | 117 collator = new CollatorImpl(rxMSF); in Index()
|
/aoo42x/main/i18npool/source/registerservices/ |
H A D | registerservices.cxx | 151 IMPL_CREATEINSTANCE_MSF( CollatorImpl )
|
Completed in 55 milliseconds