Lines Matching refs:eNew
1053 sal_Int16 eNew; in ChangeFly() local
1056 eNew = aVert.GetVertOrient(); in ChangeFly()
1058 switch( eNew ) in ChangeFly()
1061 if( bDown ) eNew = text::VertOrientation::CENTER; in ChangeFly()
1064 eNew = bDown ? text::VertOrientation::TOP : text::VertOrientation::CHAR_TOP; in ChangeFly()
1067 if( !bDown ) eNew = text::VertOrientation::CENTER; in ChangeFly()
1070 if( bDown ) eNew = text::VertOrientation::LINE_CENTER; in ChangeFly()
1073 … eNew = bDown ? text::VertOrientation::LINE_BOTTOM : text::VertOrientation::LINE_TOP; in ChangeFly()
1076 if( !bDown ) eNew = text::VertOrientation::LINE_CENTER; in ChangeFly()
1084 eNew = text::VertOrientation::NONE; in ChangeFly()
1086 aVert.SetVertOrient( eNew ); in ChangeFly()
1094 sal_Int16 eNew; in ChangeFly() local
1095 eNew = aHori.GetHoriOrient(); in ChangeFly()
1096 switch( eNew ) in ChangeFly()
1100 eNew = text::HoriOrientation::LEFT; in ChangeFly()
1104 eNew = text::HoriOrientation::RIGHT; in ChangeFly()
1108 if( eNew != aHori.GetHoriOrient() ) in ChangeFly()
1110 aHori.SetHoriOrient( eNew ); in ChangeFly()