Home
last modified time | relevance | path

Searched refs:aDriverInfo (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/connectivity/source/drivers/jdbc/
H A DJDriver.cxx142 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 DODriver.cxx135 ::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 DEDriver.cxx90 ::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 DFDriver.cxx135 ::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 DDDriver.cxx86 ::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 DYDriver.cxx324 ::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 DADriver.cxx164 ::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 Ddatasource.cxx447 … 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 Dmysqlc_driver.cxx201 ::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 DHDriver.cxx413 ::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 DBDriver.cxx397 ::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 55 milliseconds