Lines Matching refs:aHoriOrient
242 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetAnchor() local
243 aHoriOrient.SetRelationOrient( text::RelOrientation::FRAME ); in SetAnchor()
246 aSet.Put( aHoriOrient ); in SetAnchor()
268 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetAbsPos() local
269 aHoriOrient.SetHoriOrient( text::HoriOrientation::NONE ); in SetAbsPos()
272 aSet.Put( aHoriOrient ); in SetAbsPos()
586 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetPos() local
588 aHoriOrient.SetPos ( rPoint.X() ); in SetPos()
589 aHoriOrient.SetHoriOrient( text::HoriOrientation::NONE ); in SetPos()
595 aSet.Put( aHoriOrient ); in SetPos()
600 SwFmtHoriOrient aHoriOrient( GetHoriOrient() ); in SetHorzOrientation() local
601 aHoriOrient.SetHoriOrient( eOrient ); in SetHorzOrientation()
602 aSet.Put( aHoriOrient ); in SetHorzOrientation()