Lines Matching refs:LINK

130 	pTimer->SetTimeoutHdl( LINK( this, ScFilterDlg, TimeOutHdl ) );  in ScFilterDlg()
216 aBtnOk.SetClickHdl ( LINK( this, ScFilterDlg, EndDlgHdl ) ); in Init()
217 aBtnCancel.SetClickHdl ( LINK( this, ScFilterDlg, EndDlgHdl ) ); in Init()
218 aBtnMore.SetClickHdl ( LINK( this, ScFilterDlg, MoreClickHdl ) ); in Init()
219 aBtnHeader.SetClickHdl ( LINK( this, ScFilterDlg, CheckBoxHdl ) ); in Init()
220 aBtnCase.SetClickHdl ( LINK( this, ScFilterDlg, CheckBoxHdl ) ); in Init()
222 aLbField1.SetSelectHdl ( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
223 aLbField2.SetSelectHdl ( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
224 aLbField3.SetSelectHdl ( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
225 aLbField4.SetSelectHdl ( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
226 aLbConnect1.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
227 aLbConnect2.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
228 aLbConnect3.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
229 aLbConnect4.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
231 aLbCond1.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
232 aLbCond2.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
233 aLbCond3.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
234 aLbCond4.SetSelectHdl( LINK( this, ScFilterDlg, LbSelectHdl ) ); in Init()
320 aValueEdArr[i]->SetModifyHdl( LINK( this, ScFilterDlg, ValModifyHdl ) ); in Init()
324 aScrollBar.SetEndScrollHdl( LINK( this, ScFilterDlg, ScrollHdl ) ); in Init()
325 aScrollBar.SetScrollHdl( LINK( this, ScFilterDlg, ScrollHdl ) ); in Init()