Lines Matching refs:LINK

406 	aTree.SetSelectHdl		( LINK( this, SwEditRegionDlg, GetFirstEntryHdl));  in SwEditRegionDlg()
407 aTree.SetDeselectHdl ( LINK( this, SwEditRegionDlg, DeselectHdl)); in SwEditRegionDlg()
408 aCurName.SetModifyHdl ( LINK( this, SwEditRegionDlg, NameEditHdl)); in SwEditRegionDlg()
409 aConditionED.SetModifyHdl( LINK( this, SwEditRegionDlg, ConditionEditHdl)); in SwEditRegionDlg()
410 aOK.SetClickHdl ( LINK( this, SwEditRegionDlg, OkHdl)); in SwEditRegionDlg()
411 aPasswdCB.SetClickHdl ( LINK( this, SwEditRegionDlg, ChangePasswdHdl)); in SwEditRegionDlg()
412 aPasswdPB.SetClickHdl ( LINK( this, SwEditRegionDlg, ChangePasswdHdl)); in SwEditRegionDlg()
413 aHideCB.SetClickHdl ( LINK( this, SwEditRegionDlg, ChangeHideHdl)); in SwEditRegionDlg()
415 aEditInReadonlyCB.SetClickHdl ( LINK( this, SwEditRegionDlg, ChangeEditInReadonlyHdl)); in SwEditRegionDlg()
419 aOptionsPB.SetClickHdl ( LINK( this, SwEditRegionDlg, OptionsHdl)); in SwEditRegionDlg()
420 aProtectCB.SetClickHdl ( LINK( this, SwEditRegionDlg, ChangeProtectHdl)); in SwEditRegionDlg()
421 aDismiss.SetClickHdl ( LINK( this, SwEditRegionDlg, ChangeDismissHdl)); in SwEditRegionDlg()
422 aFileCB.SetClickHdl ( LINK( this, SwEditRegionDlg, UseFileHdl )); in SwEditRegionDlg()
423 aFilePB.SetClickHdl ( LINK( this, SwEditRegionDlg, FileSearchHdl )); in SwEditRegionDlg()
424 aFileNameED.SetModifyHdl( LINK( this, SwEditRegionDlg, FileNameHdl )); in SwEditRegionDlg()
425 aSubRegionED.SetModifyHdl( LINK( this, SwEditRegionDlg, FileNameHdl )); in SwEditRegionDlg()
426 aSubRegionED.AddEventListener( LINK( this, SwEditRegionDlg, SubRegionEventHdl )); in SwEditRegionDlg()
445 aDDECB.SetClickHdl ( LINK( this, SwEditRegionDlg, DDEHdl )); in SwEditRegionDlg()
1166 m_pDocInserter->StartExecuteModal( LINK( this, SwEditRegionDlg, DlgClosedHdl ) ); in IMPL_LINK()
1728 aProtectCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangeProtectHdl)); in SwInsertSectionTabPage()
1729 aPasswdCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangePasswdHdl)); in SwInsertSectionTabPage()
1730 aPasswdPB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangePasswdHdl)); in SwInsertSectionTabPage()
1731 aHideCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangeHideHdl)); in SwInsertSectionTabPage()
1733 …aEditInReadonlyCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, ChangeEditInReadonlyHdl)… in SwInsertSectionTabPage()
1735 aFileCB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, UseFileHdl )); in SwInsertSectionTabPage()
1736 aFilePB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, FileSearchHdl )); in SwInsertSectionTabPage()
1737 aCurName.SetModifyHdl ( LINK( this, SwInsertSectionTabPage, NameEditHdl)); in SwInsertSectionTabPage()
1738 aDDECB.SetClickHdl ( LINK( this, SwInsertSectionTabPage, DDEHdl )); in SwInsertSectionTabPage()
1986 m_pDocInserter->StartExecuteModal( LINK( this, SwInsertSectionTabPage, DlgClosedHdl ) ); in IMPL_LINK()
2101 Link aLk( LINK( this, SwSectionFtnEndTabPage, FootEndHdl)); in SwSectionFtnEndTabPage()
2381 Link aLk = LINK(this, SwSectionIndentTabPage, IndentModifyHdl); in SwSectionIndentTabPage()