Lines Matching refs:rText

336 		String& rText,  in GetPresentation()  argument
348 rText.Erase(); in GetPresentation()
352 rText = GetValueText(); in GetPresentation()
356 rText = ScGlobal::GetRscString(STR_PROTECTION); rText += aStrSep; in GetPresentation()
357 rText += (bProtection ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()
358 rText += ScGlobal::GetRscString(STR_FORMULAS); rText += aStrSep; in GetPresentation()
359 rText += (!bHideFormula ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()
360 rText += ScGlobal::GetRscString(STR_HIDE); rText += aStrSep; in GetPresentation()
361 rText += (bHideCell ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()
362 rText += ScGlobal::GetRscString(STR_PRINT); rText += aStrSep; in GetPresentation()
363 rText += (!bHidePrint ? aStrYes : aStrNo); in GetPresentation()
466 String& rText, in GetPresentation() argument
470 rText.Erase(); in GetPresentation()
475 rText = ScGlobal::GetRscString(STR_AREA); in GetPresentation()
476 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ": " )); in GetPresentation()
484 rText += aText; in GetPresentation()
591 String& rText, in GetPresentation() argument
600 rText.Erase(); in GetPresentation()
605 rText = '('; in GetPresentation()
609 rText += String::CreateFromInt32( pTabArr[i] ); in GetPresentation()
611 rText += cDelim; in GetPresentation()
613 rText += ')'; in GetPresentation()
618 rText.Erase(); in GetPresentation()
1051 String& rText, in GetPresentation() argument
1056 rText.Erase(); in GetPresentation()
1064 rText = ScGlobal::GetRscString(STR_VOBJ_CHART); in GetPresentation()
1065 rText += aDel; in GetPresentation()
1069 rText = ScGlobal::GetRscString(STR_VOBJ_OBJECT); in GetPresentation()
1070 rText += aDel; in GetPresentation()
1074 rText = ScGlobal::GetRscString(STR_VOBJ_DRAWINGS); in GetPresentation()
1075 rText += aDel; in GetPresentation()
1085 rText += ScGlobal::GetRscString(STR_VOBJ_MODE_SHOW+GetValue()); in GetPresentation()
1244 void lclAppendScalePageCount( String& rText, sal_uInt16 nPages ) in lclAppendScalePageCount() argument
1246 rText.AppendAscii( ": " ); in lclAppendScalePageCount()
1251 rText.Append( aPages ); in lclAppendScalePageCount()
1254 rText.Append( ScGlobal::GetRscString( STR_SCATTR_PAGE_SCALE_AUTO ) ); in lclAppendScalePageCount()
1259 … SfxItemPresentation ePres, SfxMapUnit, SfxMapUnit, XubString& rText, const IntlWrapper* ) const in GetPresentation() argument
1261 rText.Erase(); in GetPresentation()
1277 rText = aName; in GetPresentation()
1281 rText = aValue; in GetPresentation()
1285 rText.Assign( aName ).AppendAscii( " (" ).Append( aValue ).Append( ')' ); in GetPresentation()