Lines Matching refs:sal_Int64
47 const sal_Int64 nRepeatIntervall,
53 const sal_Int64 mnRepeatIntervall;
85 const sal_Int64 nRepeatIntervall);
91 static sal_Int64 GetTimeDifference (
96 const sal_Int64 nTimeDifference);
97 static sal_Int64 ConvertFromTimeValue (
133 const sal_Int64 nDelay) in ScheduleSingleTaskRelative()
153 const sal_Int64 nDelay, in ScheduleRepeatedTask()
154 const sal_Int64 nIntervall) in ScheduleRepeatedTask()
237 const sal_Int64 nRepeatIntervall) in CreateTimerTask()
318 sal_Int64 nDifference = 0; in run()
398 sal_Int64 TimerScheduler::GetTimeDifference ( in GetTimeDifference()
409 const sal_Int64 nTimeDifference) in ConvertToTimeValue()
417 sal_Int64 TimerScheduler::ConvertFromTimeValue ( in ConvertFromTimeValue()
420 return sal_Int64(rTimeValue.Seconds) * 1000000000L + rTimeValue.Nanosec; in ConvertFromTimeValue()
432 const sal_Int64 nRepeatIntervall, in TimerTask()
560 sal_Int64 PresenterClockTimer::GetTimeDifference ( in GetTimeDifference()