LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwLoadOptPage Class Referencefinal

#include <optload.hxx>

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

Public Member Functions

 SwLoadOptPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwLoadOptPage () 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 (MetricHdl, weld::ComboBox &, void)
 
 DECL_LINK (StandardizedPageCountCheckHdl, weld::Toggleable &, void)
 

Private Attributes

SwWrtShellm_pWrtShell
 
sal_uInt16 m_nLastTab
 
sal_Int32 m_nOldLinkMode
 
std::unique_ptr< weld::RadioButtonm_xAlwaysRB
 
std::unique_ptr< weld::RadioButtonm_xRequestRB
 
std::unique_ptr< weld::RadioButtonm_xNeverRB
 
std::unique_ptr< weld::CheckButtonm_xAutoUpdateFields
 
std::unique_ptr< weld::CheckButtonm_xAutoUpdateCharts
 
std::unique_ptr< weld::ComboBoxm_xMetricLB
 
std::unique_ptr< weld::Labelm_xTabFT
 
std::unique_ptr< weld::MetricSpinButtonm_xTabMF
 
std::unique_ptr< weld::CheckButtonm_xUseSquaredPageMode
 
std::unique_ptr< weld::CheckButtonm_xUseCharUnit
 
std::unique_ptr< weld::Entrym_xWordCountED
 
std::unique_ptr< weld::CheckButtonm_xShowStandardizedPageCount
 
std::unique_ptr< weld::SpinButtonm_xStandardizedPageSizeNF
 

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 58 of file optload.hxx.

Constructor & Destructor Documentation

◆ SwLoadOptPage()

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

◆ ~SwLoadOptPage()

SwLoadOptPage::~SwLoadOptPage ( )
overridevirtual

Definition at line 135 of file optload.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 139 of file optload.cxx.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DECL_LINK() [1/2]

SwLoadOptPage::DECL_LINK ( MetricHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/2]

SwLoadOptPage::DECL_LINK ( StandardizedPageCountCheckHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SwLoadOptPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SwLoadOptPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_nLastTab

sal_uInt16 SwLoadOptPage::m_nLastTab
private

Definition at line 62 of file optload.hxx.

Referenced by Reset().

◆ m_nOldLinkMode

sal_Int32 SwLoadOptPage::m_nOldLinkMode
private

Definition at line 63 of file optload.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_pWrtShell

SwWrtShell* SwLoadOptPage::m_pWrtShell
private

Definition at line 61 of file optload.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAlwaysRB

std::unique_ptr<weld::RadioButton> SwLoadOptPage::m_xAlwaysRB
private

Definition at line 65 of file optload.hxx.

Referenced by Reset().

◆ m_xAutoUpdateCharts

std::unique_ptr<weld::CheckButton> SwLoadOptPage::m_xAutoUpdateCharts
private

Definition at line 70 of file optload.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAutoUpdateFields

std::unique_ptr<weld::CheckButton> SwLoadOptPage::m_xAutoUpdateFields
private

Definition at line 69 of file optload.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMetricLB

std::unique_ptr<weld::ComboBox> SwLoadOptPage::m_xMetricLB
private

Definition at line 72 of file optload.hxx.

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

◆ m_xNeverRB

std::unique_ptr<weld::RadioButton> SwLoadOptPage::m_xNeverRB
private

Definition at line 67 of file optload.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRequestRB

std::unique_ptr<weld::RadioButton> SwLoadOptPage::m_xRequestRB
private

Definition at line 66 of file optload.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xShowStandardizedPageCount

std::unique_ptr<weld::CheckButton> SwLoadOptPage::m_xShowStandardizedPageCount
private

Definition at line 78 of file optload.hxx.

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

◆ m_xStandardizedPageSizeNF

std::unique_ptr<weld::SpinButton> SwLoadOptPage::m_xStandardizedPageSizeNF
private

Definition at line 79 of file optload.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTabFT

std::unique_ptr<weld::Label> SwLoadOptPage::m_xTabFT
private

Definition at line 73 of file optload.hxx.

Referenced by SwLoadOptPage().

◆ m_xTabMF

std::unique_ptr<weld::MetricSpinButton> SwLoadOptPage::m_xTabMF
private

Definition at line 74 of file optload.hxx.

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

◆ m_xUseCharUnit

std::unique_ptr<weld::CheckButton> SwLoadOptPage::m_xUseCharUnit
private

Definition at line 76 of file optload.hxx.

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

◆ m_xUseSquaredPageMode

std::unique_ptr<weld::CheckButton> SwLoadOptPage::m_xUseSquaredPageMode
private

Definition at line 75 of file optload.hxx.

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

◆ m_xWordCountED

std::unique_ptr<weld::Entry> SwLoadOptPage::m_xWordCountED
private

Definition at line 77 of file optload.hxx.

Referenced by FillItemSet(), and Reset().


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