Searched refs:SORT_DES (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailListCtrl.cpp45 SetSorting(1, CMuleListCtrl::SORT_DES);
56 int mod = (sortData & CMuleListCtrl::SORT_DES) ? -1 : 1;
H A DSharedFilePeersListCtrl.cpp66 return CGenericClientListCtrl::SortProc(param1, param2, s_sources_column_info[sortData & CMuleListCtrl::COLUMN_MASK].cid | (sortData & CMuleListCtrl::SORT_DES));
H A DSourceListCtrl.cpp65 return CGenericClientListCtrl::SortProc(param1, param2, s_sources_column_info[sortData & CMuleListCtrl::COLUMN_MASK].cid | (sortData & CMuleListCtrl::SORT_DES));
H A DCommentDialogLst.cpp131 int mod = (sortData & CMuleListCtrl::SORT_DES) ? -1 : 1;
H A DMuleListCtrl.cpp147 sortOrder += it->second & SORT_DES ? wxT("1") : wxT("0");
250 SetSorting(col, (order ? SORT_DES : 0) | (alt ? SORT_ALT : 0));
520 if (sort_order & SORT_DES) {
527 sort_order = SORT_DES | (sort_order & SORT_ALT);
584 if (order & SORT_DES) {
H A DMuleListCtrl.h56 * If SORT_DES is not set, sorting is taken to be
63 SORT_DES = 0x1000, enumerator in enum:CMuleListCtrl::MLOrder
H A DServerListCtrl.cpp572 int mode = (sortData & CMuleListCtrl::SORT_DES) ? -1 : 1;
H A DSearchListCtrl.cpp475 int modifier = (sortData & CMuleListCtrl::SORT_DES) ? -1 : 1;
H A DSharedFilesCtrl.cpp363 int mod = (sortData & CMuleListCtrl::SORT_DES) ? -1 : 1;
H A DDownloadListCtrl.cpp1121 int sortMod = (sortData & CMuleListCtrl::SORT_DES) ? -1 : 1;
H A DGenericClientListCtrl.cpp1104 int sortMod = (sortData & CMuleListCtrl::SORT_DES) ? -1 : 1;

Completed in 133 milliseconds