Searched refs:pAuthenticate (Results 1 – 2 of 2) sorted by relevance
1179 OAuthenticationContinuation* pAuthenticate = new OAuthenticationContinuation; in connectWithCompletion() local1198 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()
313 …::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()