Searched refs:aTimeValue (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | DateTimeHelper.cxx | 91 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()
|
/aoo42x/main/sal/qa/testHelperFunctions/ |
H A D | testHelperFunctions.cxx | 353 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()
|
/aoo42x/main/svtools/source/table/ |
H A D | cellvalueconversion.cxx | 320 UnoTime aTimeValue; in convertToDouble() local 321 ENSURE_OR_RETURN( i_value >>= aTimeValue, "allowed for Time values only", returnValue ); in convertToDouble() 325 … aTimeValue.Hours, aTimeValue.Minutes, aTimeValue.Seconds, aTimeValue.HundredthSeconds ); in convertToDouble()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterAnimation.cxx | 35 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 D | PresenterTimer.cxx | 360 TimeValue aTimeValue; in run() local 361 ConvertToTimeValue(aTimeValue, nDifference); in run() 362 wait(aTimeValue); in run()
|
H A D | PresenterAnimator.cxx | 160 ::vos::TTimeValue aTimeValue (GetSeconds(mnNextTime), GetNanoSeconds(mnNextTime)); in ScheduleNextRun() 163 aTimeValue); in ScheduleNextRun()
|
/aoo42x/main/extensions/source/logging/ |
H A D | logrecord.cxx | 69 TimeValue aTimeValue; in createLogRecord() local 70 osl_getSystemTime( &aTimeValue ); in createLogRecord() 73 OSL_VERIFY( osl_getDateTimeFromTimeValue( &aTimeValue, &aDateTime ) ); in createLogRecord()
|
H A D | loggerconfig.cxx | 110 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()
|
/aoo42x/main/package/source/package/zipapi/ |
H A D | ZipOutputStream.cxx | 410 TimeValue aTimeValue; in getCurrentDosTime() local 411 osl_getSystemTime ( &aTimeValue ); in getCurrentDosTime() 412 osl_getDateTimeFromTimeValue( &aTimeValue, &aDateTime); in getCurrentDosTime()
|
/aoo42x/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 530 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 58 milliseconds