Lines Matching refs:ScSimpleRefDlg
63 ScSimpleRefDlg::ScSimpleRefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScSimpleRefDlg() function in ScSimpleRefDlg
92 __EXPORT ScSimpleRefDlg::~ScSimpleRefDlg() in ~ScSimpleRefDlg()
98 void ScSimpleRefDlg::FillInfo(SfxChildWinInfo& rWinInfo) const in FillInfo()
105 void ScSimpleRefDlg::SetRefString(const String &rStr) in SetRefString()
111 void ScSimpleRefDlg::Init() in Init()
113 aBtnOk.SetClickHdl ( LINK( this, ScSimpleRefDlg, OkBtnHdl ) ); in Init()
114 aBtnCancel.SetClickHdl ( LINK( this, ScSimpleRefDlg, CancelBtnHdl ) ); in Init()
121 void ScSimpleRefDlg::SetReference( const ScRange& rRef, ScDocument* pDocP ) in SetReference()
158 sal_Bool __EXPORT ScSimpleRefDlg::Close() in Close()
165 void ScSimpleRefDlg::SetActive() in SetActive()
176 sal_Bool ScSimpleRefDlg::IsRefInputMode() const in IsRefInputMode()
181 String ScSimpleRefDlg::GetRefString() const in GetRefString()
186 void ScSimpleRefDlg::SetCloseHdl( const Link& rLink ) in SetCloseHdl()
191 void ScSimpleRefDlg::SetUnoLinks( const Link& rDone, const Link& rAbort, in SetUnoLinks()
199 void ScSimpleRefDlg::SetFlags( sal_Bool bSetCloseOnButtonUp, sal_Bool bSetSingleCell, sal_Bool bSet… in SetFlags()
206 void ScSimpleRefDlg::StartRefInput() in StartRefInput()
218 void ScSimpleRefDlg::RefInputDone( sal_Bool bForced) in RefInputDone()
227 IMPL_LINK( ScSimpleRefDlg, OkBtnHdl, void *, EMPTYARG ) in IMPL_LINK() argument
239 IMPL_LINK( ScSimpleRefDlg, CancelBtnHdl, void *, EMPTYARG ) in IMPL_LINK() argument