LibreOffice Module cui (master) 1
|
#include <optsave.hxx>
Public Member Functions | |
SvxSaveTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SvxSaveTabPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
![]() | |
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 |
OString | GetHelpId () const |
OString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
![]() | |
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 (AutoClickHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (FilterHdl_Impl, weld::ComboBox &, void) | |
DECL_LINK (ODFVersionHdl_Impl, weld::ComboBox &, void) | |
void | DetectHiddenControls () |
Private Attributes | |
std::unique_ptr< SvxSaveTabPage_Impl > | pImpl |
std::unique_ptr< weld::CheckButton > | m_xLoadUserSettingsCB |
std::unique_ptr< weld::CheckButton > | m_xLoadDocPrinterCB |
std::unique_ptr< weld::CheckButton > | m_xDocInfoCB |
std::unique_ptr< weld::CheckButton > | m_xBackupCB |
std::unique_ptr< weld::CheckButton > | m_xAutoSaveCB |
std::unique_ptr< weld::SpinButton > | m_xAutoSaveEdit |
std::unique_ptr< weld::Label > | m_xMinuteFT |
std::unique_ptr< weld::CheckButton > | m_xUserAutoSaveCB |
std::unique_ptr< weld::CheckButton > | m_xRelativeFsysCB |
std::unique_ptr< weld::CheckButton > | m_xRelativeInetCB |
std::unique_ptr< weld::ComboBox > | m_xODFVersionLB |
std::unique_ptr< weld::CheckButton > | m_xWarnAlienFormatCB |
std::unique_ptr< weld::ComboBox > | m_xDocTypeLB |
std::unique_ptr< weld::Label > | m_xSaveAsFT |
std::unique_ptr< weld::ComboBox > | m_xSaveAsLB |
std::unique_ptr< weld::Widget > | m_xODFWarningFI |
std::unique_ptr< weld::Label > | m_xODFWarningFT |
Additional Inherited Members | |
![]() | |
SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OString &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 39 of file optsave.hxx.
SvxSaveTabPage::SvxSaveTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 78 of file optsave.cxx.
References APP_CALC, APP_DRAW, APP_IMPRESS, APP_MATH, APP_WRITER, APP_WRITER_GLOBAL, APP_WRITER_WEB, SvtModuleOptions::CALC, DetectHiddenControls(), SvtModuleOptions::DRAW, SvtModuleOptions::GetFactoryDefaultFilter(), SvtModuleOptions::IMPRESS, SvtModuleOptions::IsDefaultFilterReadonly(), SvtModuleOptions::IsModuleInstalled(), LINK, m_xAutoSaveCB, m_xAutoSaveEdit, m_xDocTypeLB, m_xODFVersionLB, m_xSaveAsLB, SvtModuleOptions::MATH, SvtSaveOptions::ODFVER_011, SvtSaveOptions::ODFVER_012, SvtSaveOptions::ODFVER_012_EXT_COMPAT, SvtSaveOptions::ODFVER_012_EXTENDED, SvtSaveOptions::ODFVER_013, SvtSaveOptions::ODFVER_LATEST, pImpl, SvtModuleOptions::WRITER, SvtModuleOptions::WRITERGLOBAL, and SvtModuleOptions::WRITERWEB.
|
overridevirtual |
Definition at line 191 of file optsave.cxx.
|
static |
Definition at line 195 of file optsave.cxx.
Referenced by CreateGeneralTabPage().
|
private |
|
private |
|
private |
|
private |
Definition at line 201 of file optsave.cxx.
References CFG_PAGE_AND_GROUP, SvtOptionsDialogOptions::IsOptionHidden(), m_xAutoSaveCB, m_xAutoSaveEdit, m_xBackupCB, m_xMinuteFT, m_xUserAutoSaveCB, and u.
Referenced by SvxSaveTabPage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 227 of file optsave.cxx.
References APP_CALC, APP_DRAW, APP_IMPRESS, APP_MATH, APP_WRITER, APP_WRITER_GLOBAL, APP_WRITER_WEB, SvtModuleOptions::CALC, comphelper::ConfigurationChanges::create(), SvtModuleOptions::DRAW, SfxTabPage::GetDialogController(), SvtModuleOptions::GetFactoryDefaultFilter(), SvtModuleOptions::IMPRESS, m_xAutoSaveCB, m_xAutoSaveEdit, m_xBackupCB, m_xDocInfoCB, m_xLoadDocPrinterCB, m_xLoadUserSettingsCB, m_xODFVersionLB, m_xRelativeFsysCB, m_xRelativeInetCB, m_xUserAutoSaveCB, m_xWarnAlienFormatCB, SvtModuleOptions::MATH, nVersion, pImpl, SfxItemSet::Put(), svtools::RESTART_REASON_SAVE, rSet, SvtModuleOptions::SetFactoryDefaultFilter(), OfaTreeOptionsDialog::SetNeedsRestart(), SetODFDefaultVersion(), SvtModuleOptions::WRITER, SvtModuleOptions::WRITERGLOBAL, and SvtModuleOptions::WRITERWEB.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 372 of file optsave.cxx.
References APP_CALC, APP_DRAW, APP_IMPRESS, APP_MATH, APP_WRITER, APP_WRITER_GLOBAL, APP_WRITER_WEB, DBG_ASSERT, Exception, GetODFDefaultVersion(), comphelper::getProcessServiceFactory(), comphelper::SequenceAsHashMap::getUnpackedValueOrDefault(), isODFFormat(), m_xAutoSaveCB, m_xAutoSaveEdit, m_xBackupCB, m_xDocInfoCB, m_xDocTypeLB, m_xLoadDocPrinterCB, m_xLoadUserSettingsCB, m_xODFVersionLB, m_xRelativeFsysCB, m_xRelativeInetCB, m_xUserAutoSaveCB, m_xWarnAlienFormatCB, n, pImpl, and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 48 of file optsave.hxx.
Referenced by DetectHiddenControls(), FillItemSet(), Reset(), and SvxSaveTabPage().
|
private |
Definition at line 49 of file optsave.hxx.
Referenced by DetectHiddenControls(), FillItemSet(), Reset(), and SvxSaveTabPage().
|
private |
Definition at line 47 of file optsave.hxx.
Referenced by DetectHiddenControls(), FillItemSet(), and Reset().
|
private |
Definition at line 46 of file optsave.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 56 of file optsave.hxx.
Referenced by Reset(), and SvxSaveTabPage().
|
private |
Definition at line 45 of file optsave.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 44 of file optsave.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 50 of file optsave.hxx.
Referenced by DetectHiddenControls().
|
private |
Definition at line 54 of file optsave.hxx.
Referenced by FillItemSet(), Reset(), and SvxSaveTabPage().
|
private |
Definition at line 59 of file optsave.hxx.
|
private |
Definition at line 60 of file optsave.hxx.
|
private |
Definition at line 52 of file optsave.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 53 of file optsave.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 57 of file optsave.hxx.
|
private |
Definition at line 58 of file optsave.hxx.
Referenced by SvxSaveTabPage().
|
private |
Definition at line 51 of file optsave.hxx.
Referenced by DetectHiddenControls(), FillItemSet(), and Reset().
|
private |
Definition at line 55 of file optsave.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 42 of file optsave.hxx.
Referenced by FillItemSet(), Reset(), and SvxSaveTabPage().