Lines Matching refs:CollatorImpl

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()
78 …return CollatorImpl::compareSubstring(in_str1, 0, in_str1.getLength(), in_str2, 0, in_str2.getLeng… in compareString()
83 CollatorImpl::loadDefaultCollator(const lang::Locale& rLocale, sal_Int32 collatorOptions) throw(Run… in loadDefaultCollator()
95 CollatorImpl::loadCollatorAlgorithm(const OUString& impl, const lang::Locale& rLocale, sal_Int32 co… in loadCollatorAlgorithm()
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()
154 CollatorImpl::createCollator(const lang::Locale& rLocale, const OUString& serviceName, const OUStri… in createCollator()
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()
249 CollatorImpl::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames()