Lines Matching refs:aOKButton
972 aOKButton( this, CUI_RES( BTN_SELECTOR_OK ) ), in SvxScriptSelectorDialog()
987 aOKButton.SetText( String( ResId( STR_SELECTOR_ADD, rMgr ) ) ); in SvxScriptSelectorDialog()
1008 aOKButton.SetClickHdl( LINK( this, SvxScriptSelectorDialog, ClickHdl ) ); in SvxScriptSelectorDialog()
1063 p = aOKButton.GetPosPixel(); in ResizeControls()
1065 aOKButton.SetPosPixel( newp ); in ResizeControls()
1097 if ( aOKButton.IsEnabled() ) in IMPL_LINK()
1098 return ClickHdl( &aOKButton ); in IMPL_LINK()
1114 aOKButton.Enable( sal_True ); in UpdateUI()
1119 aOKButton.Enable( sal_False ); in UpdateUI()
1138 else if ( pButton == &aOKButton ) in IMPL_LINK()
1167 aOKButton.SetText( String( CUI_RES( STR_SELECTOR_RUN ) ) ); in SetRunLabel()