Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/update/check/
H A Dupdatehdl.cxx1027 uno::Reference< awt::XVclContainer > xMsgBoxCtrls( xMsgBox, uno::UNO_QUERY ); in showWarning() local
1028 if ( xMsgBoxCtrls.is() ) in showWarning()
1030 uno::Sequence< uno::Reference< awt::XWindow > > xChildren = xMsgBoxCtrls->getWindows(); in showWarning()