Searched refs:iCurSel (Results 1 – 2 of 2) sorted by relevance
861 int32_t iCurSel = m_iCurSel; in DoSubCtrlKey() local865 iCurSel = m_pListBox->MatchItem(wsText); in DoSubCtrlKey()866 if (iCurSel >= 0) { in DoSubCtrlKey()867 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iCurSel); in DoSubCtrlKey()871 if (iCurSel < 0) { in DoSubCtrlKey()872 iCurSel = 0; in DoSubCtrlKey()874 if ((bUp && iCurSel == 0) || (bDown && iCurSel == iCount - 1)) in DoSubCtrlKey()877 iCurSel--; in DoSubCtrlKey()879 iCurSel++; in DoSubCtrlKey()881 m_iCurSel = iCurSel; in DoSubCtrlKey()[all …]
789 int32_t iCurSel = GetDayAtPoint(pMsg->m_pos); in OnLButtonUp() local791 if (iCurSel > 0) { in OnLButtonUp()792 DATEINFO* lpDatesInfo = m_arrDates[iCurSel - 1].get(); in OnLButtonUp()798 AddSelDay(iCurSel); in OnLButtonUp()802 pIPicker->ProcessSelChanged(m_iCurYear, m_iCurMonth, iCurSel); in OnLButtonUp()830 int32_t iCurSel = GetDayAtPoint(pMsg->m_pos); in DisForm_OnLButtonUp() local831 if (iCurSel > 0) { in DisForm_OnLButtonUp()832 DATEINFO* lpDatesInfo = m_arrDates[iCurSel - 1].get(); in DisForm_OnLButtonUp()838 AddSelDay(iCurSel); in DisForm_OnLButtonUp()841 pDateTime->ProcessSelChanged(m_iCurYear, m_iCurMonth, iCurSel); in DisForm_OnLButtonUp()