LibreOffice Module cui (master)
1
|
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <svl/zforlist.hxx>
#include "optupdt.hxx"
#include <comphelper/processfactory.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ui/dialogs/FolderPicker.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/deployment/UpdateInformationProvider.hpp>
#include <com/sun/star/ucb/XWebDAVCommandEnvironment.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/setup/UpdateCheckConfig.hpp>
#include <com/sun/star/configuration/ReadWriteAccess.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <osl/file.hxx>
#include <osl/security.hxx>
#include <tools/diagnose_ex.h>
Go to the source code of this file.
Functions | |
IMPL_LINK (SvxOnlineUpdateTabPage, AutoCheckHdl_Impl, weld::ToggleButton &, rBox, void) | |
IMPL_LINK_NOARG (SvxOnlineUpdateTabPage, ExtrasCheckHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxOnlineUpdateTabPage, FileDialogHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxOnlineUpdateTabPage, CheckNowHdl_Impl, weld::Button &, void) | |
IMPL_LINK | ( | SvxOnlineUpdateTabPage | , |
AutoCheckHdl_Impl | , | ||
weld::ToggleButton & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 313 of file optupdt.cxx.
References bReadOnly.
IMPL_LINK_NOARG | ( | SvxOnlineUpdateTabPage | , |
ExtrasCheckHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 323 of file optupdt.cxx.
IMPL_LINK_NOARG | ( | SvxOnlineUpdateTabPage | , |
FileDialogHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 328 of file optupdt.cxx.
References aURL, and comphelper::getProcessComponentContext().
IMPL_LINK_NOARG | ( | SvxOnlineUpdateTabPage | , |
CheckNowHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 348 of file optupdt.cxx.
References aURL, comphelper::getProcessComponentContext(), TOOLS_WARN_EXCEPTION, and xDispatch.