Lines Matching refs:xSupplyAuthentication
203 xSupplyAuthentication; in handleAuthenticationRequest_() local
206 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleAuthenticationRequest_()
207 if (xSupplyAuthentication.is()) in handleAuthenticationRequest_()
208 xSupplyAuthentication2.set(xSupplyAuthentication, uno::UNO_QUERY); in handleAuthenticationRequest_()
214 xSupplyAuthentication, in handleAuthenticationRequest_()
218 xSupplyAuthentication->select(); in handleAuthenticationRequest_()
231 if (xSupplyAuthentication.is()) in handleAuthenticationRequest_()
234 xSupplyAuthentication->getRememberPasswordModes( in handleAuthenticationRequest_()
275 && xSupplyAuthentication.is() in handleAuthenticationRequest_()
276 && xSupplyAuthentication->canSetAccount()); in handleAuthenticationRequest_()
278 && xSupplyAuthentication.is() in handleAuthenticationRequest_()
279 && xSupplyAuthentication->canSetUserName()); in handleAuthenticationRequest_()
286 if (xSupplyAuthentication.is()) in handleAuthenticationRequest_()
288 if (xSupplyAuthentication->canSetUserName()) in handleAuthenticationRequest_()
289 xSupplyAuthentication->setUserName(aInfo.GetUserName()); in handleAuthenticationRequest_()
290 if (xSupplyAuthentication->canSetPassword()) in handleAuthenticationRequest_()
291 xSupplyAuthentication->setPassword(aInfo.GetPassword()); in handleAuthenticationRequest_()
297 xSupplyAuthentication->setRememberPassword( in handleAuthenticationRequest_()
300 xSupplyAuthentication->setRememberPassword( in handleAuthenticationRequest_()
306 xSupplyAuthentication->setRememberPassword( in handleAuthenticationRequest_()
312 if (xSupplyAuthentication->canSetRealm()) in handleAuthenticationRequest_()
313 xSupplyAuthentication->setRealm(aInfo.GetAccount()); in handleAuthenticationRequest_()
315 else if (xSupplyAuthentication->canSetAccount()) in handleAuthenticationRequest_()
316 xSupplyAuthentication->setAccount(aInfo.GetAccount()); in handleAuthenticationRequest_()
322 xSupplyAuthentication->select(); in handleAuthenticationRequest_()
340 xSupplyAuthentication->setRememberPassword( in handleAuthenticationRequest_()
354 xSupplyAuthentication->setRememberPassword( in handleAuthenticationRequest_()
378 xSupplyAuthentication->setRememberPassword( in handleAuthenticationRequest_()
392 xSupplyAuthentication->setRememberPassword( in handleAuthenticationRequest_()
481 xSupplyAuthentication; in handleMasterPasswordRequest_() local
482 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleMasterPasswordRequest_()
491 if (xSupplyAuthentication.is()) in handleMasterPasswordRequest_()
493 if (xSupplyAuthentication->canSetPassword()) in handleMasterPasswordRequest_()
494 xSupplyAuthentication->setPassword(aInfo.GetPassword()); in handleMasterPasswordRequest_()
495 xSupplyAuthentication->select(); in handleMasterPasswordRequest_()