/trunk/main/solenv/bin/modules/installer/ |
H A D | logger.pm | 573 my $minutes = $secondstring / 60; 575 if ( $minutes =~ /(\d*)\.\d*/ ) { $minutes = $1; } 576 if ( $minutes < 10 ) { $minutes = "0" . $minutes; } 578 $timestring = "$minutes\:$seconds min\."; 584 my $minutes = $secondstring / 60; 587 if ( $minutes =~ /(\d*)\.\d*/ ) { $minutes = $1; } 589 if ( $minutes < 10 ) { $minutes = "0" . $minutes; } 591 $timestring = "$hours\:$minutes\:$seconds hours";
|
/trunk/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() 84 aDateTime.Minutes = sal::static_int_cast< sal_uInt16 >(minutes); // 0-59 in ISO8601_To_DateTime() 173 int minutes; 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() 219 aDateTime.Minutes = sal::static_int_cast< sal_uInt16 >(minutes); in RFC2068_To_DateTime()
|
/trunk/main/setup_native/scripts/ |
H A D | admin.pl | 1288 my $minutes = $secondstring / 60; 1290 if ( $minutes =~ /(\d*)\.\d*/ ) { $minutes = $1; } 1291 if ( $minutes < 10 ) { $minutes = "0" . $minutes; } 1293 $timestring = "$minutes\:$seconds min\."; 1299 my $minutes = $secondstring / 60; 1302 if ( $minutes =~ /(\d*)\.\d*/ ) { $minutes = $1; } 1304 if ( $minutes < 10 ) { $minutes = "0" . $minutes; } 1306 $timestring = "$hours\:$minutes\:$seconds hours";
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.hxx | 50 const sal_uInt16& minutes, in DateTime() 57 minutes, in DateTime() 69 void SetMin(sal_uInt16 minutes) { Minutes = minutes; } in SetMin()
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | CalendarFieldIndex.idl | 41 difference of GMT+2. The calculation in minutes is 61 /** Get daylight saving time offset in minutes, e.g. [0*60..1*60] 88 /// Get/Set time zone offset in minutes, e.g. [-14*60..14*60] 97 minutes, e.g. seconds. 1 minute == 60000 milliseconds. 111 minutes, e.g. seconds. 1 minute == 60000 milliseconds.
|
/trunk/main/shell/source/win32/shlxthandler/util/ |
H A D | iso8601_converter.cxx | 108 std::wstring minutes; in iso8601_duration_to_local_duration() local 129 minutes = num; in iso8601_duration_to_local_duration() 148 std::setw(2) << std::setfill(wchar_t('0')) << minutes << L":" << in iso8601_duration_to_local_duration() 162 ADD_AS_PREFILLED( minutes, result ) in iso8601_duration_to_local_duration()
|
/trunk/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 53 by their current value for minutes. 56 contain a time with a minutes value of 2, regardless of the date, 67 contain a time with a hour value of 2, regardless of the date, minutes
|
/trunk/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 222 if (minutes < 10) in getTimeString() 226 timeString.append(minutes); in getTimeString()
|
/trunk/main/offapi/com/sun/star/util/ |
H A D | DateTimeRange.idl | 47 /** contains the start minutes (0-59) for the range. 82 /** contains the end minutes (0-59) for the range.
|
H A D | Time.idl | 47 /** contains the minutes (0-59).
|
H A D | DateTime.idl | 49 /** contains the minutes (0-59).
|
H A D | Duration.idl | 76 /** contains the minutes.
|
/trunk/main/tools/source/fsys/ |
H A D | os2.cxx | 569 filestat.ftimeLastWrite.minutes, in Update() 579 filestat.ftimeCreation.minutes, in Update() 595 filestat.ftimeLastAccess.minutes, in Update()
|
H A D | os2.hxx | 74 return Time( aTime->hours, aTime->minutes, 2*aTime->twosecs ); in MsDos2Time()
|
H A D | fstat.cxx | 392 aNewTime.minutes = rNewDateTime.GetMin(); in SetDateTime()
|
/trunk/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() 281 profile.m_Header.date.minutes = data_last_changed_minute; in main()
|
/trunk/main/offapi/com/sun/star/text/textfield/ |
H A D | DateTime.idl | 80 /** contains an offset to the date or time value in minutes.
|
/trunk/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
|
/trunk/main/sw/source/ui/fldui/ |
H A D | flddok.src | 164 Text [ en-US ] = "Offs~et in minutes" ;
|
/trunk/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); 3080 if (dateTime.minutes>59) { 3082 - sprintf(buf," - %u: Invalid minutes!\r\n",dateTime.minutes); 3083 + sprintf(buf," - %u: Invalid minutes!\n",dateTime.minutes);
|
/trunk/main/tools/source/datetime/ |
H A D | ttime.cxx | 104 (((sal_Int32)aDateTime.minutes)*10000) + in Time()
|
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | Control.ulf | 596 … "Please wait while the Installation Wizard installs [ProductName]. This may take several minutes." 599 …Please wait while the Installation Wizard uninstalls [ProductName]. This may take several minutes."
|
H A D | Error.ulf | 65 en-US = "Time remaining: {[1] minutes }{[2] seconds}"
|
/trunk/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 347 sal_Int32 minutes = (seconds % 3600) / 60; in match() local 349 return minutes == matchMinutes; in match()
|
/trunk/main/oox/source/dump/ |
H A D | xlsbdumper.ini | 684 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years
|