Searched refs:aCurrentSortOrder (Results 1 – 2 of 2) sorted by relevance
293 ColumnSort aCurrentSortOrder; in PaintColumnHeader() local295 aCurrentSortOrder = pSortAdapter->getCurrentSortOrder(); in PaintColumnHeader()296 if ( aCurrentSortOrder.nColumnPos == _nCol ) in PaintColumnHeader()300 aCurrentSortOrder.eSortDirection == ColumnSortAscending ); in PaintColumnHeader()
859 … Pair< ::sal_Int32, ::sal_Bool > const aCurrentSortOrder( xSortAccess->getCurrentSortOrder() ); in getCurrentSortOrder() local860 currentSort.nColumnPos = aCurrentSortOrder.First; in getCurrentSortOrder()861 …currentSort.eSortDirection = aCurrentSortOrder.Second ? ColumnSortAscending : ColumnSortDescending; in getCurrentSortOrder()
Completed in 21 milliseconds