Searched refs:rXValues (Results 1 – 1 of 1) sorted by relevance
56 cleanup( const ::com::sun::star::uno::Sequence< double > & rXValues, in cleanup() argument61 sal_Int32 nSize = ::std::min( rXValues.getLength(), rYValues.getLength()); in cleanup()64 if( aPred( rXValues[i], rYValues[i] )) in cleanup()66 aResult.first.push_back( rXValues[i] ); in cleanup()
Completed in 12 milliseconds