Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx51 maJobs( aJobs ), in CancelJobsThread()
77 std::list< css::uno::Reference< css::util::XCancellable > > maJobs; member in CancelJobsThread
87 maJobs.insert( maJobs.end(), rJobs.begin(), rJobs.end() ); in addJobs()
88 mbAllJobsCancelled = !maJobs.empty(); in addJobs()
95 return !maJobs.empty(); in existJobs()
102 return maJobs.empty() && mbAllJobsCancelled; in allJobsCancelled()
118 if ( !maJobs.empty() ) in getNextJob()
120 xRet = maJobs.front(); in getNextJob()
121 maJobs.pop_front(); in getNextJob()

Completed in 8 milliseconds