Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/charttypes/
H A DBarChart.cxx147 , double fScaledLowerBarDepth, double fScaledUpperBarDepth, double fBaseValue in getLabelScreenPositionAndAlignment() argument
167 fDepth = bReverse ? fabs(fScaledLowerBarDepth) : fabs(fScaledUpperBarDepth); in getLabelScreenPositionAndAlignment()
184 fDepth = bReverse ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDepth); in getLabelScreenPositionAndAlignment()
201 fDepth = bReverse ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDepth); in getLabelScreenPositionAndAlignment()
218 fDepth = bReverse ? fabs(fScaledLowerBarDepth) : fabs(fScaledUpperBarDepth); in getLabelScreenPositionAndAlignment()
236 …epth = (fBaseValue < fScaledUpperYValue) ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDepth); in getLabelScreenPositionAndAlignment()
247 …epth = (fBaseValue < fScaledUpperYValue) ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDepth); in getLabelScreenPositionAndAlignment()
258 …fDepth = (fBaseValue < fScaledUpperYValue) ? fabs(fScaledLowerBarDepth) : fabs(fScaledUpperBarDept… in getLabelScreenPositionAndAlignment()
265 fDepth = fabs(fScaledUpperBarDepth-fScaledLowerBarDepth)/2.0; in getLabelScreenPositionAndAlignment()
H A DBarChart.hxx75 … , double fScaledLowerBarDepth, double fScaledUpperBarDepth, double fBaseValue

Completed in 23 milliseconds