Lines Matching refs:sal_Int64
49 const sal_Int64 nRepeatIntervall,
55 const sal_Int64 mnRepeatIntervall;
88 const sal_Int64 nRepeatIntervall);
94 static sal_Int64 GetTimeDifference (
99 const sal_Int64 nTimeDifference);
100 static sal_Int64 ConvertFromTimeValue (
137 const sal_Int64 nDelay) in ScheduleSingleTaskRelative()
159 const sal_Int64 nDelay, in ScheduleRepeatedTask()
160 const sal_Int64 nIntervall) in ScheduleRepeatedTask()
248 const sal_Int64 nRepeatIntervall) in CreateTimerTask()
332 sal_Int64 nDifference = 0; in run()
415 sal_Int64 TimerScheduler::GetTimeDifference ( in GetTimeDifference()
427 const sal_Int64 nTimeDifference) in ConvertToTimeValue()
436 sal_Int64 TimerScheduler::ConvertFromTimeValue ( in ConvertFromTimeValue()
439 return sal_Int64(rTimeValue.Seconds) * 1000000000L + rTimeValue.Nanosec; in ConvertFromTimeValue()
452 const sal_Int64 nRepeatIntervall, in TimerTask()
587 sal_Int64 PresenterClockTimer::GetTimeDifference ( in GetTimeDifference()