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

#include <tablepg.hxx>

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

Public Member Functions

 SwTextFlowPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwTextFlowPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
void SetShell (SwWrtShell *pSh)
 
void DisablePageBreak ()
 
- 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 (PageBreakHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (ApplyCollClickHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (PageBreakPosHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (PageBreakTypeHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (PageNoClickHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (SplitHdl_Impl, weld::Toggleable &, void)
 
 DECL_LINK (HeadLineCBClickHdl, weld::Toggleable &, void)
 

Private Attributes

SwWrtShellm_pShell
 
bool m_bPageBreak
 
bool m_bHtmlMode
 
std::unique_ptr< weld::CheckButtonm_xPgBrkCB
 
std::unique_ptr< weld::RadioButtonm_xPgBrkRB
 
std::unique_ptr< weld::RadioButtonm_xColBrkRB
 
std::unique_ptr< weld::RadioButtonm_xPgBrkBeforeRB
 
std::unique_ptr< weld::RadioButtonm_xPgBrkAfterRB
 
std::unique_ptr< weld::CheckButtonm_xPageCollCB
 
std::unique_ptr< weld::ComboBoxm_xPageCollLB
 
std::unique_ptr< weld::CheckButtonm_xPageNoCB
 
std::unique_ptr< weld::SpinButtonm_xPageNoNF
 
std::unique_ptr< weld::CheckButtonm_xSplitCB
 
std::unique_ptr< weld::CheckButtonm_xSplitRowCB
 
std::unique_ptr< weld::CheckButtonm_xKeepCB
 
std::unique_ptr< weld::CheckButtonm_xHeadLineCB
 
std::unique_ptr< weld::Widgetm_xRepeatHeaderCombo
 
std::unique_ptr< weld::SpinButtonm_xRepeatHeaderNF
 
std::unique_ptr< weld::ComboBoxm_xTextDirectionLB
 
std::unique_ptr< weld::ComboBoxm_xVertOrientLB
 

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 141 of file tablepg.hxx.

Constructor & Destructor Documentation

◆ SwTextFlowPage()

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

◆ ~SwTextFlowPage()

SwTextFlowPage::~SwTextFlowPage ( )
overridevirtual

Definition at line 1304 of file tabledlg.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 1308 of file tabledlg.cxx.

Referenced by SwTableTabDlg::SwTableTabDlg().

◆ DECL_LINK() [1/7]

SwTextFlowPage::DECL_LINK ( ApplyCollClickHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/7]

SwTextFlowPage::DECL_LINK ( HeadLineCBClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/7]

SwTextFlowPage::DECL_LINK ( PageBreakHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/7]

SwTextFlowPage::DECL_LINK ( PageBreakPosHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [5/7]

SwTextFlowPage::DECL_LINK ( PageBreakTypeHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [6/7]

SwTextFlowPage::DECL_LINK ( PageNoClickHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [7/7]

SwTextFlowPage::DECL_LINK ( SplitHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DisablePageBreak()

void SwTextFlowPage::DisablePageBreak ( )

◆ FillItemSet()

bool SwTextFlowPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SwTextFlowPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SetShell()

void SwTextFlowPage::SetShell ( SwWrtShell pSh)

Member Data Documentation

◆ m_bHtmlMode

bool SwTextFlowPage::m_bHtmlMode
private

Definition at line 145 of file tablepg.hxx.

Referenced by Reset(), and SetShell().

◆ m_bPageBreak

bool SwTextFlowPage::m_bPageBreak
private

Definition at line 144 of file tablepg.hxx.

Referenced by DisablePageBreak(), and Reset().

◆ m_pShell

SwWrtShell* SwTextFlowPage::m_pShell
private

Definition at line 143 of file tablepg.hxx.

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

◆ m_xColBrkRB

std::unique_ptr<weld::RadioButton> SwTextFlowPage::m_xColBrkRB
private

Definition at line 149 of file tablepg.hxx.

Referenced by DisablePageBreak(), Reset(), and SwTextFlowPage().

◆ m_xHeadLineCB

std::unique_ptr<weld::CheckButton> SwTextFlowPage::m_xHeadLineCB
private

Definition at line 159 of file tablepg.hxx.

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

◆ m_xKeepCB

std::unique_ptr<weld::CheckButton> SwTextFlowPage::m_xKeepCB
private

Definition at line 158 of file tablepg.hxx.

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

◆ m_xPageCollCB

std::unique_ptr<weld::CheckButton> SwTextFlowPage::m_xPageCollCB
private

Definition at line 152 of file tablepg.hxx.

Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().

◆ m_xPageCollLB

std::unique_ptr<weld::ComboBox> SwTextFlowPage::m_xPageCollLB
private

Definition at line 153 of file tablepg.hxx.

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

◆ m_xPageNoCB

std::unique_ptr<weld::CheckButton> SwTextFlowPage::m_xPageNoCB
private

Definition at line 154 of file tablepg.hxx.

Referenced by DisablePageBreak(), FillItemSet(), Reset(), SetShell(), and SwTextFlowPage().

◆ m_xPageNoNF

std::unique_ptr<weld::SpinButton> SwTextFlowPage::m_xPageNoNF
private

Definition at line 155 of file tablepg.hxx.

Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SetShell().

◆ m_xPgBrkAfterRB

std::unique_ptr<weld::RadioButton> SwTextFlowPage::m_xPgBrkAfterRB
private

Definition at line 151 of file tablepg.hxx.

Referenced by DisablePageBreak(), Reset(), and SwTextFlowPage().

◆ m_xPgBrkBeforeRB

std::unique_ptr<weld::RadioButton> SwTextFlowPage::m_xPgBrkBeforeRB
private

Definition at line 150 of file tablepg.hxx.

Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().

◆ m_xPgBrkCB

std::unique_ptr<weld::CheckButton> SwTextFlowPage::m_xPgBrkCB
private

Definition at line 147 of file tablepg.hxx.

Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().

◆ m_xPgBrkRB

std::unique_ptr<weld::RadioButton> SwTextFlowPage::m_xPgBrkRB
private

Definition at line 148 of file tablepg.hxx.

Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().

◆ m_xRepeatHeaderCombo

std::unique_ptr<weld::Widget> SwTextFlowPage::m_xRepeatHeaderCombo
private

Definition at line 160 of file tablepg.hxx.

◆ m_xRepeatHeaderNF

std::unique_ptr<weld::SpinButton> SwTextFlowPage::m_xRepeatHeaderNF
private

Definition at line 161 of file tablepg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSplitCB

std::unique_ptr<weld::CheckButton> SwTextFlowPage::m_xSplitCB
private

Definition at line 156 of file tablepg.hxx.

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

◆ m_xSplitRowCB

std::unique_ptr<weld::CheckButton> SwTextFlowPage::m_xSplitRowCB
private

Definition at line 157 of file tablepg.hxx.

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

◆ m_xTextDirectionLB

std::unique_ptr<weld::ComboBox> SwTextFlowPage::m_xTextDirectionLB
private

Definition at line 162 of file tablepg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xVertOrientLB

std::unique_ptr<weld::ComboBox> SwTextFlowPage::m_xVertOrientLB
private

Definition at line 163 of file tablepg.hxx.

Referenced by FillItemSet(), and Reset().


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