Searched refs:ScColRowNameRangesDlg (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | crnrdlg.cxx | 79 ScColRowNameRangesDlg::ScColRowNameRangesDlg( SfxBindings* pB, in ScColRowNameRangesDlg() function in ScColRowNameRangesDlg 133 __EXPORT ScColRowNameRangesDlg::~ScColRowNameRangesDlg() in ~ScColRowNameRangesDlg() 154 void ScColRowNameRangesDlg::Init() in Init() 173 Link aLink = LINK( this, ScColRowNameRangesDlg, GetFocusHdl ); in Init() 179 aLink = LINK( this, ScColRowNameRangesDlg, LoseFocusHdl ); in Init() 445 sal_Bool __EXPORT ScColRowNameRangesDlg::Close() in Close() 465 void ScColRowNameRangesDlg::SetActive() in SetActive() 499 void ScColRowNameRangesDlg::UpdateNames() in UpdateNames() 686 sal_Bool ScColRowNameRangesDlg::IsRefInputMode() const in IsRefInputMode() 711 IMPL_LINK( ScColRowNameRangesDlg, OkBtnHdl, void *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
/trunk/main/sc/source/ui/inc/ |
H A D | crnrdlg.hxx | 40 class ScColRowNameRangesDlg : public ScAnyRefDlg class 43 ScColRowNameRangesDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, 45 ~ScColRowNameRangesDlg();
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwshc.cxx | 113 pResult = new ScColRowNameRangesDlg( pB, pCW, pParent, GetViewData() ); in CreateRefDialog()
|
Completed in 23 milliseconds