Searched refs:xContinuations (Results 1 – 2 of 2) sorted by relevance
56 XInteractionContinuation xContinuations[] = xRequest.getContinuations(); in handle() local59 for( int i = 0; i < xContinuations.length; ++i ) { in handle()60 …hentication = UnoRuntime.queryInterface(XInteractionSupplyAuthentication.class, xContinuations[i]); in handle()
462 …uno::Sequence< uno::Reference< task::XInteractionContinuation > > xContinuations = rRequest->getCo… in handle() local463 if ( xContinuations.getLength() == 1 ) in handle()470 xContinuations[0]->select(); in handle()
Completed in 27 milliseconds