Lines Matching refs:hItem
34 CFWL_ListItem* hItem = GetItem(this, i); in MatchItem() local
35 CFX_WideString wsText = hItem ? hItem->GetText() : L""; in MatchItem()
44 CFWL_ListItem* hItem = GetItem(this, iSel); in ChangeSelected() local
56 if (hItem) { in ChangeSelected()
143 CFWL_ListItem* hItem = GetItemAtPoint(pMsg->m_pos); in OnDropListMouseMove() local
144 if (!hItem) in OnDropListMouseMove()
147 ChangeSelected(GetItemIndex(this, hItem)); in OnDropListMouseMove()
180 CFWL_ListItem* hItem = GetItemAtPoint(pMsg->m_pos); in OnDropListLButtonUp() local
181 if (hItem) in OnDropListLButtonUp()
226 CFWL_ListItem* hItem = GetItem(this, pOuter->GetCurrentSelection()); in OnDropListKeyDown() local
227 hItem = GetListItem(hItem, dwKeyCode); in OnDropListKeyDown()
228 if (!hItem) in OnDropListKeyDown()
231 SetSelection(hItem, hItem, true); in OnDropListKeyDown()
232 ScrollToVisible(hItem); in OnDropListKeyDown()