Home
last modified time | relevance | path

Searched refs:iOldSel (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_datetimepickerimp.cpp291 int32_t iOldSel = 0; in OnLButtonUpEx() local
293 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() local
393 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()
Dfwl_monthcalendarimp.cpp1007 int32_t iOldSel = 0; in OnLButtonDown() local
1009 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()