| 1005 | } |
| 1006 | |
| 1007 | bool Model_Impl::isIsLeapYearDefaulted() const { |
| 1008 | if (!m_cachedYearDescription) { |
| 1009 | m_cachedYearDescription = this->model().getUniqueModelObject<YearDescription>(); |
| 1010 | } |
| 1011 | OS_ASSERT(m_cachedYearDescription); |
| 1012 | return m_cachedYearDescription->isIsLeapYearDefaulted(); |
| 1013 | } |
| 1014 | |
| 1015 | bool Model_Impl::setCalendarYear(int calendarYear) { |
| 1016 | if (!m_cachedYearDescription) { |