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

#include <optsave.hxx>

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

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
 
- 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 *rAttrSet)
 
- 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 (AutoClickHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (BackupClickHdl_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_ImplpImpl
 
std::unique_ptr< weld::CheckButtonm_xLoadViewPosAnyUserCB
 
std::unique_ptr< weld::CheckButtonm_xLoadUserSettingsCB
 
std::unique_ptr< weld::CheckButtonm_xLoadDocPrinterCB
 
std::unique_ptr< weld::CheckButtonm_xDocInfoCB
 
std::unique_ptr< weld::CheckButtonm_xBackupCB
 
std::unique_ptr< weld::CheckButtonm_xBackupIntoDocumentFolderCB
 
std::unique_ptr< weld::CheckButtonm_xAutoSaveCB
 
std::unique_ptr< weld::SpinButtonm_xAutoSaveEdit
 
std::unique_ptr< weld::Labelm_xMinuteFT
 
std::unique_ptr< weld::CheckButtonm_xUserAutoSaveCB
 
std::unique_ptr< weld::CheckButtonm_xRelativeFsysCB
 
std::unique_ptr< weld::CheckButtonm_xRelativeInetCB
 
std::unique_ptr< weld::ComboBoxm_xODFVersionLB
 
std::unique_ptr< weld::CheckButtonm_xWarnAlienFormatCB
 
std::unique_ptr< weld::ComboBoxm_xDocTypeLB
 
std::unique_ptr< weld::Labelm_xSaveAsFT
 
std::unique_ptr< weld::ComboBoxm_xSaveAsLB
 
std::unique_ptr< weld::Widgetm_xODFWarningFI
 
std::unique_ptr< weld::Labelm_xODFWarningFT
 

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 39 of file optsave.hxx.

Constructor & Destructor Documentation

◆ SvxSaveTabPage()

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

◆ ~SvxSaveTabPage()

SvxSaveTabPage::~SvxSaveTabPage ( )
overridevirtual

Definition at line 204 of file optsave.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 208 of file optsave.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK() [1/4]

SvxSaveTabPage::DECL_LINK ( AutoClickHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/4]

SvxSaveTabPage::DECL_LINK ( BackupClickHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/4]

SvxSaveTabPage::DECL_LINK ( FilterHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [4/4]

SvxSaveTabPage::DECL_LINK ( ODFVersionHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ DetectHiddenControls()

void SvxSaveTabPage::DetectHiddenControls ( )
private

◆ FillItemSet()

bool SvxSaveTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SvxSaveTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_xAutoSaveCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xAutoSaveCB
private

Definition at line 50 of file optsave.hxx.

Referenced by DetectHiddenControls(), FillItemSet(), Reset(), and SvxSaveTabPage().

◆ m_xAutoSaveEdit

std::unique_ptr<weld::SpinButton> SvxSaveTabPage::m_xAutoSaveEdit
private

Definition at line 51 of file optsave.hxx.

Referenced by DetectHiddenControls(), FillItemSet(), Reset(), and SvxSaveTabPage().

◆ m_xBackupCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xBackupCB
private

Definition at line 48 of file optsave.hxx.

Referenced by DetectHiddenControls(), FillItemSet(), Reset(), and SvxSaveTabPage().

◆ m_xBackupIntoDocumentFolderCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xBackupIntoDocumentFolderCB
private

Definition at line 49 of file optsave.hxx.

Referenced by DetectHiddenControls(), FillItemSet(), Reset(), and SvxSaveTabPage().

◆ m_xDocInfoCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xDocInfoCB
private

Definition at line 47 of file optsave.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDocTypeLB

std::unique_ptr<weld::ComboBox> SvxSaveTabPage::m_xDocTypeLB
private

Definition at line 58 of file optsave.hxx.

Referenced by Reset(), and SvxSaveTabPage().

◆ m_xLoadDocPrinterCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xLoadDocPrinterCB
private

Definition at line 46 of file optsave.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLoadUserSettingsCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xLoadUserSettingsCB
private

Definition at line 45 of file optsave.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLoadViewPosAnyUserCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xLoadViewPosAnyUserCB
private

Definition at line 44 of file optsave.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMinuteFT

std::unique_ptr<weld::Label> SvxSaveTabPage::m_xMinuteFT
private

Definition at line 52 of file optsave.hxx.

Referenced by DetectHiddenControls().

◆ m_xODFVersionLB

std::unique_ptr<weld::ComboBox> SvxSaveTabPage::m_xODFVersionLB
private

Definition at line 56 of file optsave.hxx.

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

◆ m_xODFWarningFI

std::unique_ptr<weld::Widget> SvxSaveTabPage::m_xODFWarningFI
private

Definition at line 61 of file optsave.hxx.

◆ m_xODFWarningFT

std::unique_ptr<weld::Label> SvxSaveTabPage::m_xODFWarningFT
private

Definition at line 62 of file optsave.hxx.

◆ m_xRelativeFsysCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xRelativeFsysCB
private

Definition at line 54 of file optsave.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRelativeInetCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xRelativeInetCB
private

Definition at line 55 of file optsave.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSaveAsFT

std::unique_ptr<weld::Label> SvxSaveTabPage::m_xSaveAsFT
private

Definition at line 59 of file optsave.hxx.

◆ m_xSaveAsLB

std::unique_ptr<weld::ComboBox> SvxSaveTabPage::m_xSaveAsLB
private

Definition at line 60 of file optsave.hxx.

Referenced by SvxSaveTabPage().

◆ m_xUserAutoSaveCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xUserAutoSaveCB
private

Definition at line 53 of file optsave.hxx.

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

◆ m_xWarnAlienFormatCB

std::unique_ptr<weld::CheckButton> SvxSaveTabPage::m_xWarnAlienFormatCB
private

Definition at line 57 of file optsave.hxx.

Referenced by FillItemSet(), and Reset().

◆ pImpl

std::unique_ptr<SvxSaveTabPage_Impl> SvxSaveTabPage::pImpl
private

Definition at line 42 of file optsave.hxx.

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


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