Home
last modified time | relevance | path

Searched refs:xMsgBoxCtrl (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/extensions/source/update/check/ !
H A Dupdatehdl.cxx1036 uno::Reference< awt::XVclWindowPeer > xMsgBoxCtrl( xChildren[i], uno::UNO_QUERY ); in showWarning() local
1037 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()