Searched refs:pSort (Results 1 – 2 of 2) sorted by relevance
548 FSysSort *pSort; in ImpSetSort() local551 *( pSort = new FSysSort ) = nFirstSort; in ImpSetSort()555 bLast = FSYS_SORT_END == (*pSort & FSYS_SORT_END); in ImpSetSort()556 *pSort &= ~FSYS_SORT_END; in ImpSetSort()558 FSysSort nSort = *pSort & ~(sal_uInt16)FSYS_SORT_ASCENDING in ImpSetSort()570 pNewSortLst->Insert( pSort, APPEND ); in ImpSetSort()571 *(pSort = new FSysSort) = va_arg( pArgs, FSysSort ); in ImpSetSort()584 if ( *pSort == FSYS_SORT_NONE ) in ImpSetSort()586 delete pSort; in ImpSetSort()593 delete pSort; in ImpSetSort()[all …]
285 ITableDataSort* pSort = i_tableControl.getModel()->getSortAdapter(); in handleMouseUp() local286 …ENSURE_OR_RETURN( pSort != NULL, "ColumnSortHandler::handleMouseUp: somebody is mocking with us!",… in handleMouseUp()290 ColumnSort const aCurrentSort = pSort->getCurrentSortOrder(); in handleMouseUp()295 pSort->sortByColumn( m_nActiveColumn, eSortDirection ); in handleMouseUp()
Completed in 28 milliseconds