Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 25 of 53) sorted by relevance

123

/aoo4110/main/ucb/source/ucp/webdav/
H A DDateTimeHelper.cxx42 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()
/aoo4110/main/shell/source/win32/shlxthandler/util/
H A Diso8601_converter.cxx107 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()
/aoo4110/main/solenv/bin/modules/installer/
H A Dlogger.pm582 my $hours = $secondstring / 3600;
586 if ( $hours =~ /(\d*)\.\d*/ ) { $hours = $1; }
588 if ( $hours < 10 ) { $hours = "0" . $hours; }
591 $timestring = "$hours\:$minutes\:$seconds hours";
/aoo4110/main/ucb/source/ucp/ftp/
H A Dftpdirp.hxx51 const sal_uInt16& hours, in DateTime()
58 hours, in DateTime()
68 void SetHour(sal_uInt16 hours) { Hours = hours; } in SetHour()
/aoo4110/main/setup_native/scripts/
H A Dadmin.pl1297 my $hours = $secondstring / 3600;
1301 if ( $hours =~ /(\d*)\.\d*/ ) { $hours = $1; }
1303 if ( $hours < 10 ) { $hours = "0" . $hours; }
1306 $timestring = "$hours\:$minutes\:$seconds hours";
/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java213 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()
/aoo4110/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupBy.idl46 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.
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFormula.java241 int hours = Integer.parseInt(s.substring(2,4)); in toExcelSerialTime() local
245 int timeSecs = (hours*3600) + (mins*60) + (secs); in toExcelSerialTime()
/aoo4110/main/tools/source/fsys/
H A Dos2.cxx568 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 Dos2.hxx74 return Time( aTime->hours, aTime->minutes, 2*aTime->twosecs ); in MsDos2Time()
H A Dfstat.cxx393 aNewTime.hours = rNewDateTime.GetHour(); in SetDateTime()
/aoo4110/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp228 pHdr->date.hours, pHdr->date.minutes, pHdr->date.seconds); in dumpProfile()
278 profile.m_Header.date.hours = data_last_changed_hour; in main()
/aoo4110/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl71 fractions of a day, thus 0.5 means 12 hours.
80 fractions of a day, thus 0.5 means 12 hours.
H A DNumberFormatIndex.idl224 /// [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
/aoo4110/main/offapi/com/sun/star/util/
H A DDuration.idl71 /** contains the hours.
/aoo4110/main/
H A DREADME54 Note that building OpenOffice can take several hours.
/aoo4110/main/offapi/com/sun/star/awt/
H A DXTimeField.idl46 where HH are hours, MM are minutes, SS are seconds and hh are
/aoo4110/main/solenv/bin/
H A Dbuild.pl3216 my $hours = $seconds/3600;
3218 $seconds -= ($hours*3600 + $minits*60);
3219 return(sprintf("%02d\:%02d\:%02d" , $hours, $minits, $seconds));
/aoo4110/main/tools/source/datetime/
H A Dttime.cxx103 nTime = (((sal_Int32)aDateTime.hours)*1000000) + in Time()
/aoo4110/main/icc/
H A DSampleICC-1.3.2.patch1879 - 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);
/aoo4110/main/writerfilter/source/ooxml/
H A DREADME.efforts151 hours and no work has been done.
/aoo4110/main/oox/source/dump/
H A Dxlsbdumper.ini684 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years
H A Dbiffdumper.ini1801 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years
/aoo4110/main/oox/source/token/
H A Dtokens.txt2633 hours
/aoo4110/extras/l10n/source/he/
H A Dlocalize.sdf37013 … values. As an example, to find out exactly how old you are in seconds or hours, follow the follow…
37020 …riment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*6…
37050 …/24. The logical value in parentheses is 0 or 1, corresponding to 0 or 24 hours. The result return…
37881 …id0908200901265420 0 he If only a time string is given, it may have an hours value of more than…
44920 …id=\"HID_FUNC_ZEIT\"\>TIME returns the current time value from values for hours, minutes and secon…
52941 helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id3150108 62 0 he To display hours, mi…
56408 …er with the up and down arrow keys. Depending on the cursor position, the hours, minutes, or the s…
58957 …BJECTTIME\"\>Specifies the time that each graphic remains in the cache in hours and minutes.\</ahe…
62311 …n additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12…

Completed in 1078 milliseconds

123