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

#include <optpage.hxx>

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

Public Member Functions

 SwContentOptPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwContentOptPage () 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 (VertRulerHdl, weld::Toggleable &, void)
 
 DECL_LINK (ShowOutlineContentVisibilityButtonHdl, weld::Toggleable &, void)
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xCrossCB
 
std::unique_ptr< weld::ComboBoxm_xHMetric
 
std::unique_ptr< weld::CheckButtonm_xVRulerCBox
 
std::unique_ptr< weld::CheckButtonm_xVRulerRightCBox
 
std::unique_ptr< weld::ComboBoxm_xVMetric
 
std::unique_ptr< weld::CheckButtonm_xSmoothCBox
 
std::unique_ptr< weld::CheckButtonm_xGrfCB
 
std::unique_ptr< weld::CheckButtonm_xTableCB
 
std::unique_ptr< weld::CheckButtonm_xDrwCB
 
std::unique_ptr< weld::CheckButtonm_xPostItCB
 
std::unique_ptr< weld::Framem_xSettingsFrame
 
std::unique_ptr< weld::Labelm_xSettingsLabel
 
std::unique_ptr< weld::Labelm_xMetricLabel
 
std::unique_ptr< weld::ComboBoxm_xMetricLB
 
std::unique_ptr< weld::CheckButtonm_xShowInlineTooltips
 
std::unique_ptr< weld::CheckButtonm_xShowOutlineContentVisibilityButton
 
std::unique_ptr< weld::CheckButtonm_xTreatSubOutlineLevelsAsContent
 
std::unique_ptr< weld::CheckButtonm_xShowChangesInMargin
 
std::unique_ptr< weld::CheckButtonm_xFieldHiddenCB
 
std::unique_ptr< weld::CheckButtonm_xFieldHiddenParaCB
 

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 36 of file optpage.hxx.

Constructor & Destructor Documentation

◆ SwContentOptPage()

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

◆ ~SwContentOptPage()

SwContentOptPage::~SwContentOptPage ( )
overridevirtual

Definition at line 160 of file optpage.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 164 of file optpage.cxx.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DECL_LINK() [1/2]

SwContentOptPage::DECL_LINK ( ShowOutlineContentVisibilityButtonHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

SwContentOptPage::DECL_LINK ( VertRulerHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SwContentOptPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SwContentOptPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_xCrossCB

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xCrossCB
private

Definition at line 38 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDrwCB

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xDrwCB
private

Definition at line 48 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFieldHiddenCB

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xFieldHiddenCB
private

Definition at line 60 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFieldHiddenParaCB

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xFieldHiddenParaCB
private

Definition at line 61 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xGrfCB

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xGrfCB
private

Definition at line 46 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xHMetric

std::unique_ptr<weld::ComboBox> SwContentOptPage::m_xHMetric
private

Definition at line 40 of file optpage.hxx.

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

◆ m_xMetricLabel

std::unique_ptr<weld::Label> SwContentOptPage::m_xMetricLabel
private

Definition at line 53 of file optpage.hxx.

Referenced by SwContentOptPage().

◆ m_xMetricLB

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

Definition at line 54 of file optpage.hxx.

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

◆ m_xPostItCB

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xPostItCB
private

Definition at line 49 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSettingsFrame

std::unique_ptr<weld::Frame> SwContentOptPage::m_xSettingsFrame
private

Definition at line 51 of file optpage.hxx.

Referenced by SwContentOptPage().

◆ m_xSettingsLabel

std::unique_ptr<weld::Label> SwContentOptPage::m_xSettingsLabel
private

Definition at line 52 of file optpage.hxx.

Referenced by SwContentOptPage().

◆ m_xShowChangesInMargin

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xShowChangesInMargin
private

Definition at line 59 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xShowInlineTooltips

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xShowInlineTooltips
private

Definition at line 56 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xShowOutlineContentVisibilityButton

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xShowOutlineContentVisibilityButton
private

Definition at line 57 of file optpage.hxx.

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

◆ m_xSmoothCBox

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xSmoothCBox
private

Definition at line 44 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTableCB

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xTableCB
private

Definition at line 47 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTreatSubOutlineLevelsAsContent

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xTreatSubOutlineLevelsAsContent
private

Definition at line 58 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xVMetric

std::unique_ptr<weld::ComboBox> SwContentOptPage::m_xVMetric
private

Definition at line 43 of file optpage.hxx.

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

◆ m_xVRulerCBox

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xVRulerCBox
private

Definition at line 41 of file optpage.hxx.

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

◆ m_xVRulerRightCBox

std::unique_ptr<weld::CheckButton> SwContentOptPage::m_xVRulerRightCBox
private

Definition at line 42 of file optpage.hxx.

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


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