LibreOffice Module comphelper (master) 1
|
#include <string.hxx>
Public Member Functions | |
NaturalStringSorter (const css::uno::Reference< css::uno::XComponentContext > &rContext, css::lang::Locale aLocale) | |
sal_Int32 | compare (const OUString &rLHS, const OUString &rRHS) const |
const css::lang::Locale & | getLocale () const |
Private Attributes | |
css::lang::Locale const | m_aLocale |
css::uno::Reference< css::i18n::XCollator > | m_xCollator |
css::uno::Reference< css::i18n::XBreakIterator > | m_xBI |
Definition at line 341 of file string.hxx.
comphelper::string::NaturalStringSorter::NaturalStringSorter | ( | const css::uno::Reference< css::uno::XComponentContext > & | rContext, |
css::lang::Locale | aLocale | ||
) |
Definition at line 493 of file string.cxx.
References m_aLocale, m_aLocale, m_xBI, and m_xCollator.
|
inline |
Definition at line 351 of file string.hxx.
References comphelper::string::compareNatural(), and m_aLocale.
|
inline |
Definition at line 355 of file string.hxx.
References m_aLocale.
|
private |
Definition at line 344 of file string.hxx.
Referenced by NaturalStringSorter().
|
private |
Definition at line 346 of file string.hxx.
Referenced by NaturalStringSorter().
|
private |
Definition at line 345 of file string.hxx.
Referenced by NaturalStringSorter().