LibreOffice Module comphelper (master) 1
|
#include <comphelper/comphelperdllapi.h>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/i18n/XCollator.hpp>
#include <comphelper/extract.hxx>
#include <memory>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | comphelper |
Functions | |
::std::unique_ptr< IKeyPredicateLess > COMPHELPER_DLLPUBLIC | comphelper::getStandardLessPredicate (css::uno::Type const &i_type, css::uno::Reference< css::i18n::XCollator > const &i_collator) |
creates a default IKeyPredicateLess instance for the given UNO type More... | |
bool | comphelper::anyLess (css::uno::Any const &lhs, css::uno::Any const &rhs) |
Compare two Anys. More... | |