Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx450 const PropertyValue* pDataSourceSetting = _rDataSourceSettings.getConstArray(); in lcl_filterDriverProperties() local
451 const PropertyValue* pEnd = pDataSourceSetting + _rDataSourceSettings.getLength(); in lcl_filterDriverProperties()
455 for ( ; pDataSourceSetting != pEnd ; ++pDataSourceSetting ) in lcl_filterDriverProperties()
461 if ( !pDataSourceSetting->Name.compareToAscii( pSetting->AsciiName ) ) in lcl_filterDriverProperties()
480 aRet.push_back( *pDataSourceSetting ); in lcl_filterDriverProperties()