Searched refs:ScTabOpDlg (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sc/source/ui/miscdlgs/ |
| H A D | tabopdlg.cxx | 51 ScTabOpDlg::ScTabOpDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScTabOpDlg() function in ScTabOpDlg 89 __EXPORT ScTabOpDlg::~ScTabOpDlg() in ~ScTabOpDlg() 96 void __EXPORT ScTabOpDlg::Init() in Init() 98 aBtnOk. SetClickHdl ( LINK( this, ScTabOpDlg, BtnHdl ) ); in Init() 99 aBtnCancel. SetClickHdl ( LINK( this, ScTabOpDlg, BtnHdl ) ); in Init() 101 Link aLink = LINK( this, ScTabOpDlg, GetFocusHdl ); in Init() 109 aLink = LINK( this, ScTabOpDlg, LoseFocusHdl ); in Init() 126 sal_Bool __EXPORT ScTabOpDlg::Close() in Close() 133 void ScTabOpDlg::SetActive() in SetActive() 149 void ScTabOpDlg::SetReference( const ScRange& rRef, ScDocument* pDocP ) in SetReference() [all …]
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | tabopdlg.hxx | 49 class ScTabOpDlg : public ScAnyRefDlg class 52 ScTabOpDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, 55 ~ScTabOpDlg();
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | tabvwshc.cxx | 221 pResult = new ScTabOpDlg( pB, pCW, pParent, pViewData->GetDocument(), aCurPos ); in CreateRefDialog()
|