Searched refs:pAuthenticate (Results 1 – 2 of 2) sorted by relevance
1178 OAuthenticationContinuation* pAuthenticate = new OAuthenticationContinuation; in connectWithCompletion() local1197 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()
312 …::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 895 milliseconds