Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx785 const SwFmtHoriOrient& _rHoriOrient, in _CalcRelPosX() argument
798 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()
/trunk/main/sw/source/core/inc/
H A Danchoredobjectposition.hxx267 const SwFmtHoriOrient& _rHoriOrient,

Completed in 21 milliseconds