Lines Matching refs:eOld
929 FontUnderline eOld = ((const SvxUnderlineItem&) pEditView-> in ExecuteAttr() local
931 FontUnderline eNew = eOld; in ExecuteAttr()
942 eNew = ( eOld != UNDERLINE_NONE ) ? UNDERLINE_NONE : UNDERLINE_SINGLE; in ExecuteAttr()
946 eNew = ( eOld == UNDERLINE_SINGLE ) ? UNDERLINE_NONE : UNDERLINE_SINGLE; in ExecuteAttr()
949 eNew = ( eOld == UNDERLINE_DOUBLE ) ? UNDERLINE_NONE : UNDERLINE_DOUBLE; in ExecuteAttr()
952 eNew = ( eOld == UNDERLINE_DOTTED ) ? UNDERLINE_NONE : UNDERLINE_DOTTED; in ExecuteAttr()
962 FontUnderline eOld = ((const SvxOverlineItem&) pEditView-> in ExecuteAttr() local
964 FontUnderline eNew = ( eOld != UNDERLINE_NONE ) ? UNDERLINE_NONE : UNDERLINE_SINGLE; in ExecuteAttr()
999 SvxEscapement eOld = (SvxEscapement) ((const SvxEscapementItem&) in ExecuteAttr() local
1001 SvxEscapement eNew = (eOld == SVX_ESCAPEMENT_SUPERSCRIPT) ? in ExecuteAttr()
1009 SvxEscapement eOld = (SvxEscapement) ((const SvxEscapementItem&) in ExecuteAttr() local
1011 SvxEscapement eNew = (eOld == SVX_ESCAPEMENT_SUBSCRIPT) ? in ExecuteAttr()