Searched refs:nIndexSel (Results 1 – 5 of 5) sorted by relevance
82 FWL_HLISTITEM CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() argument85 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelItem(nIndexSel); in GetSelItem()
119 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
24 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
35 virtual FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
40 FWL_HLISTITEM IFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() argument41 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelItem(nIndexSel); in GetSelItem()222 FWL_HLISTITEM CFWL_ListBoxImp::GetSelItem(int32_t nIndexSel) { in GetSelItem() argument236 if (index == nIndexSel) { in GetSelItem()