Lines Matching refs:aBox
242 QueryBox aBox( this, WB_YES_NO | WB_DEF_NO, aText ); in IMPL_LINK() local
243 aBox.SetText( m_aRemStr ); in IMPL_LINK()
244 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
251 QueryBox aBox( this, WB_YES_NO | WB_DEF_NO, aText ); in IMPL_LINK() local
252 aBox.SetText( m_aRemStr ); in IMPL_LINK()
253 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
441 InfoBox aBox( this, m_aHelpTxt ); in IMPL_LINK() local
442 aBox.Execute(); in IMPL_LINK()
523 InfoBox aBox( this, aText ); in APOldPrinterPage() local
524 aBox.Execute(); in APOldPrinterPage()
535 InfoBox aBox( this, aText ); in APOldPrinterPage() local
536 aBox.Execute(); in APOldPrinterPage()
647 ErrorBox aBox( this, WB_OK | WB_DEF_OK, aText ); in addOldPrinters() local
648 aBox.Execute(); in addOldPrinters()