Lines Matching refs:m_iCurSel
157 m_iCurSel = bClearSel ? -1 : iSel; in SetCurSel()
190 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in GetEditText()
231 pComboList->ChangeSelected(m_iCurSel); in ShowDropList()
263 if (iMatch != m_iCurSel) { in MatchEditText()
270 m_iCurSel = iMatch; in MatchEditText()
308 if (m_iCurSel >= 0) { in Layout()
309 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in Layout()
383 m_iCurSel = m_pListBox->GetItemIndex(this, m_pListBox->GetSelItem(0)); in ProcessSelChanged()
389 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in ProcessSelChanged()
555 int32_t iCurSel = m_iCurSel; in OnKey()
574 m_iCurSel = iCurSel; in OnKey()
575 SyncEditText(m_iCurSel); in OnKey()