Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/charttypes/
H A DBarChart.cxx701 double fLogicBarDepth = 0.5; in createShapes() local
712 fLogicBarDepth = fLogicBarDepth*fHeight/(fCompleteHeight); in createShapes()
713 if(fLogicBarDepth<=0.0) in createShapes()
714 fLogicBarDepth*=-1.0; in createShapes()
767 …ion3D aLogicLeftBottomFront (fLogicX+fLogicBarWidth/2.0,fLogicYStart,fLogicZ-fLogicBarDepth/2.0); in createShapes()
856 double fLowerBarDepth = fLogicBarDepth; in createShapes()
857 double fUpperBarDepth = fLogicBarDepth; in createShapes()
859 double fOuterBarDepth = fLogicBarDepth; in createShapes()
862 … fOuterBarDepth = fLogicBarDepth * (fTopHeight)/(fabs(fCompleteHeight)); in createShapes()
863 … fLowerBarDepth = (fBaseValue < fUpperYValue) ? fabs(fLogicBarDepth) : fabs(fOuterBarDepth); in createShapes()
[all …]

Completed in 18 milliseconds