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

convert sc/.../solvrdlg.hxx from String to OUString

Change-Id: Ie34c9119ed8c59c224d941e1cfa889185a536d37
üst 311d673f
...@@ -70,21 +70,21 @@ private: ...@@ -70,21 +70,21 @@ private:
ScAddress theFormulaCell; ScAddress theFormulaCell;
ScAddress theVariableCell; ScAddress theVariableCell;
String theTargetValStr; OUString theTargetValStr;
ScDocument* pDoc; ScDocument* pDoc;
const SCTAB nCurTab; const SCTAB nCurTab;
formula::RefEdit* pEdActive; formula::RefEdit* pEdActive;
sal_Bool bDlgLostFocus; sal_Bool bDlgLostFocus;
const String errMsgInvalidVar; const OUString errMsgInvalidVar;
const String errMsgInvalidForm; const OUString errMsgInvalidForm;
const String errMsgNoFormula; const OUString errMsgNoFormula;
const String errMsgInvalidVal; const OUString errMsgInvalidVal;
#ifdef _SOLVRDLG_CXX #ifdef _SOLVRDLG_CXX
void Init(); void Init();
sal_Bool CheckTargetValue( String& rStrVal ); sal_Bool CheckTargetValue( const OUString& rStrVal );
void RaiseError( ScSolverErr eError ); void RaiseError( ScSolverErr eError );
DECL_LINK( BtnHdl, PushButton* ); DECL_LINK( BtnHdl, PushButton* );
......
...@@ -192,7 +192,7 @@ sal_Bool ScSolverDlg::IsRefInputMode() const ...@@ -192,7 +192,7 @@ sal_Bool ScSolverDlg::IsRefInputMode() const
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
sal_Bool ScSolverDlg::CheckTargetValue( String& rStrVal ) sal_Bool ScSolverDlg::CheckTargetValue( const OUString& rStrVal )
{ {
sal_uInt32 n1 = 0; sal_uInt32 n1 = 0;
double n2; double n2;
......
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