Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterTimer.cxx47 const sal_Int64 nRepeatIntervall,
85 const sal_Int64 nRepeatIntervall);
237 const sal_Int64 nRepeatIntervall) in CreateTimerTask() argument
239 return SharedTimerTask(new TimerTask(rTask, rDueTime, nRepeatIntervall, ++mnTaskId)); in CreateTimerTask()
432 const sal_Int64 nRepeatIntervall, in TimerTask() argument
436 mnRepeatIntervall(nRepeatIntervall), in TimerTask()