Home
last modified time | relevance | path

Searched refs:aTimeValue (Results 1 – 10 of 10) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A DDateTimeHelper.cxx91 TimeValue aTimeValue; in ISO8601_To_DateTime() local
92 if ( osl_getTimeValueFromDateTime( &aDateTime, &aTimeValue ) ) in ISO8601_To_DateTime()
94 aTimeValue.Seconds += fix; in ISO8601_To_DateTime()
96 if ( osl_getLocalTimeFromSystemTime( &aTimeValue, &aTimeValue ) ) in ISO8601_To_DateTime()
98 if ( osl_getDateTimeFromTimeValue( &aTimeValue, &aDateTime ) ) in ISO8601_To_DateTime()
230 TimeValue aTimeValue; in RFC2068_To_DateTime() local
232 &aTimeValue ) ) in RFC2068_To_DateTime()
234 if ( osl_getLocalTimeFromSystemTime( &aTimeValue, in RFC2068_To_DateTime()
235 &aTimeValue ) ) in RFC2068_To_DateTime()
237 if ( osl_getDateTimeFromTimeValue( &aTimeValue, in RFC2068_To_DateTime()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx353 TimeValue aTimeValue={3,0}; in TEST_F() local
354 osl::Thread::wait(aTimeValue); in TEST_F()
367 TimeValue aTimeValue={0,1000 * 1000 * 500}; in TEST_F() local
368 osl::Thread::wait(aTimeValue); in TEST_F()
382 TimeValue aTimeValue={0,1000*1000*100}; in TEST_F() local
383 osl::Thread::wait(aTimeValue); in TEST_F()
/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx320 UnoTime aTimeValue; in convertToDouble() local
321 ENSURE_OR_RETURN( i_value >>= aTimeValue, "allowed for Time values only", returnValue ); in convertToDouble()
325aTimeValue.Hours, aTimeValue.Minutes, aTimeValue.Seconds, aTimeValue.HundredthSeconds ); in convertToDouble()
/trunk/main/sdext/source/presenter/
H A DPresenterAnimation.cxx35 TimeValue aTimeValue; in GetCurrentTime() local
36 if (osl_getSystemTime(&aTimeValue)) in GetCurrentTime()
37 return sal_uInt64(aTimeValue.Seconds * 1000.0 + aTimeValue.Nanosec / 1000000.0); in GetCurrentTime()
H A DPresenterTimer.cxx360 TimeValue aTimeValue; in run() local
361 ConvertToTimeValue(aTimeValue, nDifference); in run()
362 wait(aTimeValue); in run()
H A DPresenterAnimator.cxx160 ::vos::TTimeValue aTimeValue (GetSeconds(mnNextTime), GetNanoSeconds(mnNextTime)); in ScheduleNextRun()
163 aTimeValue); in ScheduleNextRun()
/trunk/main/extensions/source/logging/
H A Dlogrecord.cxx69 TimeValue aTimeValue; in createLogRecord() local
70 osl_getSystemTime( &aTimeValue ); in createLogRecord()
73 OSL_VERIFY( osl_getDateTimeFromTimeValue( &aTimeValue, &aDateTime ) ); in createLogRecord()
H A Dloggerconfig.cxx110 TimeValue aTimeValue; in lcl_substituteFileHandlerURLVariables_nothrow() local
112 OSL_VERIFY( osl_getSystemTime( &aTimeValue ) ); in lcl_substituteFileHandlerURLVariables_nothrow()
113 OSL_VERIFY( osl_getDateTimeFromTimeValue( &aTimeValue, &aDateTime ) ); in lcl_substituteFileHandlerURLVariables_nothrow()
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx410 TimeValue aTimeValue; in getCurrentDosTime() local
411 osl_getSystemTime ( &aTimeValue ); in getCurrentDosTime()
412 osl_getDateTimeFromTimeValue( &aTimeValue, &aDateTime); in getCurrentDosTime()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx530 TimeValue aTimeValue; in EnableOfficeIPCThread() local
531 aTimeValue.Seconds = 0; in EnableOfficeIPCThread()
532 aTimeValue.Nanosec = 10000000; // 10ms in EnableOfficeIPCThread()
533 osl::Thread::wait( aTimeValue ); in EnableOfficeIPCThread()

Completed in 42 milliseconds