LibreOffice Module sw (master) 1
Classes | Functions
finalthreadmanager.cxx File Reference
#include <finalthreadmanager.hxx>
#include <osl/diagnose.h>
#include <osl/thread.hxx>
#include <pausethreadstarting.hxx>
#include <swthreadjoiner.hxx>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/TerminationVetoException.hpp>
#include <rtl/ustring.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <mutex>
#include <thread>
#include <utility>
Include dependency graph for finalthreadmanager.cxx:

Go to the source code of this file.

Classes

class  CancelJobsThread
 thread to cancel a give list of cancellable jobs More...
 
class  TerminateOfficeThread
 thread to terminate office, when all jobs are cancelled. More...
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_util_comp_FinalThreadManager_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_util_comp_FinalThreadManager_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_util_comp_FinalThreadManager_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 420 of file finalthreadmanager.cxx.