Searched refs:aMessageBox (Results 1 – 3 of 3) sorted by relevance
404 OSQLMessageBox aMessageBox( GetParent()->GetParent(), aErrorInfo ); in implInitControls() local405 aMessageBox.Execute(); in implInitControls()
1898 SolarMessageBoxExecutor aMessageBox( String( aDbgOutBuf, RTL_TEXTENCODING_UTF8 ) ); in DbgPrintMsgBox() local1900 long nResult = aMessageBox.execute( aTimeout ); in DbgPrintMsgBox()1902 if ( aMessageBox.didTimeout() ) in DbgPrintMsgBox()
650 QueryBox aMessageBox( pWin, WB_OK_CANCEL | WB_DEF_OK, aString ); in CheckSaveAcceptable() local651 if ( aMessageBox.Execute() == RET_OK ) in CheckSaveAcceptable()
Completed in 36 milliseconds