Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/tools/
H A DTimerBasedTaskExecution.cxx52 const ::boost::shared_ptr<AsynchronousTask>& rpTask, in Create()
57 new TimerBasedTaskExecution(rpTask,nMillisecondsBetweenSteps,nMaxTimePerStep), in Create()
103 const ::boost::shared_ptr<AsynchronousTask>& rpTask, in TimerBasedTaskExecution()
106 : mpTask(rpTask), in TimerBasedTaskExecution()
/aoo4110/main/sd/source/ui/inc/tools/
H A DTimerBasedTaskExecution.hxx56 const ::boost::shared_ptr<AsynchronousTask>& rpTask,
69 static void ReleaseTask (const ::boost::weak_ptr<TimerBasedTaskExecution>& rpTask);
81 const ::boost::shared_ptr<AsynchronousTask>& rpTask,
/aoo4110/main/sdext/source/presenter/
H A DPresenterTimer.cxx90 void ScheduleTask (const SharedTimerTask& rpTask);
256 void TimerScheduler::ScheduleTask (const SharedTimerTask& rpTask) in ScheduleTask() argument
258 if (rpTask.get() == NULL) in ScheduleTask()
260 if (rpTask->mbIsCanceled) in ScheduleTask()
264 maScheduledTasks.insert(rpTask); in ScheduleTask()

Completed in 19 milliseconds