Home
last modified time | relevance | path

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

/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx293 ColumnSort aCurrentSortOrder; in PaintColumnHeader() local
295 aCurrentSortOrder = pSortAdapter->getCurrentSortOrder(); in PaintColumnHeader()
296 if ( aCurrentSortOrder.nColumnPos == _nCol ) in PaintColumnHeader()
300 aCurrentSortOrder.eSortDirection == ColumnSortAscending ); in PaintColumnHeader()
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx859 … Pair< ::sal_Int32, ::sal_Bool > const aCurrentSortOrder( xSortAccess->getCurrentSortOrder() ); in getCurrentSortOrder() local
860 currentSort.nColumnPos = aCurrentSortOrder.First; in getCurrentSortOrder()
861 …currentSort.eSortDirection = aCurrentSortOrder.Second ? ColumnSortAscending : ColumnSortDescending; in getCurrentSortOrder()

Completed in 13 milliseconds