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

#include <regionsw.hxx>

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

Public Member Functions

 SwSectionIndentTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rAttrSet)
 
virtual ~SwSectionIndentTabPage () override
 
virtual bool FillItemSet (SfxItemSet *) override
 
virtual void Reset (const SfxItemSet *) override
 
void SetWrtShell (SwWrtShell const &rSh)
 
- 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 (IndentModifyHdl, weld::MetricSpinButton &, void)
 

Private Attributes

SvxParaPrevWindow m_aPreviewWin
 
std::unique_ptr< weld::MetricSpinButtonm_xBeforeMF
 
std::unique_ptr< weld::MetricSpinButtonm_xAfterMF
 
std::unique_ptr< weld::CustomWeldm_xPreviewWin
 

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 208 of file regionsw.hxx.

Constructor & Destructor Documentation

◆ SwSectionIndentTabPage()

SwSectionIndentTabPage::SwSectionIndentTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)

Definition at line 2068 of file uiregionsw.cxx.

References CM, LINK, m_xAfterMF, and m_xBeforeMF.

◆ ~SwSectionIndentTabPage()

SwSectionIndentTabPage::~SwSectionIndentTabPage ( )
overridevirtual

Definition at line 2079 of file uiregionsw.cxx.

Member Function Documentation

◆ Create()

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

◆ DECL_LINK()

SwSectionIndentTabPage::DECL_LINK ( IndentModifyHdl  ,
weld::MetricSpinButton ,
void   
)
private

◆ FillItemSet()

bool SwSectionIndentTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 2083 of file uiregionsw.cxx.

References m_xAfterMF, m_xBeforeMF, SfxItemSet::Put(), RES_LR_SPACE(), and rSet.

◆ Reset()

void SwSectionIndentTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SetWrtShell()

void SwSectionIndentTabPage::SetWrtShell ( SwWrtShell const &  rSh)

Member Data Documentation

◆ m_aPreviewWin

SvxParaPrevWindow SwSectionIndentTabPage::m_aPreviewWin
private

Definition at line 210 of file regionsw.hxx.

Referenced by SetWrtShell().

◆ m_xAfterMF

std::unique_ptr<weld::MetricSpinButton> SwSectionIndentTabPage::m_xAfterMF
private

Definition at line 212 of file regionsw.hxx.

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

◆ m_xBeforeMF

std::unique_ptr<weld::MetricSpinButton> SwSectionIndentTabPage::m_xBeforeMF
private

Definition at line 211 of file regionsw.hxx.

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

◆ m_xPreviewWin

std::unique_ptr<weld::CustomWeld> SwSectionIndentTabPage::m_xPreviewWin
private

Definition at line 213 of file regionsw.hxx.


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