Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx636 bool bShiftHorizontal = abs(aTangentialDirection.getX()) > abs(aTangentialDirection.getY()); in moveAwayFrom() local
638 …sal_Int32 nShift = bShiftHorizontal ? static_cast<sal_Int32>(aOverlap.getWidth()) : static_cast<sa… in moveAwayFrom()
639 nShift += (bShiftHorizontal ? nLabelDistanceX : nLabelDistanceY); in moveAwayFrom()

Completed in 17 milliseconds