summaryrefslogtreecommitdiff
path: root/include/formula/formula.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-11 13:55:05 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 08:04:41 +0200
commitf733ca910026daa2232f2e2de3394bd36134dd78 (patch)
tree35103115cb557912882c5cfd49139e28eb2b924b /include/formula/formula.hxx
parentf32da852f535bdaa04617da4ec56a923b530c344 (diff)
convert include/formula/formula.hxx from String to OUString
Change-Id: Id3c1dfa97805dfa3a1978cd264380d5ef4a2287a
Diffstat (limited to 'include/formula/formula.hxx')
-rw-r--r--include/formula/formula.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx
index 8bb8047986bd..99a8752c7eb3 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -70,10 +70,10 @@ protected:
void RefInputDoneAfter( sal_Bool bForced = sal_False );
void SetFocusWin(Window *pWin,const OString& nUniqueId);
- void SetMeText(const String& _sText);
+ void SetMeText(const OUString& _sText);
void Update();
- sal_Bool CheckMatrix(String& aFormula /*IN/OUT*/);
- void Update(const String& _sExp);
+ sal_Bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
+ void Update(const OUString& _sExp);
void StoreFormEditData(FormEditData* pData);
};
@@ -113,19 +113,19 @@ protected:
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputDoneAfter( sal_Bool bForced = sal_False );
void SetFocusWin(Window *pWin,const OString& nUniqueId);
- void HighlightFunctionParas(const String& aFormula);
+ void HighlightFunctionParas(const OUString& aFormula);
- void SetMeText(const String& _sText);
- FormulaDlgMode SetMeText(const String& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd,sal_Bool bMatrix,sal_Bool _bSelect,sal_Bool _bUpdate);
+ void SetMeText(const OUString& _sText);
+ FormulaDlgMode SetMeText(const OUString& _sText,xub_StrLen PrivStart, xub_StrLen PrivEnd, sal_Bool bMatrix, sal_Bool _bSelect, sal_Bool _bUpdate);
void Update();
- sal_Bool CheckMatrix(String& aFormula /*IN/OUT*/);
- String GetMeText() const;
- void Update(const String& _sExp);
+ sal_Bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
+ OUString GetMeText() const;
+ void Update(const OUString& _sExp);
void CheckMatrix();
void DoEnter(sal_Bool _bOk);
const IFunctionDescription* getCurrentFunctionDescription() const;
- sal_Bool UpdateParaWin(Selection& _rSelection);
- void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr);
+ sal_Bool UpdateParaWin(Selection& _rSelection);
+ void UpdateParaWin(const Selection& _rSelection, const OUString& _sRefStr);
RefEdit* GetActiveEdit();
void SetEdSelection();