Searched refs:xMsgBoxCtrls (Results 1 – 1 of 1) sorted by relevance
1027 uno::Reference< awt::XVclContainer > xMsgBoxCtrls( xMsgBox, uno::UNO_QUERY ); in showWarning() local1028 if ( xMsgBoxCtrls.is() ) in showWarning()1030 uno::Sequence< uno::Reference< awt::XWindow > > xChildren = xMsgBoxCtrls->getWindows(); in showWarning()