Searched refs:pCal (Results 1 – 1 of 1) sorted by relevance
999 CalendarWrapper* pCal = pFormatter->GetCalendar(); in GetDateRef() local1002 pCal->setGregorianDateTime( Date() ); // today in GetDateRef()1085 pCal->setValue( CalendarFieldIndex::DAY_OF_MONTH, 1 ); in GetDateRef()1091 pCal->setValue( CalendarFieldIndex::MONTH, Abs(nMonth)-1 ); in GetDateRef()1182 if ( !bHadExact || !pCal->isValid() ) in GetDateRef()1356 if ( res && pCal->isValid() ) in GetDateRef()1358 double fDiff = DateTime(*pNullDate) - pCal->getEpochStart(); in GetDateRef()1359 fDays = ::rtl::math::approxFloor( pCal->getLocalDateTime() ); in GetDateRef()2422 const CalendarWrapper* pCal = pFormatter->GetCalendar(); in InitText() local2426 = pCal->getMonths(); in InitText()[all …]
Completed in 44 milliseconds