LibreOffice Module comphelper (master) 1
|
#include <anycompare.hxx>
Public Member Functions | |
StringCollationPredicateLess (css::uno::Reference< css::i18n::XCollator > i_collator) | |
virtual bool | isLess (css::uno::Any const &_lhs, css::uno::Any const &_rhs) const override |
Public Member Functions inherited from comphelper::IKeyPredicateLess | |
virtual bool | isLess (css::uno::Any const &_lhs, css::uno::Any const &_rhs) const =0 |
virtual | ~IKeyPredicateLess () |
Private Attributes | |
css::uno::Reference< css::i18n::XCollator > const | m_collator |
Definition at line 104 of file anycompare.hxx.
|
inline |
Definition at line 107 of file anycompare.hxx.
|
inlineoverridevirtual |
Implements comphelper::IKeyPredicateLess.
Definition at line 112 of file anycompare.hxx.
References m_collator.
|
private |
Definition at line 123 of file anycompare.hxx.
Referenced by isLess().