Kaydet (Commit) c310019e authored tarafından Noel Grandin's avatar Noel Grandin

convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32

Change-Id: Id3229083c1e2ad0cfcb01e9dfa6fa66eb5f5604a
üst b882c046
......@@ -116,7 +116,7 @@ protected:
void HighlightFunctionParas(const OUString& aFormula);
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);
FormulaDlgMode SetMeText(const OUString& _sText, sal_Int32 PrivStart, sal_Int32 PrivEnd, sal_Bool bMatrix, sal_Bool _bSelect, sal_Bool _bUpdate);
void Update();
sal_Bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
OUString GetMeText() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment