Lines Matching refs:xMsgBox
961 …uno::Reference< awt::XMessageBox > xMsgBox( xToolkit->createWindow( aDescriptor ), uno::UNO_QUERY … in showWarning() local
962 if ( xMsgBox.is() ) in showWarning()
967 xMsgBox->setMessageText( rWarningText ); in showWarning()
968 nRet = xMsgBox->execute(); in showWarning()
974 uno::Reference< lang::XComponent > xComponent( xMsgBox, uno::UNO_QUERY ); in showWarning()
1010 …uno::Reference< awt::XMessageBox > xMsgBox( xToolkit->createWindow( aDescriptor ), uno::UNO_QUERY … in showWarning() local
1011 if ( xMsgBox.is() ) in showWarning()
1013 uno::Reference< awt::XVclContainer > xMsgBoxCtrls( xMsgBox, uno::UNO_QUERY ); in showWarning()
1037 xMsgBox->setMessageText( rWarningText ); in showWarning()
1038 nRet = xMsgBox->execute(); in showWarning()
1045 uno::Reference< lang::XComponent > xComponent( xMsgBox, uno::UNO_QUERY ); in showWarning()