Lines Matching refs:rText
63 XubString& rText, const IntlWrapper * in GetPresentation() argument
69 rText.Erase(); in GetPresentation()
72 rText = GetValue(); in GetPresentation()
75 rText = SVX_RESSTR(RID_SVXITEMS_AUTHOR_COMPLETE); in GetPresentation()
76 rText += GetValue(); in GetPresentation()
112 XubString& rText, const IntlWrapper * in GetPresentation() argument
118 rText.Erase(); in GetPresentation()
121 rText = GetValue(); in GetPresentation()
124 rText = SVX_RESSTR(RID_SVXITEMS_DATE_COMPLETE); in GetPresentation()
125 rText += GetValue(); in GetPresentation()
148 SvxPostItTextItem::SvxPostItTextItem( const XubString& rText, sal_uInt16 _nWhich ) : in SvxPostItTextItem() argument
150 SfxStringItem( _nWhich, rText ) in SvxPostItTextItem()
161 XubString& rText, const IntlWrapper * in GetPresentation() argument
167 rText.Erase(); in GetPresentation()
170 rText = GetValue(); in GetPresentation()
173 rText = SVX_RESSTR(RID_SVXITEMS_TEXT_COMPLETE); in GetPresentation()
174 rText += GetValue(); in GetPresentation()