LibreOffice Module i18npool (master) 1
|
#include <chaptercollator.hxx>
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 |
Definition at line 30 of file chaptercollator.hxx.
i18npool::ChapterCollator::ChapterCollator | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext | ) |
Definition at line 32 of file chaptercollator.cxx.
References cclass.
|
overridevirtual |
Definition at line 37 of file chaptercollator.cxx.
|
overridevirtual |
Reimplemented from i18npool::CollatorImpl.
Definition at line 42 of file chaptercollator.cxx.
References compareSubstring().
|
overridevirtual |
Reimplemented from i18npool::CollatorImpl.
Definition at line 50 of file chaptercollator.cxx.
References cclass, i18npool::CollatorImpl::compareSubstring(), DIGIT, i18npool::CollatorImpl::nLocale, and u.
Referenced by compareString().
|
overridevirtual |
Reimplemented from i18npool::CollatorImpl.
Definition at line 78 of file chaptercollator.cxx.
References i18npool::cChapCollator.
|
overridevirtual |
Reimplemented from i18npool::CollatorImpl.
Definition at line 90 of file chaptercollator.cxx.
References i18npool::cChapCollator.
|
overridevirtual |
Reimplemented from i18npool::CollatorImpl.
Definition at line 84 of file chaptercollator.cxx.
References cppu::supportsService().
|
private |
Definition at line 49 of file chaptercollator.hxx.
Referenced by ChapterCollator(), and compareSubstring().