Searched refs:iOldSel (Results 1 – 2 of 2) sorted by relevance
291 int32_t iOldSel = 0; in OnLButtonUpEx() local293 iOldSel = m_pOwner->m_arrSelDays[0]; in OnLButtonUpEx()307 if (iOldSel > 0 && iOldSel <= m_pOwner->m_arrDates.GetSize()) { in OnLButtonUpEx()308 lpDatesInfo = (LPDATEINFO)m_pOwner->m_arrDates.GetAt(iOldSel - 1); in OnLButtonUpEx()391 int32_t iOldSel = 0; in DisForm_OnLButtonUpEx() local393 iOldSel = m_pOwner->m_arrSelDays[0]; in DisForm_OnLButtonUpEx()400 if (iOldSel > 0 && iOldSel <= m_pOwner->m_arrDates.GetSize()) { in DisForm_OnLButtonUpEx()401 lpDatesInfo = (LPDATEINFO)m_pOwner->m_arrDates.GetAt(iOldSel - 1); in DisForm_OnLButtonUpEx()
1007 int32_t iOldSel = 0; in OnLButtonDown() local1009 iOldSel = m_pOwner->m_arrSelDays[0]; in OnLButtonDown()1014 FX_BOOL bSelChanged = iCurSel > 0 && iCurSel != iOldSel; in OnLButtonDown()1019 if (iOldSel > 0) { in OnLButtonDown()1020 lpDatesInfo = (LPDATEINFO)m_pOwner->m_arrDates.GetAt(iOldSel - 1); in OnLButtonDown()