Searched refs:aDriverInfo (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | JDriver.cxx | 142 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 149 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 156 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 163 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 170 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 177 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 184 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 191 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 198 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 205 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() [all …]
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODriver.cxx | 135 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 141 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 148 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 155 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 162 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 169 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 176 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 183 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 190 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 197 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() [all …]
|
/aoo42x/main/connectivity/source/drivers/flat/ |
H A D | EDriver.cxx | 90 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 96 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 103 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 110 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 117 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 124 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 132 … Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size())); in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDriver.cxx | 135 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 141 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 148 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 155 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 162 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 169 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 176 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 183 return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size()); in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DDriver.cxx | 86 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 92 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 99 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 106 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 113 return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size()); in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/mysql/ |
H A D | YDriver.cxx | 324 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 333 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 340 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 350 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 360 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 368 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 378 return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size()); in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 164 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 170 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 177 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 184 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 191 return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size()); in getPropertyInfo()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 447 … Sequence< DriverPropertyInfo > aDriverInfo(_xDriver->getPropertyInfo(_sUrl,_rDataSourceSettings)); in lcl_filterDriverProperties() local 463 … const DriverPropertyInfo* pAllowedDriverSetting = aDriverInfo.getConstArray(); in lcl_filterDriverProperties() 464 … const DriverPropertyInfo* pDriverSettingsEnd = pAllowedDriverSetting + aDriverInfo.getLength(); in lcl_filterDriverProperties() 745 Sequence< PropertyValue > aDriverInfo = lcl_filterDriverProperties( in buildLowLevelConnection() local 754 sal_Int32 nCount = aDriverInfo.getLength(); in buildLowLevelConnection() 755 aDriverInfo.realloc(nCount + 2 ); in buildLowLevelConnection() 756 aDriverInfo[nCount].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("URL")); in buildLowLevelConnection() 757 aDriverInfo[nCount++].Value <<= m_pImpl->getURL(); in buildLowLevelConnection() 758 aDriverInfo[nCount].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Storage")); in buildLowLevelConnection() 763 …getConnectionWithInfo(m_pImpl->m_sConnectURL, ::comphelper::concatSequences(aUserPwd,aDriverInfo)); in buildLowLevelConnection() [all …]
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_driver.cxx | 201 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 203 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 210 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 217 return Sequence< DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size()); in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HDriver.cxx | 413 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 414 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 421 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 428 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 435 return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size()); in getPropertyInfo()
|
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BDriver.cxx | 397 ::std::vector< DriverPropertyInfo > aDriverInfo; in getPropertyInfo() 399 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 406 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 413 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 420 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 427 aDriverInfo.push_back(DriverPropertyInfo( in getPropertyInfo() 434 return Sequence< DriverPropertyInfo >(&aDriverInfo[0],aDriverInfo.size()); in getPropertyInfo()
|
Completed in 92 milliseconds