Lines Matching refs:aRunButton
71 aRunButton( this, IDEResId( RID_PB_RUN ) ), in DECLARE_LIST()
96 aRunButton.SetClickHdl( LINK( this, MacroChooser, ButtonHdl ) ); in DECLARE_LIST()
212 aRunButton.GrabFocus(); in Execute()
268 if ( &rButton == &aRunButton ) in EnableButton()
449 EnableButton( aRunButton, bEnable ); in CheckButtons()
480 aRunButton.Enable(); in CheckButtons()
482 aRunButton.Disable(); in CheckButtons()
667 if ( pButton == &aRunButton ) in IMPL_LINK()
877 aRunButton.SetText( String( IDEResId( RID_STR_RUN ) ) ); in SetMode()
883 aRunButton.SetText( String( IDEResId( RID_STR_CHOOSE ) ) ); in SetMode()
889 aRunButton.SetText( String( IDEResId( RID_STR_RECORD ) ) ); in SetMode()