/aoo4110/main/helpcontent2/helpers/ |
H A D | createmakefile.pl | 128 ($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 …]
|
/aoo4110/main/cosv/source/service/ |
H A D | comfunc.cxx | 134 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()
|
/aoo4110/main/solenv/bin/modules/installer/windows/ |
H A D | admin.pm | 512 my $hour = (localtime())[2]; 521 if ( $hour < 10 ) { $hour = "0" . $hour; } 525 my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
|
/aoo4110/main/unixODBC/inc/ |
H A D | sqltypes.h | 262 SQLUSMALLINT hour; member 278 SQLUSMALLINT hour; member 326 SQLUINTEGER hour; member
|
/aoo4110/main/setup_native/scripts/ |
H A D | admin.pl | 1205 my $hour = (localtime())[2]; 1213 if ( $hour < 10 ) { $hour = "0" . $hour; } 1217 my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | NumberFormatIndex.idl | 216 /// 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 D | CalendarFieldIndex.idl | 68 /// Get/Set hour [0-23].
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | DateTimeRange.idl | 52 /** contains the start hour (0-23) for the range. 87 /** contains the end hour (0-23) for the range.
|
H A D | Time.idl | 52 /** contains the hour (0-23).
|
H A D | DateTime.idl | 55 /** contains the hour (0-23).
|
/aoo4110/main/qadevOOo/runner/org/openoffice/ |
H A D | Runner.java | 80 long hour = _nTime / (60 * 60 * 1000); in beautifyTime() local 82 aTime.append(helper.StringHelper.createValueString((int) hour, 2)). in beautifyTime()
|
/aoo4110/main/connectivity/qa/complex/connectivity/dbase/ |
H A D | DBaseDateFunctions.java | 113 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
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 159 aVal.hour = x.Hours; in TimeToOdbcTime() 170 aVal.hour = x.Hours; in DateTimeToTimestamp()
|
/aoo4110/main/cosv/inc/cosv/ |
H A D | comfunc.hxx | 62 void time2str(String & out_Str, int hour, int min, int sec);
|
/aoo4110/main/offapi/com/sun/star/report/ |
H A D | GroupOn.idl | 68 /** Times in the same hour.
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 261 … 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()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldGroupBy.idl | 67 contain a time with a hour value of 2, regardless of the date, minutes
|
/aoo4110/main/solenv/bin/ |
H A D | patch_tool.pl | 1411 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)
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaDataResultSet.cxx | 453 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 D | OResultSet.cxx | 635 return (&aValue == &m_aEmptyValue) ? Time(0,aTime.second,aTime.minute,aTime.hour) : (Time)aValue; in getTime() 649 …DateTime(static_cast<sal_uInt16>(aTime.fraction*1000),aTime.second,aTime.minute,aTime.hour,aTime.d… in getTimestamp()
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KResultSet.cxx | 351 nRet.Hours = nRevision.time().hour(); in getTimestamp()
|
/aoo4110/main/oox/source/dump/ |
H A D | oledumper.ini | 55 10=up-arrow,hour-glass,no-drop,app-starting,help,size-all
|
/aoo4110/main/sc/source/ui/src/ |
H A D | scfuncs.src | 698 …Text [ en-US ] = "Determines the sequential number of the hour of the day (0-23) for the time valu… 722 …Text [ en-US ] = "Determines the sequential number for the minute of the hour (0-59) for the time … 810 Text [ en-US ] = "Determines a time value from the details for hour, minute and second." ; 822 Text [ en-US ] = "hour" ; 826 Text [ en-US ] = "The integer for the hour." ;
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | epmfile.pm | 1027 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
|
/aoo4110/main/icc/ |
H A D | SampleICC-1.3.2.patch | 3073 - sprintf(buf," - %u: Invalid hour!\r\n",dateTime.hours); 3074 + sprintf(buf," - %u: Invalid hour!\n",dateTime.hours);
|