Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1017 struct IndexCompare struct
1020 IndexCompare( const ::css::beans::PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument
1162 std::sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in retrieveCharacterAttributes()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1630 struct IndexCompare struct
1633 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument
1919 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes()
3245 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in setAttributes()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1350 struct IndexCompare struct
1353 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument
1556 sort( &pIndices[0], &pIndices[nLength], IndexCompare(pPairs) ); in getCharacterAttributes()

Completed in 59 milliseconds