Lines Matching refs:xMsgBox
959 …uno::Reference< awt::XMessageBox > xMsgBox( xToolkit->createWindow( aDescriptor ), uno::UNO_QUERY … in showWarning() local
960 if ( xMsgBox.is() ) in showWarning()
965 xMsgBox->setMessageText( rWarningText ); in showWarning()
966 nRet = xMsgBox->execute(); in showWarning()
972 uno::Reference< lang::XComponent > xComponent( xMsgBox, uno::UNO_QUERY ); in showWarning()
1008 …uno::Reference< awt::XMessageBox > xMsgBox( xToolkit->createWindow( aDescriptor ), uno::UNO_QUERY … in showWarning() local
1009 if ( xMsgBox.is() ) in showWarning()
1011 uno::Reference< awt::XVclContainer > xMsgBoxCtrls( xMsgBox, uno::UNO_QUERY ); in showWarning()
1035 xMsgBox->setMessageText( rWarningText ); in showWarning()
1036 nRet = xMsgBox->execute(); in showWarning()
1043 uno::Reference< lang::XComponent > xComponent( xMsgBox, uno::UNO_QUERY ); in showWarning()