Lines Matching refs:nEsc
2424 nEsc ( 0 ), in SvxEscapementItem()
2437 if( nEsc ) in SvxEscapementItem()
2447 nEsc ( _nEsc ), in SvxEscapementItem()
2458 return( nEsc == ((SvxEscapementItem&)rAttr).nEsc && in operator ==()
2523 if ( nEsc != 0 ) in GetPresentation()
2525 if( DFLT_ESC_AUTO_SUPER == nEsc || DFLT_ESC_AUTO_SUB == nEsc ) in GetPresentation()
2528 ( rText += String::CreateFromInt32( nEsc )) += sal_Unicode('%'); in GetPresentation()
2549 if ( nEsc < 0 ) in GetEnumValue()
2551 else if ( nEsc > 0 ) in GetEnumValue()
2573 rVal <<= (sal_Int16)(nEsc); in QueryValue()
2579 rVal = Bool2Any(DFLT_ESC_AUTO_SUB == nEsc || DFLT_ESC_AUTO_SUPER == nEsc); in QueryValue()
2597 nEsc = nVal; in PutValue()
2616 if(nEsc < 0) in PutValue()
2617 nEsc = DFLT_ESC_AUTO_SUB; in PutValue()
2619 nEsc = DFLT_ESC_AUTO_SUPER; in PutValue()
2622 if(DFLT_ESC_AUTO_SUPER == nEsc ) in PutValue()
2623 --nEsc; in PutValue()
2624 else if(DFLT_ESC_AUTO_SUB == nEsc) in PutValue()
2625 ++nEsc; in PutValue()