Lines Matching refs:XubString

57     SAL_DLLPRIVATE void     ImplSetText( const XubString& rText, Selection* pNewSel = NULL );
60 void SetFieldText( const XubString& rText, sal_Bool bKeepSelection );
110 XubString maFieldString;
111 XubString maLiteralMask;
120 … SAL_DLLPRIVATE void ImplSetMask( const ByteString& rEditMask, const XubString& rLiteralMask );
130 const XubString& rLiteralMask );
132 const XubString& GetLiteralMask() const { return maLiteralMask; } in GetLiteralMask()
137 void SetString( const XubString& rStr );
138 XubString GetString() const;
173 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
181 …SAL_DLLPRIVATE sal_Bool ImplNumericReformat( const XubString& rStr, double& rValue, XubString&…
234 XubString maCustomUnitText;
235 XubString maCurUnitText;
243 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
246 …SAL_DLLPRIVATE sal_Bool ImplMetricReformat( const XubString& rStr, double& rValue, XubString& …
256 void SetCustomUnitText( const XubString& rStr );
257 const XubString& GetCustomUnitText() const { return maCustomUnitText; } in GetCustomUnitText()
258 const XubString& GetCurUnitText() const { return maCurUnitText; } in GetCurUnitText()
298 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
299 SAL_DLLPRIVATE sal_Bool ImplCurrencyReformat( const XubString& rStr, XubString& rOutStr );
341 SAL_DLLPRIVATE sal_Bool ImplDateReformat( const XubString& rStr, XubString& rOutStr,
345 SAL_DLLPRIVATE XubString ImplGetDateAsText( const Date& rDate,
439 SAL_DLLPRIVATE sal_Bool ImplTimeReformat( const XubString& rStr, XubString& rOutStr );
729 void InsertString( const XubString& rStr,
731 void RemoveString( const XubString& rStr );
733 XubString GetString( sal_uInt16 nPos ) const;
734 sal_uInt16 GetStringPos( const XubString& rStr ) const;