Home
last modified time | relevance | path

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

12345

/trunk/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 …]
/trunk/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()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm512 my $hour = (localtime())[2];
521 if ( $hour < 10 ) { $hour = "0" . $hour; }
525 my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
/trunk/main/unixODBC/inc/
H A Dsqltypes.h262 SQLUSMALLINT hour; member
278 SQLUSMALLINT hour; member
326 SQLUINTEGER hour; member
/trunk/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;
/trunk/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].
/trunk/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).
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx159 aVal.hour = x.Hours; in TimeToOdbcTime()
170 aVal.hour = x.Hours; in DateTimeToTimestamp()
/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx62 void time2str(String & out_Str, int hour, int min, int sec);
/trunk/main/offapi/com/sun/star/report/
H A DGroupOn.idl68 /** Times in the same hour.
/trunk/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()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupBy.idl67 contain a time with a hour value of 2, regardless of the date, minutes
/trunk/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)
/trunk/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 …DateTime(static_cast<sal_uInt16>(aTime.fraction*1000),aTime.second,aTime.minute,aTime.hour,aTime.d… in getTimestamp()
/trunk/main/oox/source/dump/
H A Doledumper.ini55 10=up-arrow,hour-glass,no-drop,app-starting,help,size-all
/trunk/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." ;
/trunk/main/solenv/bin/modules/installer/
H A Depmfile.pm1011 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
/trunk/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);
/trunk/main/oox/source/token/
H A Dtokens.txt2645 hour

Completed in 189 milliseconds

12345