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

#include <optpage.hxx>

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

Public Member Functions

 SwTableOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwTableOptionsTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void PageCreated (const SfxAllItemSet &aSet) 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 (CheckBoxHdl, weld::Toggleable &, void)
 

Private Attributes

SwWrtShellm_pWrtShell
 
bool m_bHTMLMode
 
std::unique_ptr< weld::CheckButtonm_xHeaderCB
 
std::unique_ptr< weld::CheckButtonm_xRepeatHeaderCB
 
std::unique_ptr< weld::CheckButtonm_xDontSplitCB
 
std::unique_ptr< weld::CheckButtonm_xBorderCB
 
std::unique_ptr< weld::CheckButtonm_xNumFormattingCB
 
std::unique_ptr< weld::CheckButtonm_xNumFormatFormattingCB
 
std::unique_ptr< weld::CheckButtonm_xNumAlignmentCB
 
std::unique_ptr< weld::MetricSpinButtonm_xRowMoveMF
 
std::unique_ptr< weld::MetricSpinButtonm_xColMoveMF
 
std::unique_ptr< weld::MetricSpinButtonm_xRowInsertMF
 
std::unique_ptr< weld::MetricSpinButtonm_xColInsertMF
 
std::unique_ptr< weld::RadioButtonm_xFixRB
 
std::unique_ptr< weld::RadioButtonm_xFixPropRB
 
std::unique_ptr< weld::RadioButtonm_xVarRB
 

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

Constructor & Destructor Documentation

◆ SwTableOptionsTabPage()

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

Definition at line 979 of file optpage.cxx.

References CM, LINK, m_xHeaderCB, m_xNumFormatFormattingCB, m_xNumFormattingCB, and rSet.

◆ ~SwTableOptionsTabPage()

SwTableOptionsTabPage::~SwTableOptionsTabPage ( )
overridevirtual

Definition at line 1004 of file optpage.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 1008 of file optpage.cxx.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DECL_LINK()

SwTableOptionsTabPage::DECL_LINK ( CheckBoxHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SwTableOptionsTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ PageCreated()

void SwTableOptionsTabPage::PageCreated ( const SfxAllItemSet aSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1171 of file optpage.cxx.

References SfxItemSet::GetItem(), SwWrtShellItem::GetValue(), and m_pWrtShell.

◆ Reset()

void SwTableOptionsTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_bHTMLMode

bool SwTableOptionsTabPage::m_bHTMLMode
private

Definition at line 182 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_pWrtShell

SwWrtShell* SwTableOptionsTabPage::m_pWrtShell
private

Definition at line 181 of file optpage.hxx.

Referenced by FillItemSet(), and PageCreated().

◆ m_xBorderCB

std::unique_ptr<weld::CheckButton> SwTableOptionsTabPage::m_xBorderCB
private

Definition at line 187 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xColInsertMF

std::unique_ptr<weld::MetricSpinButton> SwTableOptionsTabPage::m_xColInsertMF
private

Definition at line 197 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xColMoveMF

std::unique_ptr<weld::MetricSpinButton> SwTableOptionsTabPage::m_xColMoveMF
private

Definition at line 194 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDontSplitCB

std::unique_ptr<weld::CheckButton> SwTableOptionsTabPage::m_xDontSplitCB
private

Definition at line 186 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFixPropRB

std::unique_ptr<weld::RadioButton> SwTableOptionsTabPage::m_xFixPropRB
private

Definition at line 200 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFixRB

std::unique_ptr<weld::RadioButton> SwTableOptionsTabPage::m_xFixRB
private

Definition at line 199 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xHeaderCB

std::unique_ptr<weld::CheckButton> SwTableOptionsTabPage::m_xHeaderCB
private

Definition at line 184 of file optpage.hxx.

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

◆ m_xNumAlignmentCB

std::unique_ptr<weld::CheckButton> SwTableOptionsTabPage::m_xNumAlignmentCB
private

Definition at line 191 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNumFormatFormattingCB

std::unique_ptr<weld::CheckButton> SwTableOptionsTabPage::m_xNumFormatFormattingCB
private

Definition at line 190 of file optpage.hxx.

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

◆ m_xNumFormattingCB

std::unique_ptr<weld::CheckButton> SwTableOptionsTabPage::m_xNumFormattingCB
private

Definition at line 189 of file optpage.hxx.

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

◆ m_xRepeatHeaderCB

std::unique_ptr<weld::CheckButton> SwTableOptionsTabPage::m_xRepeatHeaderCB
private

Definition at line 185 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRowInsertMF

std::unique_ptr<weld::MetricSpinButton> SwTableOptionsTabPage::m_xRowInsertMF
private

Definition at line 196 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRowMoveMF

std::unique_ptr<weld::MetricSpinButton> SwTableOptionsTabPage::m_xRowMoveMF
private

Definition at line 193 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xVarRB

std::unique_ptr<weld::RadioButton> SwTableOptionsTabPage::m_xVarRB
private

Definition at line 201 of file optpage.hxx.

Referenced by Reset().


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