Searched refs:aUserPwd (Results 1 – 1 of 1) sorted by relevance
712 Sequence< PropertyValue > aUserPwd(nAdditionalArgs); in buildLowLevelConnection() local716 aUserPwd[ nArgPos ].Name = ::rtl::OUString::createFromAscii("user"); in buildLowLevelConnection()717 aUserPwd[ nArgPos ].Value <<= sUser; in buildLowLevelConnection()722 aUserPwd[ nArgPos ].Name = ::rtl::OUString::createFromAscii("password"); in buildLowLevelConnection()723 aUserPwd[ nArgPos ].Value <<= sPwd; in buildLowLevelConnection()763 …getConnectionWithInfo(m_pImpl->m_sConnectURL, ::comphelper::concatSequences(aUserPwd,aDriverInfo)); in buildLowLevelConnection()
Completed in 313 milliseconds