Lines Matching refs:aHori
754 SwFmtHoriOrient aHori( pFmt->GetHoriOrient() ); in NbcMove() local
767 … if( !GetFlyFrm()->IsAutoPos() || text::RelOrientation::PAGE_FRAME != aHori.GetRelationOrient() ) in NbcMove()
771 aHori.SetHoriOrient( text::HoriOrientation::LEFT ); in NbcMove()
772 aHori.SetRelationOrient( text::RelOrientation::CHAR ); in NbcMove()
784 aHori.SetHoriOrient( text::HoriOrientation::LEFT ); in NbcMove()
785 …aHori.SetRelationOrient( bLeftFrm ? text::RelOrientation::FRAME : text::RelOrientation::PRINT_AREA… in NbcMove()
791 aHori.SetHoriOrient( text::HoriOrientation::RIGHT ); in NbcMove()
792 …aHori.SetRelationOrient( bRightFrm ? text::RelOrientation::FRAME : text::RelOrientation::PRINT_ARE… in NbcMove()
795 aSet.Put( aHori ); in NbcMove()
816 aHori.SetHoriOrient( eHori ); in NbcMove()
817 aHori.SetRelationOrient( eRelHori ); in NbcMove()
818 aSet.Put( aHori ); in NbcMove()