Lines Matching refs:rText

172     XubString&          rText, const IntlWrapper *  in GetPresentation()  argument
178 rText.Erase(); in GetPresentation()
182 rText = String::CreateFromInt32( GetValue() ); in GetPresentation()
190 rText = EE_RESSTR(RID_SVXSTR_PAPERBIN_SETTINGS); in GetPresentation()
193 rText = EE_RESSTR(RID_SVXSTR_PAPERBIN); in GetPresentation()
194 rText += sal_Unicode(' '); in GetPresentation()
195 rText += String::CreateFromInt32( nValue ); in GetPresentation()
320 XubString& rText, const IntlWrapper *pIntl in GetPresentation() argument
327 rText.Erase(); in GetPresentation()
331 rText = GetMetricText( aSize.Width(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
332 rText += cpDelim; in GetPresentation()
333 rText += GetMetricText( aSize.Height(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
337 rText = EE_RESSTR(RID_SVXITEMS_SIZE_WIDTH); in GetPresentation()
338 rText += GetMetricText( aSize.Width(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
339 rText += sal_Unicode(' '); in GetPresentation()
340 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
341 rText += cpDelim; in GetPresentation()
342 rText += EE_RESSTR(RID_SVXITEMS_SIZE_HEIGHT); in GetPresentation()
343 rText += GetMetricText( aSize.Height(), eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
344 rText += sal_Unicode(' '); in GetPresentation()
345 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
575 XubString& rText, const IntlWrapper* pIntl in GetPresentation() argument
582 rText.Erase(); in GetPresentation()
587 ( rText = String::CreateFromInt32( nPropLeftMargin )) += sal_Unicode('%'); in GetPresentation()
589 rText = GetMetricText( (long)nLeftMargin, in GetPresentation()
591 rText += cpDelim; in GetPresentation()
593 ( rText += String::CreateFromInt32( nPropFirstLineOfst )) += sal_Unicode('%'); in GetPresentation()
595 rText += GetMetricText( (long)nFirstLineOfst, in GetPresentation()
597 rText += cpDelim; in GetPresentation()
599 ( rText += String::CreateFromInt32( nRightMargin )) += sal_Unicode('%'); in GetPresentation()
601 rText += GetMetricText( (long)nRightMargin, in GetPresentation()
607 rText = EE_RESSTR(RID_SVXITEMS_LRSPACE_LEFT); in GetPresentation()
609 ( rText += String::CreateFromInt32( nPropLeftMargin )) += sal_Unicode('%'); in GetPresentation()
612 rText += GetMetricText( (long)nLeftMargin, in GetPresentation()
614 rText += sal_Unicode(' '); in GetPresentation()
615 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
617 rText += cpDelim; in GetPresentation()
620 rText += EE_RESSTR(RID_SVXITEMS_LRSPACE_FLINE); in GetPresentation()
622 ( rText += String::CreateFromInt32( nPropFirstLineOfst )) in GetPresentation()
626 rText += GetMetricText( (long)nFirstLineOfst, in GetPresentation()
628 rText += sal_Unicode(' '); in GetPresentation()
629 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
631 rText += cpDelim; in GetPresentation()
633 rText += EE_RESSTR(RID_SVXITEMS_LRSPACE_RIGHT); in GetPresentation()
635 ( rText += String::CreateFromInt32( nPropRightMargin )) += sal_Unicode('%'); in GetPresentation()
638 rText += GetMetricText( (long)nRightMargin, in GetPresentation()
640 rText += sal_Unicode(' '); in GetPresentation()
641 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
936 XubString& rText, const IntlWrapper *pIntl in GetPresentation() argument
943 rText.Erase(); in GetPresentation()
948 ( rText = String::CreateFromInt32( nPropUpper )) += sal_Unicode('%'); in GetPresentation()
950 rText = GetMetricText( (long)nUpper, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
951 rText += cpDelim; in GetPresentation()
953 ( rText += String::CreateFromInt32( nPropLower )) += sal_Unicode('%'); in GetPresentation()
955 rText += GetMetricText( (long)nLower, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
960 rText = EE_RESSTR(RID_SVXITEMS_ULSPACE_UPPER); in GetPresentation()
962 ( rText += String::CreateFromInt32( nPropUpper )) += sal_Unicode('%'); in GetPresentation()
965 rText += GetMetricText( (long)nUpper, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
966 rText += sal_Unicode(' '); in GetPresentation()
967 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
969 rText += cpDelim; in GetPresentation()
970 rText += EE_RESSTR(RID_SVXITEMS_ULSPACE_LOWER); in GetPresentation()
972 ( rText += String::CreateFromInt32( nPropLower )) += sal_Unicode('%'); in GetPresentation()
975 rText += GetMetricText( (long)nLower, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
976 rText += sal_Unicode(' '); in GetPresentation()
977 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
1077 XubString& rText, const IntlWrapper * in GetPresentation() argument
1084 rText.Erase(); in GetPresentation()
1094 rText = EE_RESSTR(nId); in GetPresentation()
1134 XubString& rText, const IntlWrapper * in GetPresentation() argument
1141 rText.Erase(); in GetPresentation()
1151 rText = EE_RESSTR(nId); in GetPresentation()
1225 XubString& rText, const IntlWrapper * in GetPresentation() argument
1232 rText.Erase(); in GetPresentation()
1242 rText = EE_RESSTR(nId); in GetPresentation()
1243 rText += cpDelim; in GetPresentation()
1248 rText += EE_RESSTR(nId); in GetPresentation()
1249 rText += cpDelim; in GetPresentation()
1254 rText += EE_RESSTR(nId); in GetPresentation()
1450 XubString& rText, const IntlWrapper *pIntl in GetPresentation() argument
1457 rText.Erase(); in GetPresentation()
1462 rText = ::GetColorString( aShadowColor ); in GetPresentation()
1463 rText += cpDelim; in GetPresentation()
1468 rText += EE_RESSTR(nId); in GetPresentation()
1469 rText += cpDelim; in GetPresentation()
1470 rText += GetMetricText( (long)nWidth, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
1471 rText += cpDelim; in GetPresentation()
1472 rText += EE_RESSTR(RID_SVXITEMS_SHADOW_BEGIN + eLocation); in GetPresentation()
1477 rText = EE_RESSTR(RID_SVXITEMS_SHADOW_COMPLETE); in GetPresentation()
1478 rText += ::GetColorString( aShadowColor ); in GetPresentation()
1479 rText += cpDelim; in GetPresentation()
1484 rText += EE_RESSTR(nId); in GetPresentation()
1485 rText += cpDelim; in GetPresentation()
1486 rText += GetMetricText( (long)nWidth, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
1487 rText += sal_Unicode(' '); in GetPresentation()
1488 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
1489 rText += cpDelim; in GetPresentation()
1490 rText += EE_RESSTR(RID_SVXITEMS_SHADOW_BEGIN + eLocation); in GetPresentation()
2127 XubString& rText, const IntlWrapper *pIntl in GetPresentation() argument
2134 rText.Erase(); in GetPresentation()
2139 rText.Erase(); in GetPresentation()
2143 rText = pTop->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2144 rText += cpDelim; in GetPresentation()
2151 rText += pBottom->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2152 rText += cpDelim; in GetPresentation()
2156 rText += pLeft->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2157 rText += cpDelim; in GetPresentation()
2161 rText += pRight->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2162 rText += cpDelim; in GetPresentation()
2165 rText += GetMetricText( (long)nTopDist, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2169 (((((rText += cpDelim) in GetPresentation()
2184 rText = EE_RESSTR(RID_SVXITEMS_BORDER_NONE); in GetPresentation()
2185 rText += cpDelim; in GetPresentation()
2189 rText = EE_RESSTR(RID_SVXITEMS_BORDER_COMPLETE); in GetPresentation()
2193 rText += pTop->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2194 rText += cpDelim; in GetPresentation()
2200 rText += EE_RESSTR(RID_SVXITEMS_BORDER_TOP); in GetPresentation()
2201 rText += pTop->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2202 rText += cpDelim; in GetPresentation()
2206 rText += EE_RESSTR(RID_SVXITEMS_BORDER_BOTTOM); in GetPresentation()
2207 rText += pBottom->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2208 rText += cpDelim; in GetPresentation()
2212 rText += EE_RESSTR(RID_SVXITEMS_BORDER_LEFT); in GetPresentation()
2213 rText += pLeft->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2214 rText += cpDelim; in GetPresentation()
2218 rText += EE_RESSTR(RID_SVXITEMS_BORDER_RIGHT); in GetPresentation()
2219 rText += pRight->GetValueString( eCoreUnit, ePresUnit, pIntl, sal_True ); in GetPresentation()
2220 rText += cpDelim; in GetPresentation()
2225 rText += EE_RESSTR(RID_SVXITEMS_BORDER_DISTANCE); in GetPresentation()
2229 rText += GetMetricText( (long)nTopDist, eCoreUnit, in GetPresentation()
2231 rText += sal_Unicode(' '); in GetPresentation()
2232 rText += EE_RESSTR(GetMetricId(ePresUnit)); in GetPresentation()
2236 ((((rText += EE_RESSTR(RID_SVXITEMS_BORDER_TOP)) in GetPresentation()
2242 ((((rText += EE_RESSTR(RID_SVXITEMS_BORDER_BOTTOM)) in GetPresentation()
2248 ((((rText += EE_RESSTR(RID_SVXITEMS_BORDER_LEFT)) in GetPresentation()
2254 (((rText += EE_RESSTR(RID_SVXITEMS_BORDER_RIGHT)) in GetPresentation()
2659 XubString& rText, const IntlWrapper * in GetPresentation() argument
2693 rText.Erase(); in GetPresentation()
3047 XubString& rText, const IntlWrapper * in GetPresentation() argument
3054 rText.Erase(); in GetPresentation()
3059 rText = GetValueTextByPos( GetValue() ); in GetPresentation()
3201 XubString& rText, const IntlWrapper * in GetPresentation() argument
3208 rText.Erase(); in GetPresentation()
3218 rText = EE_RESSTR(nId); in GetPresentation()
3354 XubString& rText, const IntlWrapper *pIntl in GetPresentation() argument
3358 rText.Erase(); in GetPresentation()
3368 rText = pLine->GetValueString( eCoreUnit, ePresUnit, pIntl, in GetPresentation()
3897 XubString& rText, const IntlWrapper * in GetPresentation() argument
3903 rText.Erase(); in GetPresentation()
3911 rText = ::GetColorString( aColor ); in GetPresentation()
3912 rText += cpDelim; in GetPresentation()
3917 rText += EE_RESSTR(nId); in GetPresentation()
3921 rText = EE_RESSTR(RID_SVXITEMS_GRAPHIC); in GetPresentation()
4405 XubString& rText, const IntlWrapper *) const in GetPresentation() argument
4411 rText.Erase(); in GetPresentation()
4416 rText = EE_RESSTR( RID_SVXITEMS_FRMDIR_BEGIN + GetValue() ); in GetPresentation()