Home
last modified time | relevance | path

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

/trunk/main/uui/source/
H A Diahndl-authentication.cxx589 uno::Reference< task::XInteractionPassword2 > xPassword2; in handlePasswordRequest_() local
590 getContinuations(rContinuations, &xRetry, &xAbort, &xPassword2, &xPassword); in handlePasswordRequest_()
592 if ( xPassword2.is() && !xPassword.is() ) in handlePasswordRequest_()
593 xPassword.set( xPassword2, uno::UNO_QUERY_THROW ); in handlePasswordRequest_()
603 …OSL_ENSURE( !bIsPasswordToModify || xPassword2.is(), "PasswordToModify is requested, but there is … in handlePasswordRequest_()
606 if (xPassword2.is()) in handlePasswordRequest_()
608 xPassword2->setPasswordToModify( aInfo.GetPasswordToModify() ); in handlePasswordRequest_()
609 xPassword2->setRecommendReadOnly( aInfo.IsRecommendToOpenReadonly() ); in handlePasswordRequest_()

Completed in 19 milliseconds