|
LibreOffice Module cui (master) 1
|
#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <svl/numformat.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/XFolderPicker2.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 <sfx2/filedlghelper.hxx>#include <officecfg/Office/Common.hxx>#include <osl/file.hxx>#include <osl/security.hxx>#include <comphelper/diagnose_ex.hxx>#include <unotools/configmgr.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK (SvxOnlineUpdateTabPage, AutoCheckHdl_Impl, weld::Toggleable &, rBox, void) | |
| IMPL_LINK_NOARG (SvxOnlineUpdateTabPage, ExtrasCheckHdl_Impl, weld::Toggleable &, 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::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 323 of file optupdt.cxx.
References bReadOnly.
| IMPL_LINK_NOARG | ( | SvxOnlineUpdateTabPage | , |
| CheckNowHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 358 of file optupdt.cxx.
References aURL, TOOLS_WARN_EXCEPTION, and xDispatch.
| IMPL_LINK_NOARG | ( | SvxOnlineUpdateTabPage | , |
| ExtrasCheckHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 333 of file optupdt.cxx.
| IMPL_LINK_NOARG | ( | SvxOnlineUpdateTabPage | , |
| FileDialogHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 338 of file optupdt.cxx.
References aURL, sfx2::createFolderPicker(), and GetFrameWeld().