Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx1179 OAuthenticationContinuation* pAuthenticate = new OAuthenticationContinuation; in connectWithCompletion() local
1198 pRequest->addContinuation(pAuthenticate); in connectWithCompletion()
1212 if (!pAuthenticate->wasSelected()) in connectWithCompletion()
1216 sUser = m_pImpl->m_sUser = pAuthenticate->getUser(); in connectWithCompletion()
1217 sPassword = pAuthenticate->getPassword(); in connectWithCompletion()
1219 if (pAuthenticate->getRememberPassword()) in connectWithCompletion()
1221 m_pImpl->m_aPassword = pAuthenticate->getPassword(); in connectWithCompletion()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx313 …::rtl::Reference< dbaccess::OAuthenticationContinuation > pAuthenticate = new dbaccess::OAuthentic… in getCurrentSettings()
314 pAuthenticate->setCanChangeUserName( sal_False ); in getCurrentSettings()
315 pAuthenticate->setRememberPassword( RememberAuthentication_SESSION ); in getCurrentSettings()
319 pRequest->addContinuation(pAuthenticate.get()); in getCurrentSettings()
332 if (!pAuthenticate->wasSelected()) in getCurrentSettings()
335 sPassword = pAuthenticate->getPassword(); in getCurrentSettings()
336 if (pAuthenticate->getRememberPassword()) in getCurrentSettings()