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()
467 …uno::Sequence< uno::Reference< task::XInteractionContinuation > > xContinuations = rRequest->getCo… in handle() local468 if ( xContinuations.getLength() == 1 ) in handle()475 xContinuations[0]->select(); in handle()