Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/charttypes/
H A DPieChart.cxx392 double fLogicYSum = 0.0; in createShapes() local
405 fLogicYSum += fabs(fY); in createShapes()
407 if(fLogicYSum==0.0) in createShapes()
438 double fLogicStartAngleValue = fLogicYPos/fLogicYSum; in createShapes()
439 double fLogicEndAngleValue = (fLogicYPos+fLogicYValue)/fLogicYSum; in createShapes()
520 , fLogicYValue, fLogicYSum, aScreenPosition2D, eAlignment ); in createShapes()

Completed in 25 milliseconds