Lines Matching refs:xMsgBox
976 …uno::Reference< awt::XMessageBox > xMsgBox( xToolkit->createWindow( aDescriptor ), uno::UNO_QUERY … in showWarning() local
977 if ( xMsgBox.is() ) in showWarning()
982 xMsgBox->setMessageText( rWarningText ); in showWarning()
983 nRet = xMsgBox->execute(); in showWarning()
989 uno::Reference< lang::XComponent > xComponent( xMsgBox, uno::UNO_QUERY ); in showWarning()
1026 …uno::Reference< awt::XMessageBox > xMsgBox( xToolkit->createWindow( aDescriptor ), uno::UNO_QUERY … in showWarning() local
1027 if ( xMsgBox.is() ) in showWarning()
1029 uno::Reference< awt::XVclContainer > xMsgBoxCtrls( xMsgBox, uno::UNO_QUERY ); in showWarning()
1053 xMsgBox->setMessageText( rWarningText ); in showWarning()
1054 nRet = xMsgBox->execute(); in showWarning()
1061 uno::Reference< lang::XComponent > xComponent( xMsgBox, uno::UNO_QUERY ); in showWarning()