Searched refs:sPwd (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 303 ::rtl::OUString sPwd, sUser; in getConnection_allowException() 307 …rop->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD)) >>= sPwd; in getConnection_allowException() 315 if(bPwdReq && !sPwd.getLength()) in getConnection_allowException() 329 xConnection = xDataSource->getConnection(sUser, sPwd); in getConnection_allowException() 441 ::rtl::OUString sUser, sPwd; in lcl_connectRowSet() 446 …ops->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD)) >>= sPwd; in lcl_connectRowSet() 448 … xPureConnection = getConnection_allowException( sDataSourceName, sUser, sPwd, _rxFactory ); in lcl_connectRowSet() 457 ::rtl::OUString sUser, sPwd; in lcl_connectRowSet() 461 …ops->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PASSWORD)) >>= sPwd; in lcl_connectRowSet() 468 aInfo.getArray()[1].Value <<= sPwd; in lcl_connectRowSet()
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 704 String sPwd = aDlg.GetPassword().ToUpperAscii(); in IMPL_LINK() local 706 if ( sPwd.GetTokenCount(' ') == 1 ) in IMPL_LINK() 710 m_ConPwd = sPwd; in IMPL_LINK() 715 m_SysPwd = sPwd; in IMPL_LINK() 730 m_DomainPwd = sPwd; in IMPL_LINK()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 695 ::rtl::OUString sPwd(_rPwd); in buildLowLevelConnection() 696 if ((0 == sUser.getLength()) && (0 == sPwd.getLength()) && (0 != m_pImpl->m_sUser.getLength())) in buildLowLevelConnection() 702 sPwd = m_pImpl->m_aPassword; in buildLowLevelConnection() 710 if (sPwd.getLength()) ++nAdditionalArgs; in buildLowLevelConnection() 720 if (sPwd.getLength()) in buildLowLevelConnection() 723 aUserPwd[ nArgPos ].Value <<= sPwd; in buildLowLevelConnection()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 349 ::rtl::OUString sPwd, sUser; in createConnection() 353 _xDataSource->getPropertyValue(PROPERTY_PASSWORD) >>= sPwd; in createConnection() 365 if(bPwdReq && !sPwd.getLength()) in createConnection() 388 _rOUTConnection = xDataSource->getConnection(sUser, sPwd); in createConnection()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 619 ::rtl::OUString sNewConnectURL, sName, sUid, sPwd; in translateProperties()
|
/aoo4110/main/extensions/source/bibliography/ |
H A D | datman.cxx | 135 ::rtl::OUString sUser, sPwd; in getConnection()
|
Completed in 61 milliseconds