Home
last modified time | relevance | path

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

/trunk/main/uui/source/
H A Diahndl-authentication.cxx200 uno::Reference< task::XInteractionRetry > xRetry; in handleAuthenticationRequest_() local
206 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleAuthenticationRequest_()
400 if (xRetry.is()) in handleAuthenticationRequest_()
401 xRetry->select(); in handleAuthenticationRequest_()
478 uno::Reference< task::XInteractionRetry > xRetry; in handleMasterPasswordRequest_() local
482 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleMasterPasswordRequest_()
500 if (xRetry.is()) in handleMasterPasswordRequest_()
501 xRetry->select(); in handleMasterPasswordRequest_()
586 uno::Reference< task::XInteractionRetry > xRetry; in handlePasswordRequest_() local
618 if (xRetry.is()) in handlePasswordRequest_()
[all …]
H A Diahndl-errorhandler.cxx209 uno::Reference< task::XInteractionRetry > xRetry; in handleErrorHandlerRequest() local
212 rContinuations, &xApprove, &xDisapprove, &xRetry, &xAbort); in handleErrorHandlerRequest()
256 | (xRetry.is() ? 2 : 0) in handleErrorHandlerRequest()
295 OSL_ENSURE(xRetry.is(), "unexpected situation"); in handleErrorHandlerRequest()
296 if (xRetry.is()) in handleErrorHandlerRequest()
297 xRetry->select(); in handleErrorHandlerRequest()
/trunk/main/ucbhelper/source/provider/
H A Dsimpleinteractionrequest.cxx44 uno::Reference< task::XInteractionContinuation > xRetry; in SimpleInteractionRequest() local
57 xRetry = new InteractionRetry( this ); in SimpleInteractionRequest()
83 if ( xRetry.is() ) in SimpleInteractionRequest()
84 aContinuations[ nLength++ ] = xRetry; in SimpleInteractionRequest()
108 uno::Reference< task::XInteractionRetry > xRetry( in getResponse() local
110 if ( xRetry.is() ) in getResponse()
H A Dsimplecertificatevalidationrequest.cxx66 uno::Reference< task::XInteractionRetry > xRetry( in getResponse() local
68 if ( xRetry.is() ) in getResponse()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DInteractionHandler.java111 com.sun.star.task.XInteractionRetry xRetry = null; in handle() local
121 if (xRetry == null) in handle()
122xRetry = (com.sun.star.task.XInteractionRetry)AnyConverter.toObject(xRetryType, lContinuations[i]); in handle()
128 if (xRetry != null) in handle()
135 xRetry.select(); in handle()
/trunk/main/fpicker/source/office/
H A Dfpinteraction.cxx75 Reference< XInteractionRetry > xRetry; in handle() local
87 if (!xRetry.is()) in handle()
88 xRetry = Reference< XInteractionRetry >(pConts[i], UNO_QUERY); in handle()

Completed in 31 milliseconds