LibreOffice Module i18npool (master) 1
Public Member Functions | Private Attributes | List of all members
i18npool::ChapterCollator Class Referencefinal

#include <chaptercollator.hxx>

Inheritance diagram for i18npool::ChapterCollator:
[legend]
Collaboration diagram for i18npool::ChapterCollator:
[legend]

Public Member Functions

 ChapterCollator (const css::uno::Reference< css::uno::XComponentContext > &rxContext)
 
virtual ~ChapterCollator () override
 
sal_Int32 SAL_CALL compareSubstring (const OUString &s1, sal_Int32 off1, sal_Int32 len1, const OUString &s2, sal_Int32 off2, sal_Int32 len2) override
 
sal_Int32 SAL_CALL compareString (const OUString &s1, const OUString &s2) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
- Public Member Functions inherited from i18npool::CollatorImpl
 CollatorImpl (const css::uno::Reference< css::uno::XComponentContext > &rxContext)
 
virtual ~CollatorImpl () override
 
virtual sal_Int32 SAL_CALL compareSubstring (const OUString &s1, sal_Int32 off1, sal_Int32 len1, const OUString &s2, sal_Int32 off2, sal_Int32 len2) override
 
virtual sal_Int32 SAL_CALL compareString (const OUString &s1, const OUString &s2) override
 
virtual sal_Int32 SAL_CALL loadDefaultCollator (const css::lang::Locale &rLocale, sal_Int32 collatorOptions) override
 
virtual sal_Int32 SAL_CALL loadCollatorAlgorithm (const OUString &impl, const css::lang::Locale &rLocale, sal_Int32 collatorOptions) override
 
virtual void SAL_CALL loadCollatorAlgorithmWithEndUserOption (const OUString &impl, const css::lang::Locale &rLocale, const css::uno::Sequence< sal_Int32 > &collatorOptions) override
 
virtual css::uno::Sequence< OUString > SAL_CALL listCollatorAlgorithms (const css::lang::Locale &rLocale) override
 
virtual css::uno::Sequence< sal_Int32 > SAL_CALL listCollatorOptions (const OUString &collatorAlgorithmName) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

css::uno::Reference< css::i18n::XCharacterClassification > cclass
 

Additional Inherited Members

- Protected Attributes inherited from i18npool::CollatorImpl
css::lang::Locale nLocale
 

Detailed Description

Definition at line 30 of file chaptercollator.hxx.

Constructor & Destructor Documentation

◆ ChapterCollator()

i18npool::ChapterCollator::ChapterCollator ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext)

Definition at line 32 of file chaptercollator.cxx.

References cclass.

◆ ~ChapterCollator()

i18npool::ChapterCollator::~ChapterCollator ( )
overridevirtual

Definition at line 37 of file chaptercollator.cxx.

Member Function Documentation

◆ compareString()

sal_Int32 SAL_CALL i18npool::ChapterCollator::compareString ( const OUString &  s1,
const OUString &  s2 
)
overridevirtual

Reimplemented from i18npool::CollatorImpl.

Definition at line 42 of file chaptercollator.cxx.

References compareSubstring().

◆ compareSubstring()

sal_Int32 SAL_CALL i18npool::ChapterCollator::compareSubstring ( const OUString &  s1,
sal_Int32  off1,
sal_Int32  len1,
const OUString &  s2,
sal_Int32  off2,
sal_Int32  len2 
)
overridevirtual

◆ getImplementationName()

OUString SAL_CALL i18npool::ChapterCollator::getImplementationName ( )
overridevirtual

Reimplemented from i18npool::CollatorImpl.

Definition at line 78 of file chaptercollator.cxx.

References i18npool::cChapCollator.

◆ getSupportedServiceNames()

Sequence< OUString > SAL_CALL i18npool::ChapterCollator::getSupportedServiceNames ( )
overridevirtual

Reimplemented from i18npool::CollatorImpl.

Definition at line 90 of file chaptercollator.cxx.

References i18npool::cChapCollator.

◆ supportsService()

sal_Bool SAL_CALL i18npool::ChapterCollator::supportsService ( const OUString &  ServiceName)
overridevirtual

Reimplemented from i18npool::CollatorImpl.

Definition at line 84 of file chaptercollator.cxx.

References cppu::supportsService().

Member Data Documentation

◆ cclass

css::uno::Reference< css::i18n::XCharacterClassification > i18npool::ChapterCollator::cclass
private

Definition at line 49 of file chaptercollator.hxx.

Referenced by ChapterCollator(), and compareSubstring().


The documentation for this class was generated from the following files: