Searched refs:nZO (Results 1 – 1 of 1) sorted by relevance
1387 sal_Int16 nZO, nDST1, nDST2, nDST, nZOmillis, nDST1millis, nDST2millis, nDSTmillis; in GetDateRef() local1403 nZO = xCal->getValue( i18n::CalendarFieldIndex::ZONE_OFFSET ); in GetDateRef()1405 nZoneInMillis = static_cast<sal_Int32>(nZO) * 60000 + in GetDateRef()1406 (nZO < 0 ? -1 : 1) * static_cast<sal_uInt16>(nZOmillis); in GetDateRef()1428 nZO = xCal->getValue( i18n::CalendarFieldIndex::ZONE_OFFSET ); in GetDateRef()
Completed in 39 milliseconds