Searched refs:aMsgBox (Results 1 – 3 of 3) sorted by relevance
161 MyMessageBox aMsgBox = new MyMessageBox(mMCF); in selectionChanged() local163 aMsgBox.start(); in selectionChanged()
353 MessBox aMsgBox( pParent, WinBits( WB_YES_NO | WB_DEF_YES ), in ShowTableWrapDialog() local356 return aMsgBox.Execute() == RET_YES; in ShowTableWrapDialog()
491 LinkedInstanceWarningBox aMsgBox( this ); in DoToolBoxAction() local492 if ( aMsgBox.Execute() != RET_OK ) in DoToolBoxAction()656 LinkedInstanceWarningBox aMsgBox( this ); in DoToolBoxAction() local657 if ( aMsgBox.Execute() != RET_OK ) in DoToolBoxAction()744 LinkedInstanceWarningBox aMsgBox( this ); in DoToolBoxAction() local745 if ( aMsgBox.Execute() != RET_OK ) in DoToolBoxAction()
Completed in 27 milliseconds