Home
last modified time | relevance | path

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

/aoo41x/main/forms/source/component/
H A Dpropertybaghelper.cxx330 Sequence< PropertyValue > aSortedProps( _rProps ); in setPropertyValues() local
331 …::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 5 milliseconds