Searched refs:aSortedProps (Results 1 – 1 of 1) sorted by relevance
330 Sequence< PropertyValue > aSortedProps( _rProps ); in setPropertyValues() local331 …::std::sort( aSortedProps.getArray(), aSortedProps.getArray() + nPropertyValues, PropertyValueLess… in setPropertyValues()337 for ( const PropertyValue* pProperties = aSortedProps.getConstArray(); in setPropertyValues()338 pProperties != aSortedProps.getConstArray() + nPropertyValues; in setPropertyValues()349 … ::std::transform( aSortedProps.getConstArray(), aSortedProps.getConstArray() + nPropertyValues, in setPropertyValues()353 … ::std::transform( aSortedProps.getConstArray(), aSortedProps.getConstArray() + nPropertyValues, in setPropertyValues()
Completed in 10 milliseconds