|
LibreOffice Module extensions (master) 1
|
#include <sal/config.h>#include "updatecheck.hxx"#include "updatecheckconfig.hxx"#include "updatehdl.hxx"#include "updateprotocol.hxx"#include <memory>#include <mutex>#include <utility>#include <cppuhelper/implbase.hxx>#include <cppuhelper/supportsservice.hxx>#include <comphelper/diagnose_ex.hxx>#include <com/sun/star/frame/Desktop.hpp>#include <com/sun/star/frame/XTerminateListener.hpp>#include <com/sun/star/task/XJob.hpp>Go to the source code of this file.
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | extensions_update_UpdateCheckJob_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * extensions_update_UpdateCheckJob_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 325 of file updatecheckjob.cxx.