Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.h63 HIMAGELIST Shell_Get_SysImageList_smallIcons(bool smallIcons);
DPanel.cpp424 _listView.SetImageList(Shell_Get_SysImageList_smallIcons(true), LVSIL_SMALL); in OnCreate()
425 _listView.SetImageList(Shell_Get_SysImageList_smallIcons(false), LVSIL_NORMAL); in OnCreate()
517 _headerComboBox.SetImageList(Shell_Get_SysImageList_smallIcons(true)); in OnCreate()
DSysIconUtils.cpp333 HIMAGELIST Shell_Get_SysImageList_smallIcons(bool smallIcons) in Shell_Get_SysImageList_smallIcons() function
DBrowseDialog.cpp211 _list.SetImageList(Shell_Get_SysImageList_smallIcons(true), LVSIL_SMALL); in OnInit()
212 _list.SetImageList(Shell_Get_SysImageList_smallIcons(false), LVSIL_NORMAL); in OnInit()
DBrowseDialog2.cpp359 _list.SetImageList(Shell_Get_SysImageList_smallIcons(true), LVSIL_SMALL); in OnInit()
360 _list.SetImageList(Shell_Get_SysImageList_smallIcons(false), LVSIL_NORMAL); in OnInit()