Lines Matching refs:xAbort
201 uno::Reference< task::XInteractionAbort > xAbort; in handleAuthenticationRequest_() local
206 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleAuthenticationRequest_()
405 if (xAbort.is()) in handleAuthenticationRequest_()
406 xAbort->select(); in handleAuthenticationRequest_()
479 uno::Reference< task::XInteractionAbort > xAbort; in handleMasterPasswordRequest_() local
482 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleMasterPasswordRequest_()
505 if (xAbort.is()) in handleMasterPasswordRequest_()
506 xAbort->select(); in handleMasterPasswordRequest_()
587 uno::Reference< task::XInteractionAbort > xAbort; in handlePasswordRequest_() local
590 getContinuations(rContinuations, &xRetry, &xAbort, &xPassword2, &xPassword); in handlePasswordRequest_()
623 if (xAbort.is()) in handlePasswordRequest_()
624 xAbort->select(); in handlePasswordRequest_()