Lines Matching refs:ScSolverDlg
55 ScSolverDlg::ScSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScSolverDlg() function in ScSolverDlg
94 __EXPORT ScSolverDlg::~ScSolverDlg() in ~ScSolverDlg()
100 void __EXPORT ScSolverDlg::Init() in Init()
104 aBtnOk. SetClickHdl ( LINK( this, ScSolverDlg, BtnHdl ) ); in Init()
105 aBtnCancel. SetClickHdl ( LINK( this, ScSolverDlg, BtnHdl ) ); in Init()
107 Link aLink = LINK( this, ScSolverDlg, GetFocusHdl ); in Init()
114 aLink = LINK( this, ScSolverDlg, LoseFocusHdl ); in Init()
129 sal_Bool __EXPORT ScSolverDlg::Close() in Close()
136 void ScSolverDlg::SetActive() in SetActive()
153 void ScSolverDlg::SetReference( const ScRange& rRef, ScDocument* pDocP ) in SetReference()
178 void ScSolverDlg::RaiseError( ScSolverErr eError ) in RaiseError()
206 sal_Bool ScSolverDlg::IsRefInputMode() const in IsRefInputMode()
213 sal_Bool __EXPORT ScSolverDlg::CheckTargetValue( String& rStrVal ) in CheckTargetValue()
224 IMPL_LINK( ScSolverDlg, BtnHdl, PushButton*, pBtn ) in IMPL_LINK() argument
284 IMPL_LINK( ScSolverDlg, GetFocusHdl, Control*, pCtrl ) in IMPL_LINK() argument
304 IMPL_LINK( ScSolverDlg, LoseFocusHdl, Control*, EMPTYARG ) in IMPL_LINK() argument