Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx883 const PropertyValue* pInfoIter = aSettings.getConstArray(); in convertFastPropertyValue() local
885 for ( ;!bModified && checkValue != valueEnd ; ++checkValue,++pInfoIter) in convertFastPropertyValue()
887 bModified = checkValue->Name != pInfoIter->Name; in convertFastPropertyValue()
890 bModified = !::comphelper::compare(checkValue->Value,pInfoIter->Value); in convertFastPropertyValue()

Completed in 19 milliseconds