Searched refs:xMsgBoxCtrl (Results 1 – 1 of 1) sorted by relevance
1022 uno::Reference< awt::XVclWindowPeer > xMsgBoxCtrl( xChildren[i], uno::UNO_QUERY ); in showWarning() local1023 if ( xMsgBoxCtrl.is() ) in showWarning()1026 uno::Any aValue = xMsgBoxCtrl->getProperty( UNISTRING("DefaultButton") ); in showWarning()1029 xMsgBoxCtrl->setProperty( UNISTRING("Text"), uno::Any( rBtnText_1 ) ); in showWarning()1031 xMsgBoxCtrl->setProperty( UNISTRING("Text"), uno::Any( rBtnText_2 ) ); in showWarning()