Lines Matching refs:LINK
156 aEdDataArea .SetGetFocusHdl( LINK( this, ScConsolidateDlg, GetFocusHdl ) ); in Init()
157 aEdDestArea .SetGetFocusHdl( LINK( this, ScConsolidateDlg, GetFocusHdl ) ); in Init()
158 aLbDataArea .SetGetFocusHdl( LINK( this, ScConsolidateDlg, GetFocusHdl ) ); in Init()
159 aLbDestArea .SetGetFocusHdl( LINK( this, ScConsolidateDlg, GetFocusHdl ) ); in Init()
160 aEdDataArea .SetModifyHdl ( LINK( this, ScConsolidateDlg, ModifyHdl ) ); in Init()
161 aEdDestArea .SetModifyHdl ( LINK( this, ScConsolidateDlg, ModifyHdl ) ); in Init()
162 aLbConsAreas.SetSelectHdl ( LINK( this, ScConsolidateDlg, SelectHdl ) ); in Init()
163 aLbDataArea .SetSelectHdl ( LINK( this, ScConsolidateDlg, SelectHdl ) ); in Init()
164 aLbDestArea .SetSelectHdl ( LINK( this, ScConsolidateDlg, SelectHdl ) ); in Init()
165 aBtnOk .SetClickHdl ( LINK( this, ScConsolidateDlg, OkHdl ) ); in Init()
166 aBtnCancel .SetClickHdl ( LINK( this, ScConsolidateDlg, ClickHdl ) ); in Init()
167 aBtnAdd .SetClickHdl ( LINK( this, ScConsolidateDlg, ClickHdl ) ); in Init()
168 aBtnRemove .SetClickHdl ( LINK( this, ScConsolidateDlg, ClickHdl ) ); in Init()