Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Danycompare.hxx117 …ateLess( ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCollator > const & i_collator ) in StringCollationPredicateLess() argument
118 :m_collator( i_collator ) in StringCollationPredicateLess()
216 ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCollator > const & i_collator
/trunk/main/comphelper/source/misc/
H A Danycompare.cxx189 …teLess > getStandardLessPredicate( Type const & i_type, Reference< XCollator > const & i_collator ) in getStandardLessPredicate() argument
228 if ( i_collator.is() ) in getStandardLessPredicate()
229 pComparator.reset( new StringCollationPredicateLess( i_collator ) ); in getStandardLessPredicate()

Completed in 18 milliseconds