Lines Matching refs:eNew
1051 sal_Int16 eNew; in ChangeFly() local
1054 eNew = aVert.GetVertOrient(); in ChangeFly()
1056 switch( eNew ) in ChangeFly()
1059 if( bDown ) eNew = text::VertOrientation::CENTER; in ChangeFly()
1062 eNew = bDown ? text::VertOrientation::TOP : text::VertOrientation::CHAR_TOP; in ChangeFly()
1065 if( !bDown ) eNew = text::VertOrientation::CENTER; in ChangeFly()
1068 if( bDown ) eNew = text::VertOrientation::LINE_CENTER; in ChangeFly()
1071 … eNew = bDown ? text::VertOrientation::LINE_BOTTOM : text::VertOrientation::LINE_TOP; in ChangeFly()
1074 if( !bDown ) eNew = text::VertOrientation::LINE_CENTER; in ChangeFly()
1082 eNew = text::VertOrientation::NONE; in ChangeFly()
1084 aVert.SetVertOrient( eNew ); in ChangeFly()
1092 sal_Int16 eNew; in ChangeFly() local
1093 eNew = aHori.GetHoriOrient(); in ChangeFly()
1094 switch( eNew ) in ChangeFly()
1098 eNew = text::HoriOrientation::LEFT; in ChangeFly()
1102 eNew = text::HoriOrientation::RIGHT; in ChangeFly()
1106 if( eNew != aHori.GetHoriOrient() ) in ChangeFly()
1108 aHori.SetHoriOrient( eNew ); in ChangeFly()