Searched refs:ScSolverDlg (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sc/source/ui/miscdlgs/ |
| H A D | solvrdlg.cxx | 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() [all …]
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | solvrdlg.hxx | 48 class ScSolverDlg : public ScAnyRefDlg class 51 ScSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, 54 ~ScSolverDlg();
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | tabvwshc.cxx | 231 pResult = new ScSolverDlg( pB, pCW, pParent, pViewData->GetDocument(), aCurPos ); in CreateRefDialog()
|