Lines Matching refs:rText
144 XubString& rText, in GetPresentation() argument
152 rText = pIntlWrapper->getLocaleData()->getDate(aDateTime); in GetPresentation()
153 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
154 rText += pIntlWrapper->getLocaleData()->getTime(aDateTime); in GetPresentation()
162 rText = aIntlWrapper.getLocaleData()->getDate(aDateTime); in GetPresentation()
163 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
164 rText += aIntlWrapper.getLocaleData()->getTime(aDateTime); in GetPresentation()
167 rText.Erase(); in GetPresentation()
240 XubString& rText, in GetPresentation() argument
251 rText = String(SvtSimpleResId(STR_COLUM_DT_AUTO, in GetPresentation()
258 rText = pIntlWrapper->getLocaleData()->getDate(GetDateTime()); in GetPresentation()
259 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
260 rText += pIntlWrapper->getLocaleData()->getTime(GetDateTime()); in GetPresentation()
266 rText = aIntlWrapper.getLocaleData()->getDate(GetDateTime()); in GetPresentation()
267 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
268 rText += aIntlWrapper.getLocaleData()->getTime(GetDateTime()); in GetPresentation()