Lines Matching refs:index
388 const int index = LPNMLISTVIEW(header)->iSubItem;
389 if (index == _sortIndex)
393 _ascending = (index == 0);
394 _sortIndex = index;
609 unsigned index = 0;
615 item.iItem = (int)index;
618 cursorIndex = (int)index;
628 _list.SetSubItem(index, subItem++, L"");
629 _list.SetSubItem(index, subItem++, L"");
630 index++;
634 for (unsigned i = 0; i < _files.Size(); i++, index++)
636 item.iItem = (int)index;
640 cursorIndex = (int)index;
670 _list.SetSubItem(index, subItem++, s);
676 _list.SetSubItem(index, subItem++, s);
694 const int index = _list.GetNextSelectedItem(-1);
695 if (index >= 0)
697 const int fileIndex = GetRealItemIndex(index);
717 const int index = _list.GetNextSelectedItem(-1);
718 if (index < 0)
724 const int fileIndex = GetRealItemIndex(index);
778 const int index = _list.GetNextSelectedItem(-1);
779 if (index < 0)
781 const int fileIndex = GetRealItemIndex(index);