Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx342 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()
H A DPieChart.cxx398 double fY = pSeries->getYValue( nPointIndex ); in createShapes()
425 double fLogicYValue = fabs(pSeries->getYValue( nPointIndex )); in createShapes()
H A DBubbleChart.cxx282 double fLogicY = pSeries->getYValue(nIndex); in createShapes()
H A DBarChart.cxx617 double fLogicBarHeight = (*aSeriesIter)->getYValue( nPointIndex ); in createShapes()
H A DVSeriesPlotter.cxx1539 double fY = (*aSeriesIter)->getYValue( nN ); in getMinimumAndMaximiumYInContinuousXRange()
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx501 double VDataSeries::getYValue( sal_Int32 index ) const in getYValue() function in chart::VDataSeries
655 double fY = getYValue( index ); in getMinimumofAllDifferentYValues()
691 double fY = getYValue( index ); in getMaximumofAllDifferentYValues()
/trunk/main/chart2/source/view/inc/
H A DVDataSeries.hxx90 double getYValue( sal_Int32 index ) const;

Completed in 54 milliseconds