|
LibreOffice Module cui (master) 1
|
#include <optinet2.hxx>
Public Member Functions | |
| SvxSecurityTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
| virtual | ~SvxSecurityTabPage () override |
| virtual bool | FillItemSet (SfxItemSet *rSet) override |
| virtual void | Reset (const SfxItemSet *rSet) override |
Public Member Functions inherited from SfxTabPage | |
| void | SetDialogController (SfxOkDialogController *pDialog) |
| virtual | ~SfxTabPage () override |
| void | set_visible (bool bVisible) |
| const SfxItemSet & | GetItemSet () const |
| virtual bool | FillItemSet (SfxItemSet *) |
| virtual void | Reset (const SfxItemSet *) |
| virtual bool | DeferResetToFirstActivation () |
| bool | HasExchangeSupport () const |
| void | SetExchangeSupport () |
| virtual void | ActivatePage (const SfxItemSet &) |
| virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) |
| void | SetUserData (const OUString &rString) |
| const OUString & | GetUserData () const |
| virtual void | FillUserData () |
| virtual bool | IsReadOnly () const |
| virtual void | PageCreated (const SfxAllItemSet &aSet) |
| virtual void | ChangesApplied () |
| void | SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) |
| css::uno::Reference< css::frame::XFrame > | GetFrame () const |
| const SfxItemSet * | GetDialogExampleSet () const |
| OUString | GetHelpId () const |
| OUString | GetConfigId () const |
| bool | IsVisible () const |
| weld::Window * | GetFrameWeld () const |
| std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
| static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
Static Public Member Functions inherited from SfxTabPage | |
| static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
| static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Protected Member Functions | |
| virtual void | ActivatePage (const SfxItemSet &rSet) override |
| virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
Protected Member Functions inherited from SfxTabPage | |
| SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet) | |
| sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
| TypedWhichId< T > | GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const |
| const SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
| const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
| SfxOkDialogController * | GetDialogController () const |
Private Member Functions | |
| DECL_LINK (SecurityOptionsHdl, weld::Button &, void) | |
| DECL_LINK (SavePasswordHdl, weld::Toggleable &, void) | |
| DECL_LINK (MasterPasswordHdl, weld::Button &, void) | |
| DECL_LINK (MasterPasswordCBHdl, weld::Toggleable &, void) | |
| DECL_LINK (ShowPasswordsHdl, weld::Button &, void) | |
| DECL_LINK (MacroSecPBHdl, weld::Button &, void) | |
| DECL_LINK (CertPathPBHdl, weld::Button &, void) | |
| DECL_LINK (TSAURLsPBHdl, weld::Button &, void) | |
| DECL_LINK (CertMgrPBHdl, weld::Button &, void) | |
| void | InitControls () |
Private Attributes | |
| std::unique_ptr< svx::SecurityOptionsDialog > | m_xSecOptDlg |
| std::unique_ptr< CertPathDialog > | mpCertPathDlg |
| OUString | m_sPasswordStoringDeactivateStr |
| std::unique_ptr< weld::Button > | m_xSecurityOptionsPB |
| std::unique_ptr< weld::CheckButton > | m_xSavePasswordsCB |
| std::unique_ptr< weld::Button > | m_xShowConnectionsPB |
| std::unique_ptr< weld::CheckButton > | m_xMasterPasswordCB |
| std::unique_ptr< weld::Label > | m_xMasterPasswordFT |
| std::unique_ptr< weld::Button > | m_xMasterPasswordPB |
| std::unique_ptr< weld::Container > | m_xMacroSecFrame |
| std::unique_ptr< weld::Button > | m_xMacroSecPB |
| std::unique_ptr< weld::Container > | m_xCertFrame |
| std::unique_ptr< weld::Button > | m_xCertPathPB |
| std::unique_ptr< weld::Container > | m_xTSAURLsFrame |
| std::unique_ptr< weld::Button > | m_xTSAURLsPB |
| std::unique_ptr< weld::Label > | m_xNoPasswordSaveFT |
| std::unique_ptr< weld::Button > | m_xCertMgrPathLB |
| std::unique_ptr< weld::Entry > | m_xParameterEdit |
Definition at line 78 of file optinet2.hxx.
| SvxSecurityTabPage::SvxSecurityTabPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rSet | ||
| ) |
Definition at line 481 of file optinet2.cxx.
References ActivatePage(), InitControls(), LINK, m_sPasswordStoringDeactivateStr, m_xCertMgrPathLB, m_xCertPathPB, m_xMacroSecPB, m_xMasterPasswordCB, m_xMasterPasswordPB, m_xNoPasswordSaveFT, m_xSavePasswordsCB, m_xSecurityOptionsPB, m_xShowConnectionsPB, m_xTSAURLsPB, rSet, and Size::Width().
|
overridevirtual |
Definition at line 561 of file optinet2.cxx.
|
overrideprotectedvirtual |
Reimplemented from SfxTabPage.
Definition at line 809 of file optinet2.cxx.
Referenced by SvxSecurityTabPage().
|
static |
Definition at line 804 of file optinet2.cxx.
Referenced by CreateGeneralTabPage().
|
overrideprotectedvirtual |
Reimplemented from SfxTabPage.
Definition at line 813 of file optinet2.cxx.
References FillItemSet().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 839 of file optinet2.cxx.
References SvtSecurityOptions::BlockUntrustedRefererLinks, comphelper::ConfigurationChanges::create(), SvtSecurityOptions::CtrlClickHyperlink, SvtSecurityOptions::DocWarnCreatePdf, SvtSecurityOptions::DocWarnPrint, SvtSecurityOptions::DocWarnRecommendPassword, SvtSecurityOptions::DocWarnRemovePersonalInfo, SvtSecurityOptions::DocWarnSaveOrSend, SvtSecurityOptions::DocWarnSigning, m_xParameterEdit, and m_xSecOptDlg.
Referenced by DeactivatePage().
|
private |
Definition at line 753 of file optinet2.cxx.
References Exception, comphelper::getProcessComponentContext(), m_xCertFrame, m_xMasterPasswordCB, m_xMasterPasswordFT, m_xMasterPasswordPB, m_xParameterEdit, m_xSavePasswordsCB, and m_xShowConnectionsPB.
Referenced by SvxSecurityTabPage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 869 of file optinet2.cxx.
|
private |
Definition at line 85 of file optinet2.hxx.
Referenced by SvxSecurityTabPage().
|
private |
Definition at line 99 of file optinet2.hxx.
Referenced by InitControls().
|
private |
Definition at line 107 of file optinet2.hxx.
Referenced by SvxSecurityTabPage().
|
private |
Definition at line 100 of file optinet2.hxx.
Referenced by SvxSecurityTabPage().
|
private |
Definition at line 96 of file optinet2.hxx.
|
private |
Definition at line 97 of file optinet2.hxx.
Referenced by SvxSecurityTabPage().
|
private |
Definition at line 92 of file optinet2.hxx.
Referenced by InitControls(), and SvxSecurityTabPage().
|
private |
Definition at line 93 of file optinet2.hxx.
Referenced by InitControls().
|
private |
Definition at line 94 of file optinet2.hxx.
Referenced by InitControls(), and SvxSecurityTabPage().
|
private |
Definition at line 105 of file optinet2.hxx.
Referenced by SvxSecurityTabPage().
|
private |
Definition at line 108 of file optinet2.hxx.
Referenced by FillItemSet(), and InitControls().
|
private |
Definition at line 89 of file optinet2.hxx.
Referenced by InitControls(), and SvxSecurityTabPage().
|
private |
Definition at line 81 of file optinet2.hxx.
Referenced by FillItemSet().
|
private |
Definition at line 87 of file optinet2.hxx.
Referenced by SvxSecurityTabPage().
|
private |
Definition at line 90 of file optinet2.hxx.
Referenced by InitControls(), and SvxSecurityTabPage().
|
private |
Definition at line 102 of file optinet2.hxx.
|
private |
Definition at line 103 of file optinet2.hxx.
Referenced by SvxSecurityTabPage().
|
private |
Definition at line 83 of file optinet2.hxx.