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 | 36 int SetSubItem(int index, int subIndex, LPCTSTR text); 45 int SetSubItem(int index, int subIndex, LPCWSTR text);
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 241 _list.SetSubItem(0, 1, L"2009-09-09" in OnInit() 246 _list.SetSubItem(0, 2, L"9999 MB"); in OnInit() 603 _list.SetSubItem(index, subItem++, L""); in Reload() 604 _list.SetSubItem(index, subItem++, L""); in Reload() 647 _list.SetSubItem(index, subItem++, s); in Reload() 653 _list.SetSubItem(index, subItem++, s); in Reload()
|
D | ProgressDialog2.cpp | 1107 _messageList.SetSubItem(itemIndex, 1, message); in AddMessageDirect()
|