Lines Matching refs:aHoriOrient
237 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetAnchor() local
238 aHoriOrient.SetRelationOrient( text::RelOrientation::FRAME ); in SetAnchor()
241 aSet.Put( aHoriOrient ); in SetAnchor()
263 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetAbsPos() local
264 aHoriOrient.SetHoriOrient( text::HoriOrientation::NONE ); in SetAbsPos()
267 aSet.Put( aHoriOrient ); in SetAbsPos()
581 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetPos() local
583 aHoriOrient.SetPos ( rPoint.X() ); in SetPos()
584 aHoriOrient.SetHoriOrient( text::HoriOrientation::NONE ); in SetPos()
590 aSet.Put( aHoriOrient ); in SetPos()
595 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetHorzOrientation() local
596 aHoriOrient.SetHoriOrient( eOrient ); in SetHorzOrientation()
597 aSet.Put( aHoriOrient ); in SetHorzOrientation()