/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | DateTimeHelper.cxx | 43 double seconds; 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() 83 aDateTime.Seconds = sal::static_int_cast< sal_uInt16 >(seconds); // 0-59 in ISO8601_To_DateTime() 174 int seconds; 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() 217 aDateTime.Seconds = sal::static_int_cast< sal_uInt16 >(seconds); in RFC2068_To_DateTime()
|
/aoo41x/main/solenv/bin/modules/installer/ |
H A D | logger.pm | 574 my $seconds = $secondstring % 60; 577 if ( $seconds < 10 ) { $seconds = "0" . $seconds; } 578 $timestring = "$minutes\:$seconds min\."; 585 my $seconds = $secondstring % 60; 590 if ( $seconds < 10 ) { $seconds = "0" . $seconds; } 591 $timestring = "$hours\:$minutes\:$seconds hours";
|
/aoo41x/main/setup_native/scripts/ |
H A D | admin.pl | 1289 my $seconds = $secondstring % 60; 1292 if ( $seconds < 10 ) { $seconds = "0" . $seconds; } 1293 $timestring = "$minutes\:$seconds min\."; 1300 my $seconds = $secondstring % 60; 1305 if ( $seconds < 10 ) { $seconds = "0" . $seconds; } 1306 $timestring = "$hours\:$minutes\:$seconds hours";
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XDataSource.idl | 61 /** sets the maximum time in seconds that this data source will wait 70 @param seconds 71 the login time limit in seconds 75 void setLoginTimeout([in]long seconds) 79 /** gets the maximum time in seconds that this data source can wait 89 the login time limit in seconds
|
H A D | XDriverManager.idl | 96 /** sets the maximum time in seconds that a driver will wait 98 @param seconds 99 the login time limit in seconds 104 void setLoginTimeout([in]long seconds); 107 /** gets the maximum time in seconds that a driver can wait 110 the driver login time limit in seconds
|
/aoo41x/main/sal/rtl/source/ |
H A D | alloc_cache.c | 1375 unsigned int seconds 1409 rtl_cache_wsupdate_wait (unsigned int seconds) in rtl_cache_wsupdate_wait() argument 1411 if (seconds > 0) in rtl_cache_wsupdate_wait() 1417 wakeup.tv_sec = now.tv_sec + (seconds); in rtl_cache_wsupdate_wait() 1473 rtl_cache_wsupdate_wait (unsigned int seconds) in rtl_cache_wsupdate_wait() argument 1476 if (seconds > 0) in rtl_cache_wsupdate_wait() 1479 rc = DosWaitEventSem(g_cache_list.m_update_cond, seconds*1000); in rtl_cache_wsupdate_wait() 1517 rtl_cache_wsupdate_wait (unsigned int seconds) in rtl_cache_wsupdate_wait() argument 1519 if (seconds > 0) in rtl_cache_wsupdate_wait() 1617 unsigned int seconds = (unsigned int)SAL_INT_CAST(sal_uIntPtr, arg); in rtl_cache_wsupdate_all() local [all …]
|
/aoo41x/main/oox/source/helper/ |
H A D | datetimehelper.cxx | 47 double seconds = aValue.copy( 17 ).toDouble(); in parseISO8601DateTime() local 48 dateTime.Seconds = static_cast< sal_uInt16 >( floor( seconds ) ); in parseISO8601DateTime() 49 …Seconds = static_cast< sal_uInt16 >( ::rtl::math::round ( 100 * ( seconds - floor( seconds ) ) ) ); in parseISO8601DateTime()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.hxx | 49 const sal_uInt16& seconds, in DateTime() 56 seconds, in DateTime() 70 void SetSec(sal_uInt16 seconds) { Seconds = seconds; } in SetSec()
|
/aoo41x/main/shell/source/win32/shlxthandler/util/ |
H A D | iso8601_converter.cxx | 109 std::wstring seconds; in iso8601_duration_to_local_duration() local 131 seconds = num; in iso8601_duration_to_local_duration() 149 std::setw(2) << std::setfill(wchar_t('0')) << seconds; in iso8601_duration_to_local_duration() 164 ADD_AS_PREFILLED( seconds, result ) in iso8601_duration_to_local_duration()
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | DateTimeRange.idl | 37 /** contains the start hundredth seconds (0-99) for the range. 42 /** contains the start seconds (0-59) for the range. 72 /** contains the end hundredth seconds (0-99) for the range. 77 /** contains the end seconds (0-59) for the range.
|
H A D | Time.idl | 37 /** contains the hundredth seconds (0-99). 42 /** contains the seconds (0-59).
|
H A D | DateTime.idl | 37 /** contains the hundredth seconds (0-99). 43 /** contains the seconds (0-59).
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | DataPilotFieldGroupBy.idl | 42 by their current value for seconds. 45 contain a time with a seconds value of 2, regardless of the date, 57 hours and seconds of the member, e.g. <em>2002-Jan-03 00:02:00</em> or 68 and seconds of the member, e.g. <em>2002-Jan-03 02:00:00</em> or
|
H A D | CellAreaLink.idl | 94 /** specifies the delay time between two refresh actions in seconds. 103 /** specifies the time between two refresh actions in seconds.
|
/aoo41x/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 228 if (seconds < 10) in getTimeString() 232 timeString.append(seconds); in getTimeString()
|
/aoo41x/main/offapi/com/sun/star/media/ |
H A D | XPlayer.idl | 70 the new position to set in seconds 77 the cursor position in seconds 84 the time at which to stop reading the stream in seconds
|
/aoo41x/main/offapi/com/sun/star/animations/ |
H A D | XAnimationNode.idl | 54 …<li><atom>double</atom> describes the element begin as an offset in seconds from an implicit syncb… 75 <li><atom>double</atom> specifies the length of the simple duration in seconds.</li> 89 …<li><atom>double</atom> describes the element end as an offset in seconds from an implicit syncbas… 148 to repeat the simple duration in seconds.</li>
|
/aoo41x/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 47 hundredth seconds.</p>
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | CalendarFieldIndex.idl | 97 minutes, e.g. seconds. 1 minute == 60000 milliseconds. 111 minutes, e.g. seconds. 1 minute == 60000 milliseconds.
|
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/ |
H A D | Tester.java | 60 public static void sleep(double seconds) { in sleep() argument 62 Thread.sleep((long) (seconds * factor * 1000)); in sleep()
|
/aoo41x/main/icc/source/create_sRGB_profile/ |
H A D | create_sRGB_profile.cpp | 228 pHdr->date.hours, pHdr->date.minutes, pHdr->date.seconds); in dumpProfile() 280 profile.m_Header.date.seconds = 0; in main()
|
/aoo41x/main/solenv/bin/ |
H A D | build.pl | 3215 my $seconds = shift; 3216 my $hours = $seconds/3600; 3217 my $minits = ($seconds/60)%60; 3218 $seconds -= ($hours*3600 + $minits*60); 3219 return(sprintf("%02d\:%02d\:%02d" , $hours, $minits, $seconds));
|
/aoo41x/main/offapi/com/sun/star/document/ |
H A D | DocumentInfo.idl | 122 /** contains the number of seconds after which a specified 174 /** contains the net time of editing the document (in seconds)
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 335 long seconds = static_cast<long>(approxFloor(time*D_TIMEFACTOR + 0.5)); in match() local 341 sal_Int32 hrs = seconds / 3600; in match() 347 sal_Int32 minutes = (seconds % 3600) / 60; in match() 353 sal_Int32 sec = seconds % 60; in match()
|
/aoo41x/main/connectivity/source/cpool/ |
H A D | ZPoolCollection.cxx | 135 void SAL_CALL OPoolCollection::setLoginTimeout( sal_Int32 seconds ) throw(RuntimeException) in setLoginTimeout() argument 138 m_xManager->setLoginTimeout(seconds); in setLoginTimeout()
|