Lines Matching refs:index
30 bool CListView::GetItemParam(unsigned index, LPARAM ¶m) const
33 item.iItem = (int)index;
51 int CListView::InsertItem(unsigned index, LPCTSTR text)
55 item.iItem = (int)index;
56 item.lParam = (LPARAM)index;
62 int CListView::SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text)
66 item.iItem = (int)index;
84 int CListView::InsertItem(unsigned index, LPCWSTR text)
88 item.iItem = (int)index;
89 item.lParam = (LPARAM)index;
95 int CListView::SetSubItem(unsigned index, unsigned subIndex, LPCWSTR text)
99 item.iItem = (int)index;