Home
last modified time | relevance | path

Searched refs:ScHighlightChgDlg (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/miscdlgs/
H A Dhighred.cxx70 ScHighlightChgDlg::ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScHighlightChgDlg() function in ScHighlightChgDlg
98 aOkButton.SetClickHdl(LINK( this, ScHighlightChgDlg, OKBtnHdl)); in ScHighlightChgDlg()
99 aHighlightBox.SetClickHdl(LINK( this, ScHighlightChgDlg, HighLightHandle )); in ScHighlightChgDlg()
100 aFilterCtr.SetRefHdl(LINK( this, ScHighlightChgDlg, RefHandle )); in ScHighlightChgDlg()
111 ScHighlightChgDlg::~ScHighlightChgDlg() in ~ScHighlightChgDlg()
117 void __EXPORT ScHighlightChgDlg::Init() in Init()
181 void ScHighlightChgDlg::SetReference( const ScRange& rRef, ScDocument* pDocP ) in SetReference()
195 sal_Bool __EXPORT ScHighlightChgDlg::Close() in Close()
200 void ScHighlightChgDlg::RefInputDone( sal_Bool bForced) in RefInputDone()
212 void ScHighlightChgDlg::SetActive() in SetActive()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dhighred.hxx69 class ScHighlightChgDlg : public ScAnyRefDlg class
106 ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
109 ~ScHighlightChgDlg();
/AOO41X/main/sc/source/ui/view/
H A Dtabvwshc.cxx288 pResult = new ScHighlightChgDlg( pB, pCW, pParent, GetViewData() ); in CreateRefDialog()