Searched refs:aClosePB (Results  1 – 6 of 6) sorted by relevance
| /aoo4110/main/cui/source/dialogs/ | 
| H A D | SpellDialog.cxx | 229     aClosePB        ( this, CUI_RES( PB_CLOSE ) ),  in SpellDialog()252     aClosePB.       SetHelpId(HID_SPLDLG_BUTTON_CLOSE    );  in SpellDialog()
 292     aClosePB.SetClickHdl(LINK( this, SpellDialog, CancelHdl ) );  in Init_Impl()
 451     else if( pThis->aClosePB.IsEnabled() )  in IMPL_STATIC_LINK()
 452         pThis->aClosePB.GrabFocus();  in IMPL_STATIC_LINK()
 465 …Button* aButtons[] = { &pThis->aHelpPB, &pThis->aOptionsPB, &pThis->aUndoPB, &pThis->aClosePB, 0 };  in IMPL_STATIC_LINK()
 514                 &pThis->aClosePB,  in IMPL_STATIC_LINK()
 
 | 
| /aoo4110/main/cui/source/inc/ | 
| H A D | optlingu.hxx | 73     OKButton            aClosePB;  member in SvxEditModulesDlg
 | 
| H A D | SpellDialog.hxx | 177     PushButton      aClosePB;  member in svx::SpellDialog
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | rubydialog.hxx | 121 	PushButton 			aClosePB;  member in SvxRubyDialog
 | 
| /aoo4110/main/svx/source/dialog/ | 
| H A D | rubydialog.cxx | 236 	aClosePB(this, 				ResId(PB_CLOSE,*rResId.GetResMgr()			)),  in SvxRubyDialog()253 	aClosePB.SetClickHdl(LINK(this, SvxRubyDialog, CloseHdl_Impl));  in SvxRubyDialog()
 
 | 
| /aoo4110/main/cui/source/options/ | 
| H A D | optlingu.cxx | 2041     aClosePB        ( this, CUI_RES( PB_OK ) ),  in SvxEditModulesDlg()2059     aClosePB   .SetClickHdl( LINK( this, SvxEditModulesDlg, ClickHdl_Impl ));  in SvxEditModulesDlg()
 2521 	if (&aClosePB == pBtn)  in IMPL_LINK()
 
 | 
        Completed in 393 milliseconds