Lines Matching refs:nHour
846 sal_uInt16 nHour; in GetTimeRef() local
868 nHour = 0; in GetTimeRef()
870 nHour = (sal_uInt16) sStrArray[nNums[nIndex++]].ToInt32(); in GetTimeRef()
873 nHour = 0; in GetTimeRef()
884 if (nAmPm == -1 && nHour != 12) // PM in GetTimeRef()
885 nHour += 12; in GetTimeRef()
886 else if (nAmPm == 1 && nHour == 12) // 12 AM in GetTimeRef()
887 nHour = 0; in GetTimeRef()
889 fOutNumber = ((double)nHour*3600 + in GetTimeRef()
1385 sal_Int16 nDay, nMyMonth, nYear, nHour, nMinute, nSecond; in GetDateRef() local
1442 nHour = xCal->getValue( i18n::CalendarFieldIndex::HOUR ); in GetDateRef()
1446 nYearSet && nHour == nHourSet && nMinute == nMinuteSet && nSecond in GetDateRef()