Searched refs:xRetry (Results 1 – 6 of 6) sorted by relevance
/trunk/main/uui/source/ |
H A D | iahndl-authentication.cxx | 200 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 D | iahndl-errorhandler.cxx | 209 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 D | simpleinteractionrequest.cxx | 44 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 D | simplecertificatevalidationrequest.cxx | 66 uno::Reference< task::XInteractionRetry > xRetry( in getResponse() local 68 if ( xRetry.is() ) in getResponse()
|
/trunk/main/framework/qa/complex/loadAllDocuments/ |
H A D | InteractionHandler.java | 111 com.sun.star.task.XInteractionRetry xRetry = null; in handle() local 121 if (xRetry == null) in handle() 122 …xRetry = (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 D | fpinteraction.cxx | 75 Reference< XInteractionRetry > xRetry; in handle() local 87 if (!xRetry.is()) in handle() 88 xRetry = Reference< XInteractionRetry >(pConts[i], UNO_QUERY); in handle()
|
Completed in 30 milliseconds