Lines Matching refs:m_aRemPB
78 m_aRemPB( this, PaResId( RID_PA_BTN_DEL ) ), in PADialog()
129 m_aRemPB.Enable( sal_False ); in Init()
134 m_aRemPB.SetClickHdl( LINK( this, PADialog, ClickBtnHdl ) ); in Init()
157 m_aRemPB.Enable( sal_False ); in Init()
211 if( pBox == &m_aDevicesLB && m_aRemPB.IsEnabled() ) in IMPL_LINK()
212 ClickBtnHdl( &m_aRemPB ); in IMPL_LINK()
220 else if( pButton == &m_aRemPB && AreYouSure( this, RID_QUERY_REMOVEPRINTER ) ) in IMPL_LINK()
259 m_aRemPB.Enable( sal_False ); in IMPL_LINK()
261 m_aRemPB.Enable( sal_True ); in IMPL_LINK()
274 if( m_aRemPB.HasFocus() ) in UpdateDefPrt()
276 m_aRemPB.Enable( sal_False ); in UpdateDefPrt()
661 m_aRemPB.Enable( sal_False ); in RemDevice()