Searched refs:IndexCompare (Results 1 – 3 of 3) sorted by relevance
1017 struct IndexCompare struct1020 IndexCompare( const ::css::beans::PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument1162 std::sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in retrieveCharacterAttributes()
1630 struct IndexCompare struct1633 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() function1919 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes()3245 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in setAttributes()
1350 struct IndexCompare struct1353 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument1556 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes()
Completed in 71 milliseconds