LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxOnlineUpdateTabPage Class Reference

#include <optupdt.hxx>

Inheritance diagram for SvxOnlineUpdateTabPage:
[legend]
Collaboration diagram for SvxOnlineUpdateTabPage:
[legend]

Public Member Functions

 SvxOnlineUpdateTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxOnlineUpdateTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void FillUserData () override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () 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 SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (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

 DECL_LINK (FileDialogHdl_Impl, weld::Button &, void)
 
 DECL_LINK (CheckNowHdl_Impl, weld::Button &, void)
 
 DECL_LINK (AutoCheckHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (ExtrasCheckHdl_Impl, weld::Toggleable &, void)
 
void UpdateLastCheckedText ()
 
void UpdateUserAgent ()
 

Private Attributes

OUString m_aNeverChecked
 
OUString m_aLastCheckedTemplate
 
css::uno::Reference< css::container::XNameReplace > m_xUpdateAccess
 
css::uno::Reference< css::configuration::XReadWriteAccess > m_xReadWriteAccess
 
std::unique_ptr< weld::Labelm_xNeverChecked
 
std::unique_ptr< weld::CheckButtonm_xAutoCheckCheckBox
 
std::unique_ptr< weld::RadioButtonm_xEveryDayButton
 
std::unique_ptr< weld::RadioButtonm_xEveryWeekButton
 
std::unique_ptr< weld::RadioButtonm_xEveryMonthButton
 
std::unique_ptr< weld::Buttonm_xCheckNowButton
 
std::unique_ptr< weld::CheckButtonm_xAutoDownloadCheckBox
 
std::unique_ptr< weld::Labelm_xDestPathLabel
 
std::unique_ptr< weld::Labelm_xDestPath
 
std::unique_ptr< weld::Buttonm_xChangePathButton
 
std::unique_ptr< weld::Labelm_xLastChecked
 
std::unique_ptr< weld::CheckButtonm_xExtrasCheckBox
 
std::unique_ptr< weld::Labelm_xUserAgentLabel
 
std::unique_ptr< weld::LinkButtonm_xPrivacyPolicyButton
 

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 SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 28 of file optupdt.hxx.

Constructor & Destructor Documentation

◆ SvxOnlineUpdateTabPage()

SvxOnlineUpdateTabPage::SvxOnlineUpdateTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~SvxOnlineUpdateTabPage()

SvxOnlineUpdateTabPage::~SvxOnlineUpdateTabPage ( )
overridevirtual

Definition at line 98 of file optupdt.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > SvxOnlineUpdateTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)
static

Definition at line 188 of file optupdt.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK() [1/4]

SvxOnlineUpdateTabPage::DECL_LINK ( AutoCheckHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/4]

SvxOnlineUpdateTabPage::DECL_LINK ( CheckNowHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/4]

SvxOnlineUpdateTabPage::DECL_LINK ( ExtrasCheckHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/4]

SvxOnlineUpdateTabPage::DECL_LINK ( FileDialogHdl_Impl  ,
weld::Button ,
void   
)
private

◆ FillItemSet()

bool SvxOnlineUpdateTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ FillUserData()

void SvxOnlineUpdateTabPage::FillUserData ( )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 319 of file optupdt.cxx.

◆ Reset()

void SvxOnlineUpdateTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ UpdateLastCheckedText()

void SvxOnlineUpdateTabPage::UpdateLastCheckedText ( )
private

◆ UpdateUserAgent()

void SvxOnlineUpdateTabPage::UpdateUserAgent ( )
private

Definition at line 158 of file optupdt.cxx.

References m_xExtrasCheckBox, m_xUserAgentLabel, and TOOLS_WARN_EXCEPTION.

Referenced by Reset(), and SvxOnlineUpdateTabPage().

Member Data Documentation

◆ m_aLastCheckedTemplate

OUString SvxOnlineUpdateTabPage::m_aLastCheckedTemplate
private

Definition at line 32 of file optupdt.hxx.

Referenced by SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().

◆ m_aNeverChecked

OUString SvxOnlineUpdateTabPage::m_aNeverChecked
private

Definition at line 31 of file optupdt.hxx.

Referenced by SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().

◆ m_xAutoCheckCheckBox

std::unique_ptr<weld::CheckButton> SvxOnlineUpdateTabPage::m_xAutoCheckCheckBox
private

Definition at line 38 of file optupdt.hxx.

Referenced by FillItemSet(), Reset(), and SvxOnlineUpdateTabPage().

◆ m_xAutoDownloadCheckBox

std::unique_ptr<weld::CheckButton> SvxOnlineUpdateTabPage::m_xAutoDownloadCheckBox
private

Definition at line 43 of file optupdt.hxx.

Referenced by FillItemSet(), Reset(), and SvxOnlineUpdateTabPage().

◆ m_xChangePathButton

std::unique_ptr<weld::Button> SvxOnlineUpdateTabPage::m_xChangePathButton
private

Definition at line 46 of file optupdt.hxx.

Referenced by Reset(), and SvxOnlineUpdateTabPage().

◆ m_xCheckNowButton

std::unique_ptr<weld::Button> SvxOnlineUpdateTabPage::m_xCheckNowButton
private

Definition at line 42 of file optupdt.hxx.

Referenced by SvxOnlineUpdateTabPage().

◆ m_xDestPath

std::unique_ptr<weld::Label> SvxOnlineUpdateTabPage::m_xDestPath
private

Definition at line 45 of file optupdt.hxx.

Referenced by FillItemSet(), Reset(), and SvxOnlineUpdateTabPage().

◆ m_xDestPathLabel

std::unique_ptr<weld::Label> SvxOnlineUpdateTabPage::m_xDestPathLabel
private

Definition at line 44 of file optupdt.hxx.

Referenced by Reset(), and SvxOnlineUpdateTabPage().

◆ m_xEveryDayButton

std::unique_ptr<weld::RadioButton> SvxOnlineUpdateTabPage::m_xEveryDayButton
private

Definition at line 39 of file optupdt.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xEveryMonthButton

std::unique_ptr<weld::RadioButton> SvxOnlineUpdateTabPage::m_xEveryMonthButton
private

Definition at line 41 of file optupdt.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xEveryWeekButton

std::unique_ptr<weld::RadioButton> SvxOnlineUpdateTabPage::m_xEveryWeekButton
private

Definition at line 40 of file optupdt.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xExtrasCheckBox

std::unique_ptr<weld::CheckButton> SvxOnlineUpdateTabPage::m_xExtrasCheckBox
private

Definition at line 48 of file optupdt.hxx.

Referenced by FillItemSet(), Reset(), SvxOnlineUpdateTabPage(), and UpdateUserAgent().

◆ m_xLastChecked

std::unique_ptr<weld::Label> SvxOnlineUpdateTabPage::m_xLastChecked
private

Definition at line 47 of file optupdt.hxx.

Referenced by SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().

◆ m_xNeverChecked

std::unique_ptr<weld::Label> SvxOnlineUpdateTabPage::m_xNeverChecked
private

Definition at line 37 of file optupdt.hxx.

Referenced by SvxOnlineUpdateTabPage().

◆ m_xPrivacyPolicyButton

std::unique_ptr<weld::LinkButton> SvxOnlineUpdateTabPage::m_xPrivacyPolicyButton
private

Definition at line 50 of file optupdt.hxx.

Referenced by SvxOnlineUpdateTabPage().

◆ m_xReadWriteAccess

css::uno::Reference<css::configuration::XReadWriteAccess> SvxOnlineUpdateTabPage::m_xReadWriteAccess
private

Definition at line 35 of file optupdt.hxx.

Referenced by Reset(), and SvxOnlineUpdateTabPage().

◆ m_xUpdateAccess

css::uno::Reference< css::container::XNameReplace > SvxOnlineUpdateTabPage::m_xUpdateAccess
private

Definition at line 34 of file optupdt.hxx.

Referenced by FillItemSet(), Reset(), SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().

◆ m_xUserAgentLabel

std::unique_ptr<weld::Label> SvxOnlineUpdateTabPage::m_xUserAgentLabel
private

Definition at line 49 of file optupdt.hxx.

Referenced by UpdateUserAgent().


The documentation for this class was generated from the following files: