Searched refs:pInfoIter (Results 1 – 1 of 1) sorted by relevance
883 const PropertyValue* pInfoIter = aSettings.getConstArray(); in convertFastPropertyValue() local885 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 106 milliseconds