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