Lines Matching refs:xRetry
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
590 getContinuations(rContinuations, &xRetry, &xAbort, &xPassword2, &xPassword); in handlePasswordRequest_()
618 if (xRetry.is()) in handlePasswordRequest_()
619 xRetry->select(); in handlePasswordRequest_()