Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/charttypes/
H A DBarChart.cxx634 … double fLowerYValue = bPositive ? fPositiveLogicYForNextSeries : fNegativeLogicYForNextSeries; in createShapes() local
635 double fUpperYValue = fLowerYValue+fLogicBarHeight; in createShapes()
673 if( !pPosHelper->clipYRange(fLowerYValue,fUpperYValue) ) in createShapes()
683 pSubPosHelper->doLogicScaling(NULL,&fLowerYValue,NULL); in createShapes()
696 fTopHeight=approxSub(fCompleteHeight,fLowerYValue); in createShapes()
697 double fLogicYStart = bPositive ? fLowerYValue : fUpperYValue; in createShapes()
698 double fMiddleHeight = fUpperYValue-fLowerYValue; in createShapes()
706 double fHeight = fCompleteHeight-fLowerYValue; in createShapes()
727 , fLogicX, fLowerYValue, fLogicZ ) in createShapes()
761 if( !approxEqual(fLowerYValue,fUpperYValue) ) in createShapes()
[all …]

Completed in 37 milliseconds