Home
last modified time | relevance | path

Searched refs:ScalarPredicateLess (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Danycompare.cxx195 pComparator.reset( new ScalarPredicateLess< sal_Unicode >() ); in getStandardLessPredicate()
198 pComparator.reset( new ScalarPredicateLess< sal_Bool >() ); in getStandardLessPredicate()
201 pComparator.reset( new ScalarPredicateLess< sal_Int8 >() ); in getStandardLessPredicate()
204 pComparator.reset( new ScalarPredicateLess< sal_Int16 >() ); in getStandardLessPredicate()
207 pComparator.reset( new ScalarPredicateLess< sal_uInt16 >() ); in getStandardLessPredicate()
210 pComparator.reset( new ScalarPredicateLess< sal_Int32 >() ); in getStandardLessPredicate()
213 pComparator.reset( new ScalarPredicateLess< sal_uInt32 >() ); in getStandardLessPredicate()
216 pComparator.reset( new ScalarPredicateLess< sal_Int64 >() ); in getStandardLessPredicate()
219 pComparator.reset( new ScalarPredicateLess< sal_uInt64 >() ); in getStandardLessPredicate()
222 pComparator.reset( new ScalarPredicateLess< float >() ); in getStandardLessPredicate()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Danycompare.hxx80 class ScalarPredicateLess : public IKeyPredicateLess class

Completed in 12 milliseconds