Searched refs:bShiftHorizontal (Results 1 – 1 of 1) sorted by relevance
636 bool bShiftHorizontal = abs(aTangentialDirection.getX()) > abs(aTangentialDirection.getY()); in moveAwayFrom() local638 …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