Searched refs:CloseHdl (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | scuiautofmt.cxx | 131 aBtnOk .SetClickHdl ( LINK( this, ScAutoFormatDlg, CloseHdl ) ); in Init() 132 aBtnCancel .SetClickHdl ( LINK( this, ScAutoFormatDlg, CloseHdl ) ); in Init() 189 IMPL_LINK( ScAutoFormatDlg, CloseHdl, PushButton *, pBtn ) in IMPL_LINK() argument
|
/aoo41x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 202 aCancelBT.SetClickHdl(LINK(this,SwIndexMarkDlg, CloseHdl)); in SwIndexMarkDlg() 725 CloseHdl(pButton); in IMPL_LINK() 731 IMPL_LINK( SwIndexMarkDlg, CloseHdl, Button *, EMPTYARG ) in IMPL_LINK() argument 879 CloseHdl(&aCancelBT); in IMPL_LINK_INLINE_END() 1281 aCancelBT.SetClickHdl(LINK(this,SwAuthMarkDlg, CloseHdl)); in SwAuthMarkDlg() 1318 IMPL_LINK( SwAuthMarkDlg, CloseHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument 1454 CloseHdl(0); in IMPL_LINK()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swuiidxmrk.hxx | 132 DECL_LINK( CloseHdl, Button * ); 243 DECL_LINK(CloseHdl, PushButton*);
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | scuiautofmt.hxx | 78 DECL_LINK( CloseHdl, PushButton * );
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | UserAdmin.hxx | 81 DECL_LINK( CloseHdl, PushButton * );
|
/aoo41x/main/framework/inc/classes/ |
H A D | fwktabwindow.hxx | 114 DECL_DLLPRIVATE_LINK( CloseHdl, PushButton * );
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews1.cxx | 360 maCloseTimer.SetTimeoutHdl( LINK( this, DrawViewShell, CloseHdl ) ); in PrepareClose() 1392 IMPL_LINK( DrawViewShell, CloseHdl, Timer*, pTimer ) in IMPL_LINK() argument
|
/aoo41x/main/framework/source/classes/ |
H A D | fwktabwindow.cxx | 319 IMPL_LINK( FwkTabWindow, CloseHdl, PushButton *, EMPTYARG ) in IMPL_LINK() argument
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | DrawViewShell.hxx | 400 DECL_LINK( CloseHdl, Timer* pTimer );
|
/aoo41x/main/sfx2/source/appl/ |
H A D | newhelp.hxx | 478 DECL_LINK( CloseHdl, sfx2::SearchDialog* );
|
H A D | newhelp.cxx | 2524 IMPL_LINK( SfxHelpTextWindow_Impl, CloseHdl, sfx2::SearchDialog*, pDlg ) in IMPL_LINK() argument 2834 pSrchDlg->SetCloseHdl( LINK( this, SfxHelpTextWindow_Impl, CloseHdl ) ); in DoSearch()
|
Completed in 74 milliseconds