Searched refs:SetSubItem (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | ListView.cpp | 55 int CListView::SetSubItem(int index, int subIndex, LPCTSTR text) in SetSubItem() function in NWindows::NControl::CListView 88 int CListView::SetSubItem(int index, int subIndex, LPCWSTR text) in SetSubItem() function in NWindows::NControl::CListView
|
D | ListView.h | 50 int SetSubItem(int index, int subIndex, LPCTSTR text); 59 int SetSubItem(int index, int subIndex, LPCWSTR text);
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 247 _list.SetSubItem(0, 1, L"2009-09-09" in OnInit() 252 _list.SetSubItem(0, 2, L"9999 MB"); in OnInit() 612 _list.SetSubItem(index, subItem++, L""); in Reload() 613 _list.SetSubItem(index, subItem++, L""); in Reload() 654 _list.SetSubItem(index, subItem++, s); in Reload() 660 _list.SetSubItem(index, subItem++, s); in Reload()
|
D | ProgressDialog2.cpp | 1133 _messageList.SetSubItem(itemIndex, 1, message); in AddMessageDirect()
|