Home
last modified time | relevance | path

Searched refs:InsertItem (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DListView.cpp51 int CListView::InsertItem(unsigned index, LPCTSTR text) in InsertItem() function in NWindows::NControl::CListView
59 return InsertItem(&item); in InsertItem()
84 int CListView::InsertItem(unsigned index, LPCWSTR text) in InsertItem() function in NWindows::NControl::CListView
92 return InsertItem(&item); in InsertItem()
H A DListView.h48 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem() function in NWindows::NControl::CListView
49 int InsertItem(unsigned index, LPCTSTR text);
57 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function in NWindows::NControl::CListView
58 int InsertItem(unsigned index, LPCWSTR text);
H A DComboBox.h62 LRESULT InsertItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_INSERTITEM, 0, (LPARAM)item); } in InsertItem() function in NWindows::NControl::CComboBoxEx
64 LRESULT InsertItem(COMBOBOXEXITEMW *item) { return SendMsg(CBEM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() function in NWindows::NControl::CComboBoxEx
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp224 _list.InsertItem(0, L"12345678901234567" in OnInit()
627 _list.InsertItem(&item); in Reload()
659 _list.InsertItem(&item); in Reload()
H A DProgressDialog2.cpp1158 if (_messageList.InsertItem(itemIndex, sz) == (int)itemIndex) in AddMessageDirect()

Completed in 5 milliseconds