/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | DateTimeHelper.cxx | 42 int year, month, day, hours, minutes, off_hours, off_minutes, fix; in ISO8601_To_DateTime() local 47 &year, &month, &day, &hours, &minutes, &seconds ); in ISO8601_To_DateTime() 56 &year, &month, &day, &hours, &minutes, &seconds, in ISO8601_To_DateTime() 66 &year, &month, &day, &hours, &minutes, &seconds, in ISO8601_To_DateTime() 85 aDateTime.Hours = sal::static_int_cast< sal_uInt16 >(hours); // 0-23 in ISO8601_To_DateTime() 172 int hours; in RFC2068_To_DateTime() local 185 string_day, &day, string_month, &year, &hours, &minutes, &seconds); in RFC2068_To_DateTime() 190 string_day, &day, string_month, &year, &hours, &minutes, &seconds); in RFC2068_To_DateTime() 201 &day, &hours, &minutes, &seconds, &year); in RFC2068_To_DateTime() 221 aDateTime.Hours = sal::static_int_cast< sal_uInt16 >(hours); in RFC2068_To_DateTime()
|
/aoo42x/main/shell/source/win32/shlxthandler/util/ |
H A D | iso8601_converter.cxx | 107 std::wstring hours; in iso8601_duration_to_local_duration() local 127 hours = num; in iso8601_duration_to_local_duration() 139 int h = ((_wtoi(days.c_str()) * 24) + _wtoi(hours.c_str())); in iso8601_duration_to_local_duration() 142 hours = buff; in iso8601_duration_to_local_duration() 147 oss << std::setw(2) << std::setfill(wchar_t('0')) << hours << L":" << in iso8601_duration_to_local_duration() 160 ADD_AS_PREFILLED( hours, result ) in iso8601_duration_to_local_duration()
|
/aoo42x/main/solenv/bin/modules/installer/ |
H A D | logger.pm | 582 my $hours = $secondstring / 3600; 586 if ( $hours =~ /(\d*)\.\d*/ ) { $hours = $1; } 588 if ( $hours < 10 ) { $hours = "0" . $hours; } 591 $timestring = "$hours\:$minutes\:$seconds hours";
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.hxx | 51 const sal_uInt16& hours, in DateTime() 58 hours, in DateTime() 68 void SetHour(sal_uInt16 hours) { Hours = hours; } in SetHour()
|
/aoo42x/main/setup_native/scripts/ |
H A D | admin.pl | 1297 my $hours = $secondstring / 3600; 1301 if ( $hours =~ /(\d*)\.\d*/ ) { $hours = $1; } 1303 if ( $hours < 10 ) { $hours = "0" . $hours; } 1306 $timestring = "$hours\:$minutes\:$seconds hours";
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportData.java | 213 private static StringBuffer getTimeString(final int hours, final int minutes, final int seconds) in getTimeString() argument 216 if (hours < 10) in getTimeString() 220 timeString.append(hours); in getTimeString()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldGroupBy.idl | 46 hours and minutes of the member, e.g. <em>2002-Jan-03 00:00:02</em> or 57 hours and seconds of the member, e.g. <em>2002-Jan-03 00:02:00</em> or 64 by their current value for hours.
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | Formula.java | 241 int hours = Integer.parseInt(s.substring(2,4)); in toExcelSerialTime() local 245 int timeSecs = (hours*3600) + (mins*60) + (secs); in toExcelSerialTime()
|
/aoo42x/main/tools/source/fsys/ |
H A D | os2.cxx | 568 aTimeModified = Time( filestat.ftimeLastWrite.hours, in Update() 578 aTimeCreated = Time( filestat.ftimeCreation.hours, in Update() 594 aTimeAccessed = Time( filestat.ftimeLastAccess.hours, in Update()
|
H A D | os2.hxx | 74 return Time( aTime->hours, aTime->minutes, 2*aTime->twosecs ); in MsDos2Time()
|
H A D | fstat.cxx | 393 aNewTime.hours = rNewDateTime.GetHour(); in SetDateTime()
|
/aoo42x/main/icc/source/create_sRGB_profile/ |
H A D | create_sRGB_profile.cpp | 230 pHdr->date.hours, pHdr->date.minutes, pHdr->date.seconds); in dumpProfile() 280 profile.m_Header.date.hours = data_last_changed_hour; in main()
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | XCalendar.idl | 71 fractions of a day, thus 0.5 means 12 hours. 80 fractions of a day, thus 0.5 means 12 hours.
|
H A D | NumberFormatIndex.idl | 224 /// [HH]:MM:SS <br/>Time format with amount of hours 228 /// [HH]:MM:SS,00 <br/>Time format with amount of hours and seconds with fraction
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | Duration.idl | 71 /** contains the hours.
|
/aoo42x/main/ |
H A D | README | 55 Note that building OpenOffice can take several hours.
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XTimeField.idl | 46 where HH are hours, MM are minutes, SS are seconds and hh are
|
/aoo42x/main/solenv/bin/ |
H A D | build.pl | 3216 my $hours = $seconds/3600; 3218 $seconds -= ($hours*3600 + $minits*60); 3219 return(sprintf("%02d\:%02d\:%02d" , $hours, $minits, $seconds));
|
/aoo42x/main/icc/ |
H A D | SampleICC-1.3.2.patch | 1879 - sprintf(buf, "%u:%u:%u\r\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds); 1880 + sprintf(buf, "%u:%u:%u\n", m_DateTime.hours, m_DateTime.minutes, m_DateTime.seconds); 3071 if (dateTime.hours>23) { 3073 - sprintf(buf," - %u: Invalid hour!\r\n",dateTime.hours); 3074 + sprintf(buf," - %u: Invalid hour!\n",dateTime.hours); 3091 - sprintf(buf," - %u: Invalid seconds!\r\n",dateTime.hours); 3092 + sprintf(buf," - %u: Invalid seconds!\n",dateTime.hours);
|
/aoo42x/main/tools/source/datetime/ |
H A D | ttime.cxx | 103 nTime = (((sal_Int32)aDateTime.hours)*1000000) + in Time()
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | README.efforts | 151 hours and no work has been done.
|
/aoo42x/main/oox/source/dump/ |
H A D | xlsbdumper.ini | 684 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years
|
H A D | biffdumper.ini | 1801 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years
|
/aoo42x/main/oox/source/token/ |
H A D | tokens.txt | 2646 hours
|
/aoo42x/extras/l10n/source/si/ |
H A D | localize.sdf | 31541 …er with the up and down arrow keys. Depending on the cursor position, the hours, minutes, or the s… 38449 …BJECTTIME\"\>Specifies the time that each graphic remains in the cache in hours and minutes.\</ahe… 44420 helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3150108 62 0 si To display hours, mi… 46400 …n additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12… 53809 …id0908200901265420 0 si If only a time string is given, it may have an hours value of more than… 53819 … values. As an example, to find out exactly how old you are in seconds or hours, follow the follow… 53826 …riment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*6… 53834 …/24. The logical value in parentheses is 0 or 1, corresponding to 0 or 24 hours. The result return… 56311 …id=\"HID_FUNC_ZEIT\"\>TIME returns the current time value from values for hours, minutes and secon…
|