Home
last modified time | relevance | path

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

/trunk/main/svl/qa/complex/passwordcontainer/
H A DMasterPasswdHandler.java56 XInteractionContinuation xContinuations[] = xRequest.getContinuations(); in handle() local
59 for( int i = 0; i < xContinuations.length; ++i ) { in handle()
60 …hentication = UnoRuntime.queryInterface(XInteractionSupplyAuthentication.class, xContinuations[i]); in handle()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx462 …uno::Sequence< uno::Reference< task::XInteractionContinuation > > xContinuations = rRequest->getCo… in handle() local
463 if ( xContinuations.getLength() == 1 ) in handle()
470 xContinuations[0]->select(); in handle()

Completed in 19 milliseconds