Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 25 of 101) sorted by relevance

12345

/AOO42X/main/helpcontent2/helpers/
H A Dcreatemakefile.pl128 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
131 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
183 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
212 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
241 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
268 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
304 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
334 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
361 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
388 $date = sprintf "%4d/%02d/%02d %02d:%02d:%02d",$year+1900,$mon,$mday,$hour,$min,$sec;
[all …]
/AOO42X/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx134 time2str(String & out_Str, int hour, int min, int sec) in time2str() argument
137 buf[0] = static_cast<char>(hour/10 + '0'); in time2str()
138 buf[1] = static_cast<char>(hour%10 + '0'); in time2str()
/AOO42X/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm510 my $hour = (localtime())[2];
519 if ( $hour < 10 ) { $hour = "0" . $hour; }
523 … my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
/AOO42X/main/unixODBC/inc/
H A Dsqltypes.h262 SQLUSMALLINT hour; member
278 SQLUSMALLINT hour; member
326 SQLUINTEGER hour; member
/AOO42X/main/setup_native/scripts/
H A Dadmin.pl1205 my $hour = (localtime())[2];
1213 if ( $hour < 10 ) { $hour = "0" . $hour; }
1217 … my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
/AOO42X/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl216 /// HH:MM <br/>Time format with hour and minute
218 /// HH:MM:SS <br/>Time format with hour, minute and second
220 /// HH:MM AM/PM <br/>Time format with hour, minute and morning/afternoon notation
222 /// HH:MM:SS AM/PM <br/>Time format with hour, minute, second and morning/afternoon notation
H A DCalendarFieldIndex.idl68 /// Get/Set hour [0-23].
/AOO42X/main/offapi/com/sun/star/util/
H A DDateTimeRange.idl52 /** contains the start hour (0-23) for the range.
87 /** contains the end hour (0-23) for the range.
H A DTime.idl52 /** contains the hour (0-23).
H A DDateTime.idl55 /** contains the hour (0-23).
/AOO42X/main/qadevOOo/runner/org/openoffice/
H A DRunner.java80 long hour = _nTime / (60 * 60 * 1000); in beautifyTime() local
82 aTime.append(helper.StringHelper.createValueString((int) hour, 2)). in beautifyTime()
/AOO42X/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseDateFunctions.java113 hour(xRowRes); in testFunctions()
262 …private void hour(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in hour() method in DBaseDateFunctions
/AOO42X/main/connectivity/source/inc/odbc/
H A DOTools.hxx159 aVal.hour = x.Hours; in TimeToOdbcTime()
170 aVal.hour = x.Hours; in DateTimeToTimestamp()
/AOO42X/main/autodoc/inc/cosv/
H A Dcomfunc.hxx62 void time2str(String & out_Str, int hour, int min, int sec);
/AOO42X/main/offapi/com/sun/star/report/
H A DGroupOn.idl68 /** Times in the same hour.
/AOO42X/main/sc/source/core/tool/
H A Dinterpr4.cxx261 … enum State { year = 0, month, day, hour, minute, second, fraction, done, blank, stop }; in ConvertStringToValue() enumerator
313 case hour: in ConvertStringToValue()
358 eState == hour || (eState == minute && p <= pLastStart)) in ConvertStringToValue()
370 if (bDate && nUnit[hour] > 23) in ConvertStringToValue()
384 … fValue += ((nUnit[hour] * 3600) + (nUnit[minute] * 60) + nUnit[second] + fFraction) / 86400.0; in ConvertStringToValue()
/AOO42X/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupBy.idl67 contain a time with a hour value of 2, regardless of the date, minutes
/AOO42X/main/solenv/bin/
H A Dpatch_tool.pl1411 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(time);
1416 "Value", sprintf("%d/%d/%d %d:%02d", $mon+1,$mday,$year+1900,$hour,$min)
/AOO42X/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx453 return Time(0,aTime.second,aTime.minute,aTime.hour); in getTime()
471 …return DateTime((sal_uInt16)aTime.fraction*1000,aTime.second,aTime.minute,aTime.hour,aTime.day,aTi… in getTimestamp()
H A DOResultSet.cxx635 … return (&aValue == &m_aEmptyValue) ? Time(0,aTime.second,aTime.minute,aTime.hour) : (Time)aValue; in getTime()
649 …tic_cast<sal_uInt16>(aTime.fraction*1000),aTime.second,aTime.minute,aTime.hour,aTime.day,aTime.mon… in getTimestamp()
/AOO42X/main/oox/source/dump/
H A Doledumper.ini55 10=up-arrow,hour-glass,no-drop,app-starting,help,size-all
/AOO42X/main/sc/source/ui/src/
H A Dscfuncs.src696 …Text [ en-US ] = "Determines the sequential number of the hour of the day (0-23) for the time valu…
720 …Text [ en-US ] = "Determines the sequential number for the minute of the hour (0-59) for the time …
808 … Text [ en-US ] = "Determines a time value from the details for hour, minute and second." ;
820 Text [ en-US ] = "hour" ;
824 Text [ en-US ] = "The integer for the hour." ;
/AOO42X/main/solenv/bin/modules/installer/
H A Depmfile.pm1011 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/AOO42X/main/icc/
H A DSampleICC-1.3.2.patch3073 - sprintf(buf," - %u: Invalid hour!\r\n",dateTime.hours);
3074 + sprintf(buf," - %u: Invalid hour!\n",dateTime.hours);
/AOO42X/extras/l10n/source/gu/
H A Dlocalize.sdf22175 …lc\01\func_time.xhp 0 help par_id3154584 152 0 gu TIME(hour; minute; second) …
22176 … par_id3152904 153 0 gu Use an integer to set the \<emph\>hour\</emph\>. …
24029 …hour.xhp 0 help hd_id3154725 96 0 gu \<variable id=\"hour\"\>\<link href=\"te…
24030 …0 gu \<ahelp hid=\"HID_FUNC_STUNDE\"\>Returns the hour for a given time value.\</ahelp\> The ho…
24032 …gu \<emph\>Number\</emph\>, as a time value, is a decimal, for which the hour is to be returned. …
27036 …is B2 and the earlier time is A2. The result of the example is 01:40 or 1 hour and 40 minutes. …
27037 …45271 57 0 gu In the formula, an entire 24-hour day has a value of 1 and one hour ha…
29330 …44 2 0 gu Calculates a serial time value for the specified hour, minute, and second…
29331 …03030205.xhp 0 help par_id3150792 5 0 gu TimeSerial (hour, minute, second) …
29333 … par_id3153193 9 0 gu \<emph\>hour:\</emph\> Any integer expression that indicates…
[all …]

12345