LibreOffice Module cui (master) 1
|
#include <optupdt.hxx>
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 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 *rSet) |
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 | |
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::Label > | m_xNeverChecked |
std::unique_ptr< weld::CheckButton > | m_xAutoCheckCheckBox |
std::unique_ptr< weld::RadioButton > | m_xEveryDayButton |
std::unique_ptr< weld::RadioButton > | m_xEveryWeekButton |
std::unique_ptr< weld::RadioButton > | m_xEveryMonthButton |
std::unique_ptr< weld::Button > | m_xCheckNowButton |
std::unique_ptr< weld::CheckButton > | m_xAutoDownloadCheckBox |
std::unique_ptr< weld::Label > | m_xDestPathLabel |
std::unique_ptr< weld::Label > | m_xDestPath |
std::unique_ptr< weld::Button > | m_xChangePathButton |
std::unique_ptr< weld::Label > | m_xLastChecked |
std::unique_ptr< weld::CheckButton > | m_xExtrasCheckBox |
std::unique_ptr< weld::Label > | m_xUserAgentLabel |
std::unique_ptr< weld::LinkButton > | m_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 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 28 of file optupdt.hxx.
SvxOnlineUpdateTabPage::SvxOnlineUpdateTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 50 of file optupdt.cxx.
References utl::ConfigManager::getProductVersion(), utl::ConfigManager::getUILocale(), LINK, m_aLastCheckedTemplate, m_aNeverChecked, m_xAutoCheckCheckBox, m_xAutoDownloadCheckBox, m_xChangePathButton, m_xCheckNowButton, m_xDestPath, m_xDestPathLabel, m_xExtrasCheckBox, m_xLastChecked, m_xNeverChecked, m_xPrivacyPolicyButton, m_xReadWriteAccess, m_xUpdateAccess, rSet, UpdateLastCheckedText(), and UpdateUserAgent().
|
overridevirtual |
Definition at line 98 of file optupdt.cxx.
|
static |
Definition at line 188 of file optupdt.cxx.
Referenced by CreateGeneralTabPage().
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 193 of file optupdt.cxx.
References aURL, m_xAutoCheckCheckBox, m_xAutoDownloadCheckBox, m_xDestPath, m_xEveryDayButton, m_xEveryMonthButton, m_xEveryWeekButton, m_xExtrasCheckBox, m_xUpdateAccess, and nValue.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 319 of file optupdt.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 261 of file optupdt.cxx.
References bReadOnly, m_xAutoCheckCheckBox, m_xAutoDownloadCheckBox, m_xChangePathButton, m_xDestPath, m_xDestPathLabel, m_xEveryDayButton, m_xEveryMonthButton, m_xEveryWeekButton, m_xExtrasCheckBox, m_xReadWriteAccess, m_xUpdateAccess, nValue, and UpdateUserAgent().
|
private |
Definition at line 102 of file optupdt.cxx.
References Date::EMPTY, tools::Time::EMPTY, LanguageTag::getLanguageType(), Application::GetSettings(), tools::Time::GetTimeInDays(), AllSettings::GetUILanguageTag(), m_aLastCheckedTemplate, m_aNeverChecked, m_xLastChecked, m_xUpdateAccess, and nIndex.
Referenced by SvxOnlineUpdateTabPage().
|
private |
Definition at line 158 of file optupdt.cxx.
References m_xExtrasCheckBox, m_xUserAgentLabel, and TOOLS_WARN_EXCEPTION.
Referenced by Reset(), and SvxOnlineUpdateTabPage().
|
private |
Definition at line 32 of file optupdt.hxx.
Referenced by SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().
|
private |
Definition at line 31 of file optupdt.hxx.
Referenced by SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().
|
private |
Definition at line 38 of file optupdt.hxx.
Referenced by FillItemSet(), Reset(), and SvxOnlineUpdateTabPage().
|
private |
Definition at line 43 of file optupdt.hxx.
Referenced by FillItemSet(), Reset(), and SvxOnlineUpdateTabPage().
|
private |
Definition at line 46 of file optupdt.hxx.
Referenced by Reset(), and SvxOnlineUpdateTabPage().
|
private |
Definition at line 42 of file optupdt.hxx.
Referenced by SvxOnlineUpdateTabPage().
|
private |
Definition at line 45 of file optupdt.hxx.
Referenced by FillItemSet(), Reset(), and SvxOnlineUpdateTabPage().
|
private |
Definition at line 44 of file optupdt.hxx.
Referenced by Reset(), and SvxOnlineUpdateTabPage().
|
private |
Definition at line 39 of file optupdt.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 41 of file optupdt.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 40 of file optupdt.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 48 of file optupdt.hxx.
Referenced by FillItemSet(), Reset(), SvxOnlineUpdateTabPage(), and UpdateUserAgent().
|
private |
Definition at line 47 of file optupdt.hxx.
Referenced by SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().
|
private |
Definition at line 37 of file optupdt.hxx.
Referenced by SvxOnlineUpdateTabPage().
|
private |
Definition at line 50 of file optupdt.hxx.
Referenced by SvxOnlineUpdateTabPage().
|
private |
Definition at line 35 of file optupdt.hxx.
Referenced by Reset(), and SvxOnlineUpdateTabPage().
|
private |
Definition at line 34 of file optupdt.hxx.
Referenced by FillItemSet(), Reset(), SvxOnlineUpdateTabPage(), and UpdateLastCheckedText().
|
private |
Definition at line 49 of file optupdt.hxx.
Referenced by UpdateUserAgent().