Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DMyLoadMenu.cpp879 case IDM_VIEW_ARANGE_BY_NAME: g_App.SortItemsWithPropID(kpidName); break; in OnMenuCommand()
880 case IDM_VIEW_ARANGE_BY_TYPE: g_App.SortItemsWithPropID(kpidExtension); break; in OnMenuCommand()
881 case IDM_VIEW_ARANGE_BY_DATE: g_App.SortItemsWithPropID(kpidMTime); break; in OnMenuCommand()
882 case IDM_VIEW_ARANGE_BY_SIZE: g_App.SortItemsWithPropID(kpidSize); break; in OnMenuCommand()
883 case IDM_VIEW_ARANGE_NO_SORT: g_App.SortItemsWithPropID(kpidNoProperty); break; in OnMenuCommand()
DPanelSort.cpp237 void CPanel::SortItemsWithPropID(PROPID propID) in SortItemsWithPropID() function in CPanel
268 SortItemsWithPropID(_visibleColumns[info->iSubItem].ID); in OnColumnClick()
DApp.h166 void SortItemsWithPropID(PROPID propID) { GetFocusedPanel().SortItemsWithPropID(propID); } in SortItemsWithPropID() function
DPanelKey.cpp87 SortItemsWithPropID(g_VKeyPropIDPairs[index].PropID); in OnKeyDown()
DPanel.h678 void SortItemsWithPropID(PROPID propID);