Searched refs:_rHoriOrient (Results 1 – 2 of 2) sorted by relevance
785 const SwFmtHoriOrient& _rHoriOrient, in _CalcRelPosX() argument798 const bool bToggle = _rHoriOrient.IsPosToggle() && bEvenPage; in _CalcRelPosX()801 sal_Int16 eHoriOrient = _rHoriOrient.GetHoriOrient(); in _CalcRelPosX()802 sal_Int16 eRelOrient = _rHoriOrient.GetRelationOrient(); in _CalcRelPosX()820 if ( _rHoriOrient.GetHoriOrient() == text::HoriOrientation::NONE ) in _CalcRelPosX()827 nRelPosX -= _rHoriOrient.GetPos(); in _CalcRelPosX()829 nRelPosX += _rHoriOrient.GetPos(); in _CalcRelPosX()831 else if ( bToggle || ( !_rHoriOrient.IsPosToggle() && bR2L ) ) in _CalcRelPosX()835 nRelPosX += nWidth - nObjWidth - _rHoriOrient.GetPos(); in _CalcRelPosX()839 nRelPosX += _rHoriOrient.GetPos(); in _CalcRelPosX()
267 const SwFmtHoriOrient& _rHoriOrient,
Completed in 22 milliseconds