Searched refs:aCurrentSort (Results 1 – 1 of 1) sorted by relevance
288 ColumnSort const aCurrentSort = pSort->getCurrentSortOrder(); in handleMouseUp() local289 if ( aCurrentSort.nColumnPos == m_nActiveColumn ) in handleMouseUp()291 …eSortDirection = ( aCurrentSort.eSortDirection == ColumnSortAscending ) ? ColumnSortDescending : C… in handleMouseUp()