Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/tools/
H A DRegressionCalculationHelper.hxx56 cleanup( const ::com::sun::star::uno::Sequence< double > & rXValues, in cleanup() argument
61 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 13 milliseconds