Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1017 struct IndexCompare struct
1019 const ::css::beans::PropertyValue* pValues;
1020 IndexCompare( const ::css::beans::PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument
1021 bool operator() ( const sal_Int32& a, const sal_Int32& b ) const in operator ()()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1350 struct IndexCompare struct
1352 const PropertyValue* pValues;
1353 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument
1354 bool operator() ( const sal_Int32& a, const sal_Int32& b ) const in operator ()()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1630 struct IndexCompare struct
1633 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument
1634 bool operator() ( const sal_Int32& a, const sal_Int32& b ) const in operator ()()

Completed in 66 milliseconds