Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx111 ScAcceptChgDlg::ScAcceptChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, in ScAcceptChgDlg() function in ScAcceptChgDlg
151 aReOpenTimer.SetTimeoutHdl(LINK( this, ScAcceptChgDlg, ReOpenTimerHdl )); in ScAcceptChgDlg()
166 aSelectionTimer.SetTimeoutHdl(LINK( this, ScAcceptChgDlg, UpdateSelectionHdl )); in ScAcceptChgDlg()
168 pTPFilter->SetReadyHdl(LINK( this, ScAcceptChgDlg, FilterHandle )); in ScAcceptChgDlg()
169 pTPFilter->SetRefHdl(LINK( this, ScAcceptChgDlg, RefHandle )); in ScAcceptChgDlg()
170 pTPFilter->SetModifyHdl(LINK( this, ScAcceptChgDlg, FilterModified)); in ScAcceptChgDlg()
173 pTPView->SetRejectClickHdl( LINK( this, ScAcceptChgDlg,RejectHandle)); in ScAcceptChgDlg()
174 pTPView->SetAcceptClickHdl( LINK(this, ScAcceptChgDlg, AcceptHandle)); in ScAcceptChgDlg()
175 pTPView->SetRejectAllClickHdl( LINK( this, ScAcceptChgDlg,RejectAllHandle)); in ScAcceptChgDlg()
176 pTPView->SetAcceptAllClickHdl( LINK(this, ScAcceptChgDlg, AcceptAllHandle)); in ScAcceptChgDlg()
[all …]
/AOO42X/main/sc/source/ui/inc/
H A Dacredlin.hxx125 class ScAcceptChgDlg : public SfxModelessDialog class
244 ScAcceptChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
247 ~ScAcceptChgDlg();
/AOO42X/main/sc/source/ui/view/
H A Dreffact.cxx333 new ScAcceptChgDlg( pBindings, this, pParentP, pViewShell->GetViewData() ) : in ScAcceptChgDlgWrapper()
337 ((ScAcceptChgDlg*)pWindow)->Initialize( pInfo ); in ScAcceptChgDlgWrapper()
351 ((ScAcceptChgDlg*)pWindow)->ReInit(pViewShell->GetViewData()); in ReInitDlg()