Lines Matching defs:selected
558 const int selected = _filterCombo.GetCurSel();
560 if (/* selected >= 0 && */ (unsigned)selected < Filters.Size())
562 const UStringVector &m = Filters[selected].Masks;
693 UString selected;
699 selected = fs2us(_files[fileIndex].Name);
702 return Reload(dirPathTemp, selected);
707 UString parent, selected;
708 if (GetParentPath(DirPrefix, parent, selected))
710 Reload(parent, selected);