Home
last modified time | relevance | path

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

/trunk/main/svtools/source/table/
H A Dmousefunction.cxx288 ColumnSort const aCurrentSort = pSort->getCurrentSortOrder(); in handleMouseUp() local
289 if ( aCurrentSort.nColumnPos == m_nActiveColumn ) in handleMouseUp()
291 …eSortDirection = ( aCurrentSort.eSortDirection == ColumnSortAscending ) ? ColumnSortDescending : C… in handleMouseUp()