Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/charttypes/
H A DBarChart.cxx635 double fUpperYValue = fLowerYValue+fLogicBarHeight; in createShapes() local
670 double fUnclippedUpperYValue = fUpperYValue; in createShapes()
673 if( !pPosHelper->clipYRange(fLowerYValue,fUpperYValue) ) in createShapes()
684 pSubPosHelper->doLogicScaling(NULL,&fUpperYValue,NULL); in createShapes()
694 double fTopHeight=approxSub(fCompleteHeight,fUpperYValue); in createShapes()
697 double fLogicYStart = bPositive ? fLowerYValue : fUpperYValue; in createShapes()
698 double fMiddleHeight = fUpperYValue-fLowerYValue; in createShapes()
708 fHeight = fCompleteHeight-fUpperYValue; in createShapes()
724 , fLogicX, fUpperYValue, fLogicZ ) in createShapes()
761 if( !approxEqual(fLowerYValue,fUpperYValue) ) in createShapes()
[all …]

Completed in 9 milliseconds