LibreOffice Module cui (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <officecfg/Inet.hxx>
#include <officecfg/Office/Common.hxx>
#include <officecfg/Office/Security.hxx>
#include <vcl/weld.hxx>
#include <sfx2/filedlghelper.hxx>
#include <vcl/svapp.hxx>
#include <unotools/securityoptions.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <dialmgr.hxx>
#include "optinet2.hxx"
#include <strings.hrc>
#include <com/sun/star/security/DocumentDigitalSignatures.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <osl/file.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/task/PasswordContainer.hpp>
#include <com/sun/star/task/XPasswordContainer2.hpp>
#include "securityoptions.hxx"
#include "webconninfo.hxx"
#include "certpath.hxx"
#include "tsaurls.hxx"
#include <svtools/restartdialog.hxx>
Go to the source code of this file.
Classes | |
struct | SvxEMailTabPage_Impl |
Variables | |
constexpr OUStringLiteral | g_aProxyModePN = u"ooInetProxyType" |
constexpr OUStringLiteral | g_aHttpProxyPN = u"ooInetHTTPProxyName" |
constexpr OUStringLiteral | g_aHttpPortPN = u"ooInetHTTPProxyPort" |
constexpr OUStringLiteral | g_aHttpsProxyPN = u"ooInetHTTPSProxyName" |
constexpr OUStringLiteral | g_aHttpsPortPN = u"ooInetHTTPSProxyPort" |
constexpr OUStringLiteral | g_aFtpProxyPN = u"ooInetFTPProxyName" |
constexpr OUStringLiteral | g_aFtpPortPN = u"ooInetFTPProxyPort" |
constexpr OUStringLiteral | g_aNoProxyDescPN = u"ooInetNoProxy" |
IMPL_LINK | ( | SvxProxyTabPage | , |
PortChangedHdl | , | ||
weld::Entry & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 85 of file optinet2.cxx.
References Application::CreateMessageDialog(), CuiResId(), and GetFrameWeld().
IMPL_LINK | ( | SvxProxyTabPage | , |
ProxyHdl_Impl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 456 of file optinet2.cxx.
References nPos.
IMPL_LINK_NOARG | ( | SvxEMailTabPage | , |
FileDialogHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 968 of file optinet2.cxx.
References aHelper, ERRCODE_NONE, and GetFrameWeld().
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
CertMgrPBHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 526 of file optinet2.cxx.
References aHelper, comphelper::ConfigurationChanges::create(), ERRCODE_NONE, and TOOLS_WARN_EXCEPTION.
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
CertPathPBHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 716 of file optinet2.cxx.
References svtools::executeRestartDialog(), GetFrameWeld(), comphelper::getProcessComponentContext(), svtools::RESTART_REASON_ADDING_PATH, and RET_OK.
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
MacroSecPBHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 738 of file optinet2.cxx.
References Exception, comphelper::getProcessComponentContext(), and TOOLS_WARN_EXCEPTION.
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
MasterPasswordCBHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 651 of file optinet2.cxx.
References Exception, and comphelper::getProcessComponentContext().
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
MasterPasswordHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 633 of file optinet2.cxx.
References Exception, and comphelper::getProcessComponentContext().
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
SavePasswordHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 572 of file optinet2.cxx.
References Application::CreateMessageDialog(), Exception, GetFrameWeld(), comphelper::getProcessComponentContext(), RET_NO, and RET_YES.
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
SecurityOptionsHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 565 of file optinet2.cxx.
References GetFrameWeld().
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
ShowPasswordsHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 696 of file optinet2.cxx.
References Exception, GetFrameWeld(), comphelper::getProcessComponentContext(), and weld::DialogController::run().
IMPL_LINK_NOARG | ( | SvxSecurityTabPage | , |
TSAURLsPBHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 730 of file optinet2.cxx.
References GetFrameWeld(), and weld::DialogController::run().
IMPL_STATIC_LINK | ( | SvxProxyTabPage | , |
LoseFocusHdl_Impl | , | ||
weld::Widget & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 469 of file optinet2.cxx.
References weld::Entry::get_text(), and weld::Entry::set_text().
IMPL_STATIC_LINK | ( | SvxProxyTabPage | , |
NoSpaceTextFilterHdl | , | ||
OUString & | , | ||
rTest | , | ||
bool | |||
) |
Definition at line 117 of file optinet2.cxx.
IMPL_STATIC_LINK | ( | SvxProxyTabPage | , |
NumberOnlyTextFilterHdl | , | ||
OUString & | , | ||
rTest | , | ||
bool | |||
) |
Definition at line 105 of file optinet2.cxx.
References i.
|
constexpr |
Definition at line 102 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), SvxProxyTabPage::ReadConfigDefaults_Impl(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().
|
constexpr |
Definition at line 101 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), SvxProxyTabPage::ReadConfigDefaults_Impl(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().
|
constexpr |
Definition at line 98 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), SvxProxyTabPage::ReadConfigDefaults_Impl(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().
|
constexpr |
Definition at line 97 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), SvxProxyTabPage::ReadConfigDefaults_Impl(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().
|
constexpr |
Definition at line 100 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), SvxProxyTabPage::ReadConfigDefaults_Impl(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().
|
constexpr |
Definition at line 99 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), SvxProxyTabPage::ReadConfigDefaults_Impl(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().
|
constexpr |
Definition at line 103 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), SvxProxyTabPage::ReadConfigDefaults_Impl(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().
|
constexpr |
Definition at line 96 of file optinet2.cxx.
Referenced by SvxProxyTabPage::FillItemSet(), and SvxProxyTabPage::RestoreConfigDefaults_Impl().