Searched refs:i_collator (Results 1 – 2 of 2) sorted by relevance
117 …ateLess( ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCollator > const & i_collator ) in StringCollationPredicateLess() argument118 :m_collator( i_collator ) in StringCollationPredicateLess()216 ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCollator > const & i_collator
189 …teLess > getStandardLessPredicate( Type const & i_type, Reference< XCollator > const & i_collator ) in getStandardLessPredicate() argument228 if ( i_collator.is() ) in getStandardLessPredicate()229 pComparator.reset( new StringCollationPredicateLess( i_collator ) ); in getStandardLessPredicate()
Completed in 16 milliseconds