summaryrefslogtreecommitdiff
path: root/include/svx/ctredlin.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-16 22:34:12 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-17 13:44:34 +0000
commit1033903f36fb82b34d1264c94903b1368e7a0b12 (patch)
treef46cb397e017d1076f4f6f9538837174a52b174b /include/svx/ctredlin.hxx
parent4ee77518f56915fec9dac2a0649eb633eeb27e25 (diff)
String to OUString
Change-Id: I0e090c41831a40cec0bad8fe2c3fe262fefba762 Reviewed-on: https://gerrit.libreoffice.org/5462 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r--include/svx/ctredlin.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 320881cf30a4..1958307acde1 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -97,9 +97,9 @@ private:
DateTime aDaTiLast;
DateTime aDaTiFilterFirst;
DateTime aDaTiFilterLast;
- String aAuthor;
+ OUString aAuthor;
Color aEntryColor;
- String aCurEntry;
+ OUString aCurEntry;
utl::TextSearch* pCommentSearcher;
Link aColCompareLink;
@@ -123,7 +123,7 @@ public:
void SetFirstTime(const Time&);
void SetLastTime(const Time&);
void SetFilterAuthor(sal_Bool bFlag=sal_True);
- void SetAuthor(const String &);
+ void SetAuthor(const OUString &);
void SetFilterComment(sal_Bool bFlag=sal_True);
void SetCommentParams( const utl::SearchParam* pSearchPara );
@@ -132,9 +132,9 @@ public:
void SetCalcView(sal_Bool bFlag=sal_True);
- bool IsValidEntry(const String &rAuthor, const DateTime &rDateTime, const String &rComment);
- bool IsValidEntry(const String &rAuthor, const DateTime &rDateTime);
- bool IsValidComment(const String &rComment);
+ bool IsValidEntry(const OUString &rAuthor, const DateTime &rDateTime, const OUString &rComment);
+ bool IsValidEntry(const OUString &rAuthor, const DateTime &rDateTime);
+ bool IsValidComment(const OUString &rComment);
SvTreeListEntry* InsertEntry(const OUString& ,RedlinData *pUserData,
SvTreeListEntry* pParent=NULL,sal_uIntPtr nPos=LIST_APPEND);
@@ -221,17 +221,17 @@ public:
sal_uInt16 GetDateMode();
void ClearAuthors();
- void InsertAuthor( const String& rString, sal_uInt16 nPos = LISTBOX_APPEND );
- String GetSelectedAuthor()const;
+ void InsertAuthor( const OUString& rString, sal_uInt16 nPos = LISTBOX_APPEND );
+ OUString GetSelectedAuthor()const;
void SelectedAuthorPos(sal_uInt16 nPos);
- sal_uInt16 SelectAuthor(const String& aString);
- void SetComment(const String &rComment);
- String GetComment()const;
+ sal_uInt16 SelectAuthor(const OUString& aString);
+ void SetComment(const OUString& rComment);
+ OUString GetComment()const;
// Methods for Calc {
- void SetRange(const String& rString);
- String GetRange() const;
+ void SetRange(const OUString& rString);
+ OUString GetRange() const;
void HideRange(sal_Bool bHide=sal_True);
void SetFocusToRange();
// } Methods for Calc