Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx1178 OAuthenticationContinuation* pAuthenticate = new OAuthenticationContinuation; in connectWithCompletion() local
1197 pRequest->addContinuation(pAuthenticate); in connectWithCompletion()
1211 if (!pAuthenticate->wasSelected()) in connectWithCompletion()
1215 sUser = m_pImpl->m_sUser = pAuthenticate->getUser(); in connectWithCompletion()
1216 sPassword = pAuthenticate->getPassword(); in connectWithCompletion()
1218 if (pAuthenticate->getRememberPassword()) in connectWithCompletion()
1220 m_pImpl->m_aPassword = pAuthenticate->getPassword(); in connectWithCompletion()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx312 …::rtl::Reference< dbaccess::OAuthenticationContinuation > pAuthenticate = new dbaccess::OAuthentic… in getCurrentSettings()
313 pAuthenticate->setCanChangeUserName( sal_False ); in getCurrentSettings()
314 pAuthenticate->setRememberPassword( RememberAuthentication_SESSION ); in getCurrentSettings()
318 pRequest->addContinuation(pAuthenticate.get()); in getCurrentSettings()
331 if (!pAuthenticate->wasSelected()) in getCurrentSettings()
334 sPassword = pAuthenticate->getPassword(); in getCurrentSettings()
335 if (pAuthenticate->getRememberPassword()) in getCurrentSettings()

Completed in 28 milliseconds