Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp785 int32_t iOldSel = 0; in OnLButtonUp() local
787 iOldSel = m_arrSelDays[0]; in OnLButtonUp()
794 if (iOldSel > 0 && iOldSel <= pdfium::CollectionSize<int32_t>(m_arrDates)) { in OnLButtonUp()
795 lpDatesInfo = m_arrDates[iOldSel - 1].get(); in OnLButtonUp()
826 int32_t iOldSel = 0; in DisForm_OnLButtonUp() local
828 iOldSel = m_arrSelDays[0]; in DisForm_OnLButtonUp()
834 if (iOldSel > 0 && iOldSel <= pdfium::CollectionSize<int32_t>(m_arrDates)) { in DisForm_OnLButtonUp()
835 lpDatesInfo = m_arrDates[iOldSel - 1].get(); in DisForm_OnLButtonUp()