Searched defs:IndexCompare (Results 1 – 3 of 3) sorted by relevance
1017 struct IndexCompare struct1019 const ::css::beans::PropertyValue* pValues;1020 IndexCompare( const ::css::beans::PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument1021 bool operator() ( const sal_Int32& a, const sal_Int32& b ) const in operator ()()
1350 struct IndexCompare struct1352 const PropertyValue* pValues;1353 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() function1354 bool operator() ( const sal_Int32& a, const sal_Int32& b ) const in operator ()()
1630 struct IndexCompare struct1633 IndexCompare( const PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare() argument1634 bool operator() ( const sal_Int32& a, const sal_Int32& b ) const in operator ()()
Completed in 67 milliseconds