Searched refs:CancelJobsThread (Results 1 – 2 of 2) sorted by relevance
45 class CancelJobsThread : public osl::Thread class48 CancelJobsThread( std::list< css::uno::Reference< css::util::XCancellable > > aJobs ) in CancelJobsThread() function in CancelJobsThread57 virtual ~CancelJobsThread() {} in ~CancelJobsThread()83 void CancelJobsThread::addJobs( std::list< css::uno::Reference< css::util::XCancellable > >& rJobs ) in addJobs()91 bool CancelJobsThread::existJobs() const in existJobs()98 bool CancelJobsThread::allJobsCancelled() const in allJobsCancelled()104 void CancelJobsThread::stopWhenAllJobsCancelled() in stopWhenAllJobsCancelled()111 css::uno::Reference< css::util::XCancellable > CancelJobsThread::getNextJob() in getNextJob()128 bool CancelJobsThread::stopped() const in stopped()135 void SAL_CALL CancelJobsThread::run() in run()[all …]
39 class CancelJobsThread;95 CancelJobsThread* mpCancelJobsThread;