Home
last modified time | relevance | path

Searched refs:minutes (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/solenv/bin/modules/installer/
H A Dlogger.pm573 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 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()
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 Dadmin.pl1288 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 Dftpdirp.hxx50 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 DCalendarFieldIndex.idl41 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 Diso8601_converter.cxx108 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 DDataPilotFieldGroupBy.idl46 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 DSDBCReportData.java213 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 DDateTimeRange.idl47 /** contains the start minutes (0-59) for the range.
82 /** contains the end minutes (0-59) for the range.
H A DTime.idl47 /** contains the minutes (0-59).
H A DDateTime.idl49 /** contains the minutes (0-59).
H A DDuration.idl76 /** contains the minutes.
/trunk/main/tools/source/fsys/
H A Dos2.cxx569 filestat.ftimeLastWrite.minutes, in Update()
579 filestat.ftimeCreation.minutes, in Update()
595 filestat.ftimeLastAccess.minutes, in Update()
H A Dos2.hxx74 return Time( aTime->hours, aTime->minutes, 2*aTime->twosecs ); in MsDos2Time()
H A Dfstat.cxx392 aNewTime.minutes = rNewDateTime.GetMin(); in SetDateTime()
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp230 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 DDateTime.idl80 /** contains an offset to the date or time value in minutes.
/trunk/main/offapi/com/sun/star/awt/
H A DXTimeField.idl46 where HH are hours, MM are minutes, SS are seconds and hh are
/trunk/main/sw/source/ui/fldui/
H A Dflddok.src164 Text [ en-US ] = "Offs~et in minutes" ;
/trunk/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);
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 Dttime.cxx104 (((sal_Int32)aDateTime.minutes)*10000) + in Time()
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DControl.ulf596 … "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 DError.ulf65 en-US = "Time remaining: {[1] minutes }{[2] seconds}"
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx347 sal_Int32 minutes = (seconds % 3600) / 60; in match() local
349 return minutes == matchMinutes; in match()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini684 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years

Completed in 95 milliseconds

1234