Lines Matching refs:m_arrDates
281 int32_t iCount = pdfium::CollectionSize<int32_t>(m_arrDates); in DrawDatesInBK()
283 DATEINFO* pDataInfo = m_arrDates[j].get(); in DrawDatesInBK()
361 int32_t iCount = pdfium::CollectionSize<int32_t>(m_arrDates); in DrawDatesIn()
363 DATEINFO* pDataInfo = m_arrDates[j].get(); in DrawDatesIn()
395 if (m_iDay < 1 || m_iDay > pdfium::CollectionSize<int32_t>(m_arrDates)) in DrawDatesInCircle()
398 DATEINFO* pDate = m_arrDates[m_iDay - 1].get(); in DrawDatesInCircle()
533 for (const auto& pDateInfo : m_arrDates) { in CalDateItem()
570 m_arrDates.clear(); in ClearDateItem()
588 m_arrDates.push_back(pdfium::MakeUnique<DATEINFO>( in ResetDateItem()
641 int32_t iDatesCount = pdfium::CollectionSize<int32_t>(m_arrDates); in RemoveSelDay()
644 m_arrDates[iSelDay - 1]->dwStates &= ~FWL_ITEMSTATE_MCD_Selected; in RemoveSelDay()
655 if (iDay <= pdfium::CollectionSize<int32_t>(m_arrDates)) in AddSelDay()
656 m_arrDates[iDay - 1]->dwStates |= FWL_ITEMSTATE_MCD_Selected; in AddSelDay()
691 for (const auto& pDateInfo : m_arrDates) { in GetDayAtPoint()
700 if (iDay <= 0 || iDay > pdfium::CollectionSize<int32_t>(m_arrDates)) in GetDayRect()
703 DATEINFO* pDateInfo = m_arrDates[iDay - 1].get(); in GetDayRect()
792 DATEINFO* lpDatesInfo = m_arrDates[iCurSel - 1].get(); in OnLButtonUp()
794 if (iOldSel > 0 && iOldSel <= pdfium::CollectionSize<int32_t>(m_arrDates)) { in OnLButtonUp()
795 lpDatesInfo = m_arrDates[iOldSel - 1].get(); in OnLButtonUp()
832 DATEINFO* lpDatesInfo = m_arrDates[iCurSel - 1].get(); 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()