Searched refs:getYValue (Results 1 – 7 of 7) sorted by relevance
342 double fFirstY = pSeries->getYValue( 0 ); in impl_createLine()343 double fLastY = pSeries->getYValue( VSeriesPlotter::getPointCount() - 1 ); in impl_createLine()666 double fAdd = pSeries->getYValue( nIndex ); in createShapes()720 double fLogicY = (*aSeriesIter)->getYValue(nIndex); in createShapes()
398 double fY = pSeries->getYValue( nPointIndex ); in createShapes()425 double fLogicYValue = fabs(pSeries->getYValue( nPointIndex )); in createShapes()
282 double fLogicY = pSeries->getYValue(nIndex); in createShapes()
617 double fLogicBarHeight = (*aSeriesIter)->getYValue( nPointIndex ); in createShapes()
1539 double fY = (*aSeriesIter)->getYValue( nN ); in getMinimumAndMaximiumYInContinuousXRange()
501 double VDataSeries::getYValue( sal_Int32 index ) const in getYValue() function in chart::VDataSeries655 double fY = getYValue( index ); in getMinimumofAllDifferentYValues()691 double fY = getYValue( index ); in getMaximumofAllDifferentYValues()
90 double getYValue( sal_Int32 index ) const;
Completed in 85 milliseconds