LibreOffice Module comphelper (master)
1
|
#include <anycompare.hxx>
Public Member Functions | |
StringCollationPredicateLess (css::uno::Reference< css::i18n::XCollator > const &i_collator) | |
virtual bool | isLess (css::uno::Any const &_lhs, css::uno::Any const &_rhs) const override |
![]() | |
virtual | ~IKeyPredicateLess () |
Private Attributes | |
css::uno::Reference< css::i18n::XCollator > const | m_collator |
Definition at line 103 of file anycompare.hxx.
|
inline |
Definition at line 106 of file anycompare.hxx.
|
inlineoverridevirtual |
Implements comphelper::IKeyPredicateLess.
Definition at line 111 of file anycompare.hxx.
References m_collator.
|
private |
Definition at line 122 of file anycompare.hxx.
Referenced by isLess().