Searched refs:SetSubItem (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | ListView.cpp | 62 int CListView::SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text)
in SetSubItem() function in NWindows::NControl::CListView 95 int CListView::SetSubItem(unsigned index, unsigned subIndex, LPCWSTR text)
in SetSubItem() function in NWindows::NControl::CListView
|
H A D | ListView.h | 51 int SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text);
60 int SetSubItem(unsigned index, unsigned subIndex, LPCWSTR text);
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 229 _list.SetSubItem(0, 1, L"2009-09-09"
in OnInit() 234 _list.SetSubItem(0, 2, L"9999 MB");
in OnInit() 628 _list.SetSubItem(index, subItem++, L"");
in Reload() 629 _list.SetSubItem(index, subItem++, L"");
in Reload() 670 _list.SetSubItem(index, subItem++, s);
in Reload() 676 _list.SetSubItem(index, subItem++, s);
in Reload()
|
H A D | ProgressDialog2.cpp | 1160 _messageList.SetSubItem(itemIndex, 1, message);
in AddMessageDirect()
|
Completed in 8 milliseconds