Searched refs:SortItemsWithPropID (Results 1 – 5 of 5) sorted by relevance
879 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()
237 void CPanel::SortItemsWithPropID(PROPID propID) in SortItemsWithPropID() function in CPanel268 SortItemsWithPropID(_visibleColumns[info->iSubItem].ID); in OnColumnClick()
166 void SortItemsWithPropID(PROPID propID) { GetFocusedPanel().SortItemsWithPropID(propID); } in SortItemsWithPropID() function
87 SortItemsWithPropID(g_VKeyPropIDPairs[index].PropID); in OnKeyDown()
678 void SortItemsWithPropID(PROPID propID);