LibreOffice Module extensions (master) 1
|
#include <sal/config.h>
#include <condition_variable>
#include <mutex>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/conditn.hxx>
#include <osl/thread.hxx>
#include <rtl/instance.hxx>
#include "updateinfo.hxx"
#include "updatecheckconfiglistener.hxx"
#include "actionlistener.hxx"
#include "updatehdl.hxx"
#include "download.hxx"
Go to the source code of this file.
Classes | |
class | UpdateCheckInitData |
class | WorkerThread |
class | UpdateCheck |