|
LibreOffice Module cui (master) 1
|
#include <optinet2.hxx>
Public Member Functions | |
| SvxProxyTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
| virtual | ~SvxProxyTabPage () 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) |
Private Member Functions | |
| void | EnableControls_Impl () |
| void | ReadConfigData_Impl () |
| void | ReadConfigDefaults_Impl () |
| void | RestoreConfigDefaults_Impl () |
| DECL_LINK (PortChangedHdl, weld::Entry &, void) | |
| DECL_STATIC_LINK (SvxProxyTabPage, NumberOnlyTextFilterHdl, OUString &, bool) | |
| DECL_STATIC_LINK (SvxProxyTabPage, NoSpaceTextFilterHdl, OUString &, bool) | |
| DECL_LINK (ProxyHdl_Impl, weld::ComboBox &, void) | |
| DECL_STATIC_LINK (SvxProxyTabPage, LoseFocusHdl_Impl, weld::Widget &, void) | |
Private Attributes | |
| std::unique_ptr< weld::ComboBox > | m_xProxyModeLB |
| std::unique_ptr< weld::Label > | m_xHttpProxyFT |
| std::unique_ptr< weld::Entry > | m_xHttpProxyED |
| std::unique_ptr< weld::Label > | m_xHttpPortFT |
| std::unique_ptr< weld::Entry > | m_xHttpPortED |
| std::unique_ptr< weld::Label > | m_xHttpsProxyFT |
| std::unique_ptr< weld::Entry > | m_xHttpsProxyED |
| std::unique_ptr< weld::Label > | m_xHttpsPortFT |
| std::unique_ptr< weld::Entry > | m_xHttpsPortED |
| std::unique_ptr< weld::Label > | m_xFtpProxyFT |
| std::unique_ptr< weld::Entry > | m_xFtpProxyED |
| std::unique_ptr< weld::Label > | m_xFtpPortFT |
| std::unique_ptr< weld::Entry > | m_xFtpPortED |
| std::unique_ptr< weld::Label > | m_xNoProxyForFT |
| std::unique_ptr< weld::Entry > | m_xNoProxyForED |
| std::unique_ptr< weld::Label > | m_xNoProxyDescFT |
| css::uno::Reference< css::uno::XInterface > | m_xConfigurationUpdateAccess |
Additional Inherited Members | |
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 |
Definition at line 29 of file optinet2.hxx.
| SvxProxyTabPage::SvxProxyTabPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rSet | ||
| ) |
Definition at line 128 of file optinet2.cxx.
References Any, comphelper::getProcessComponentContext(), LINK, m_xConfigurationUpdateAccess, m_xFtpPortED, m_xFtpProxyED, m_xHttpPortED, m_xHttpProxyED, m_xHttpsPortED, m_xHttpsProxyED, m_xProxyModeLB, and rSet.
|
overridevirtual |
Definition at line 180 of file optinet2.cxx.
|
static |
Definition at line 184 of file optinet2.cxx.
Referenced by CreateGeneralTabPage().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 423 of file optinet2.cxx.
References m_xFtpPortED, m_xFtpPortFT, m_xFtpProxyED, m_xFtpProxyFT, m_xHttpPortED, m_xHttpPortFT, m_xHttpProxyED, m_xHttpProxyFT, m_xHttpsPortED, m_xHttpsPortFT, m_xHttpsProxyED, m_xHttpsProxyFT, m_xNoProxyDescFT, m_xNoProxyForED, m_xNoProxyForFT, and m_xProxyModeLB.
Referenced by Reset().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 339 of file optinet2.cxx.
References Any, g_aFtpPortPN, g_aFtpProxyPN, g_aHttpPortPN, g_aHttpProxyPN, g_aHttpsPortPN, g_aHttpsProxyPN, g_aNoProxyDescPN, g_aProxyModePN, m_xConfigurationUpdateAccess, m_xFtpPortED, m_xFtpProxyED, m_xHttpPortED, m_xHttpProxyED, m_xHttpsPortED, m_xHttpsProxyED, m_xNoProxyForED, m_xProxyModeLB, RestoreConfigDefaults_Impl(), and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 189 of file optinet2.cxx.
References m_xFtpPortED, m_xFtpProxyED, m_xHttpPortED, m_xHttpProxyED, m_xHttpsPortED, m_xHttpsProxyED, m_xNoProxyForED, m_xProxyModeLB, and x.
Referenced by Reset().
|
private |
Definition at line 233 of file optinet2.cxx.
References g_aFtpPortPN, g_aFtpProxyPN, g_aHttpPortPN, g_aHttpProxyPN, g_aHttpsPortPN, g_aHttpsProxyPN, g_aNoProxyDescPN, m_xConfigurationUpdateAccess, m_xFtpPortED, m_xFtpProxyED, m_xHttpPortED, m_xHttpProxyED, m_xHttpsPortED, m_xHttpsProxyED, m_xNoProxyForED, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 323 of file optinet2.cxx.
References EnableControls_Impl(), m_xFtpPortED, m_xFtpProxyED, m_xHttpPortED, m_xHttpProxyED, m_xHttpsPortED, m_xHttpsProxyED, m_xNoProxyForED, m_xProxyModeLB, and ReadConfigData_Impl().
|
private |
Definition at line 291 of file optinet2.cxx.
References g_aFtpPortPN, g_aFtpProxyPN, g_aHttpPortPN, g_aHttpProxyPN, g_aHttpsPortPN, g_aHttpsProxyPN, g_aNoProxyDescPN, g_aProxyModePN, m_xConfigurationUpdateAccess, and TOOLS_WARN_EXCEPTION.
Referenced by FillItemSet().
|
private |
Definition at line 54 of file optinet2.hxx.
Referenced by FillItemSet(), ReadConfigDefaults_Impl(), RestoreConfigDefaults_Impl(), and SvxProxyTabPage().
|
private |
Definition at line 48 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), ReadConfigDefaults_Impl(), Reset(), and SvxProxyTabPage().
|
private |
Definition at line 47 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 46 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), ReadConfigDefaults_Impl(), Reset(), and SvxProxyTabPage().
|
private |
Definition at line 45 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 38 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), ReadConfigDefaults_Impl(), Reset(), and SvxProxyTabPage().
|
private |
Definition at line 37 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 36 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), ReadConfigDefaults_Impl(), Reset(), and SvxProxyTabPage().
|
private |
Definition at line 35 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 43 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), ReadConfigDefaults_Impl(), Reset(), and SvxProxyTabPage().
|
private |
Definition at line 42 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 41 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), ReadConfigDefaults_Impl(), Reset(), and SvxProxyTabPage().
|
private |
Definition at line 40 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 52 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 51 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), ReadConfigDefaults_Impl(), and Reset().
|
private |
Definition at line 50 of file optinet2.hxx.
Referenced by EnableControls_Impl().
|
private |
Definition at line 33 of file optinet2.hxx.
Referenced by EnableControls_Impl(), FillItemSet(), ReadConfigData_Impl(), Reset(), and SvxProxyTabPage().