Lines Matching refs:rText

684 	String&				rText,  in lcl_HFPresentation()  argument
769 rText += aText; in lcl_HFPresentation()
770 rText += aDel; in lcl_HFPresentation()
776 rText.EraseTrailingChars(); in lcl_HFPresentation()
777 rText.EraseTrailingChars( '+' ); in lcl_HFPresentation()
778 rText.EraseTrailingChars(); in lcl_HFPresentation()
787 String& rText, in GetPresentation() argument
801 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_PRINTDIR); in GetPresentation()
802 rText += aStrSep; in GetPresentation()
805 rText += ((const SfxBoolItem&)rItem).GetValue() ? in GetPresentation()
820 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_HEADERS); in GetPresentation()
821 rText += aStrSep; in GetPresentation()
824 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()
837 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_NULLVALS); in GetPresentation()
838 rText += aStrSep; in GetPresentation()
841 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()
854 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_FORMULAS); in GetPresentation()
855 rText += aStrSep; in GetPresentation()
858 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()
871 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_NOTES); in GetPresentation()
872 rText += aStrSep; in GetPresentation()
875 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()
888 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_GRID); in GetPresentation()
889 rText += aStrSep; in GetPresentation()
892 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()
911rText.Assign( ScGlobal::GetRscString( STR_SCATTR_PAGE_SCALETOPAGES ) ).Append( aStrSep ); in GetPresentation()
918 rText.Append( aPages ); in GetPresentation()
943 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_FIRSTPAGENO); in GetPresentation()
944 rText += aStrSep; in GetPresentation()
947 rText += String::CreateFromInt32( nPagNo ); in GetPresentation()
971 rText = ScGlobal::GetRscString(STR_SCATTR_PAGE_SCALE); in GetPresentation()
972 rText += aStrSep; in GetPresentation()
975 rText += String::CreateFromInt32( nPercent ); in GetPresentation()
976 rText += '%'; in GetPresentation()
997 rText = ScGlobal::GetRscString(STR_HEADER); in GetPresentation()
998 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " ( " )); in GetPresentation()
999 rText += aBuffer; in GetPresentation()
1000 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " ) " )); in GetPresentation()
1011 rText = ScGlobal::GetRscString(STR_FOOTER); in GetPresentation()
1012 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " ( " )); in GetPresentation()
1013 rText += aBuffer; in GetPresentation()
1014 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " ) " )); in GetPresentation()
1040 …ation = rItem.GetPresentation( ePresentation, GetMetric( nW ), ePresentationMetric, rText, pIntl ); in GetPresentation()