Home
last modified time | relevance | path

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

/AOO41X/main/uui/source/
H A Diahndl-authentication.cxx203 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_()
[all …]
H A Dpasswordcontainer.cxx49 xSupplyAuthentication, in fillContinuation()
81 if (xSupplyAuthentication->canSetUserName()) in fillContinuation()
82 xSupplyAuthentication-> in fillContinuation()
85 if (xSupplyAuthentication->canSetPassword()) in fillContinuation()
86 xSupplyAuthentication-> in fillContinuation()
92 if (xSupplyAuthentication->canSetRealm()) in fillContinuation()
93 xSupplyAuthentication-> in fillContinuation()
97 else if (xSupplyAuthentication->canSetAccount()) in fillContinuation()
98 xSupplyAuthentication-> in fillContinuation()
143 xSupplyAuthentication, in handleAuthenticationRequest()
[all …]
H A Dpasswordcontainer.hxx94 xSupplyAuthentication,