Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp752 int32_t iOldSel = 0; in OnLButtonUp() local
754 iOldSel = m_arrSelDays[0]; in OnLButtonUp()
760 if (iOldSel > 0 && iOldSel <= pdfium::CollectionSize<int32_t>(m_arrDates)) { in OnLButtonUp()
761 lpDatesInfo = m_arrDates[iOldSel - 1].get(); in OnLButtonUp()