LibreOffice Module sw (master) 1
|
#include <tablepg.hxx>
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 SfxItemSet & | GetItemSet () 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 SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (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 | |
SwWrtShell * | m_pShell |
bool | m_bPageBreak |
bool | m_bHtmlMode |
std::unique_ptr< weld::CheckButton > | m_xPgBrkCB |
std::unique_ptr< weld::RadioButton > | m_xPgBrkRB |
std::unique_ptr< weld::RadioButton > | m_xColBrkRB |
std::unique_ptr< weld::RadioButton > | m_xPgBrkBeforeRB |
std::unique_ptr< weld::RadioButton > | m_xPgBrkAfterRB |
std::unique_ptr< weld::CheckButton > | m_xPageCollCB |
std::unique_ptr< weld::ComboBox > | m_xPageCollLB |
std::unique_ptr< weld::CheckButton > | m_xPageNoCB |
std::unique_ptr< weld::SpinButton > | m_xPageNoNF |
std::unique_ptr< weld::CheckButton > | m_xSplitCB |
std::unique_ptr< weld::CheckButton > | m_xSplitRowCB |
std::unique_ptr< weld::CheckButton > | m_xKeepCB |
std::unique_ptr< weld::CheckButton > | m_xHeadLineCB |
std::unique_ptr< weld::Widget > | m_xRepeatHeaderCombo |
std::unique_ptr< weld::SpinButton > | m_xRepeatHeaderNF |
std::unique_ptr< weld::ComboBox > | m_xTextDirectionLB |
std::unique_ptr< weld::ComboBox > | m_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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Definition at line 141 of file tablepg.hxx.
SwTextFlowPage::SwTextFlowPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 1253 of file tabledlg.cxx.
References SfxItemSet::GetItemIfSet(), CntUInt16Item::GetValue(), HTMLMODE_ON, LINK, m_pShell, m_xColBrkRB, m_xHeadLineCB, m_xKeepCB, m_xPageCollCB, m_xPageNoCB, m_xPgBrkAfterRB, m_xPgBrkBeforeRB, m_xPgBrkCB, m_xPgBrkRB, m_xSplitCB, m_xSplitRowCB, and rSet.
|
overridevirtual |
Definition at line 1304 of file tabledlg.cxx.
|
static |
Definition at line 1308 of file tabledlg.cxx.
Referenced by SwTableTabDlg::SwTableTabDlg().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void SwTextFlowPage::DisablePageBreak | ( | ) |
Definition at line 1748 of file tabledlg.cxx.
References m_bPageBreak, m_xColBrkRB, m_xPageCollCB, m_xPageCollLB, m_xPageNoCB, m_xPageNoNF, m_xPgBrkAfterRB, m_xPgBrkBeforeRB, m_xPgBrkCB, and m_xPgBrkRB.
Referenced by SwTableTabDlg::PageCreated().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1314 of file tabledlg.cxx.
References SwFEShell::FindPageDescByName(), FN_PARAM_TABLE_HEADLINE, FN_TABLE_BOX_TEXTORIENTATION, FN_TABLE_SET_VERT_ALIGN, Get(), SfxTabPage::GetItemSet(), SwPageDesc::GetName(), SwFormatPageDesc::GetNumOffset(), SfxTabPage::GetOldItem(), SwFormatPageDesc::GetPageDesc(), m_pShell, m_xHeadLineCB, m_xKeepCB, m_xPageCollCB, m_xPageCollLB, m_xPageNoCB, m_xPageNoNF, m_xPgBrkBeforeRB, m_xPgBrkCB, m_xPgBrkRB, m_xRepeatHeaderNF, m_xSplitCB, m_xSplitRowCB, m_xTextDirectionLB, m_xVertOrientLB, SwPostItHelper::NONE, nPgNum, SfxItemSet::Put(), RES_BREAK(), RES_KEEP(), RES_PAGEDESC(), rSet, SwFormatPageDesc::SetNumOffset(), sId, and TRISTATE_TRUE.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1428 of file tabledlg.cxx.
References FN_PARAM_TABLE_HEADLINE, FN_TABLE_BOX_TEXTORIENTATION, FN_TABLE_SET_VERT_ALIGN, SfxItemSet::Get(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), SwPageDesc::GetName(), SwFEShell::GetPageDesc(), SwFEShell::GetPageDescCnt(), SwStyleNameMapper::GetUIName(), i, SvxHtmlOptions::IsPrintLayoutExtension(), m_bHtmlMode, m_bPageBreak, m_pShell, m_xColBrkRB, m_xHeadLineCB, m_xKeepCB, m_xPageCollCB, m_xPageCollLB, m_xPageNoCB, m_xPageNoNF, m_xPgBrkAfterRB, m_xPgBrkBeforeRB, m_xPgBrkCB, m_xPgBrkRB, m_xRepeatHeaderNF, m_xSplitCB, m_xSplitRowCB, m_xTextDirectionLB, m_xVertOrientLB, nCount, SwPostItHelper::NONE, nPos, RES_BREAK(), RES_KEEP(), RES_LAYOUT_SPLIT(), RES_PAGEDESC(), RES_POOLPAGE_BEGIN, RES_POOLPAGE_END, RES_ROW_SPLIT(), rSet, and TRISTATE_INDET.
void SwTextFlowPage::SetShell | ( | SwWrtShell * | pSh | ) |
Definition at line 1624 of file tabledlg.cxx.
References SwView::GetDocShell(), GetHtmlMode(), SwWrtShell::GetView(), HTMLMODE_ON, m_bHtmlMode, m_pShell, m_xPageNoCB, and m_xPageNoNF.
|
private |
Definition at line 145 of file tablepg.hxx.
Referenced by Reset(), and SetShell().
|
private |
Definition at line 144 of file tablepg.hxx.
Referenced by DisablePageBreak(), and Reset().
|
private |
Definition at line 143 of file tablepg.hxx.
Referenced by FillItemSet(), Reset(), and SetShell().
|
private |
Definition at line 149 of file tablepg.hxx.
Referenced by DisablePageBreak(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 159 of file tablepg.hxx.
Referenced by FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 158 of file tablepg.hxx.
Referenced by FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 152 of file tablepg.hxx.
Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 153 of file tablepg.hxx.
Referenced by DisablePageBreak(), FillItemSet(), and Reset().
|
private |
Definition at line 154 of file tablepg.hxx.
Referenced by DisablePageBreak(), FillItemSet(), Reset(), SetShell(), and SwTextFlowPage().
|
private |
Definition at line 155 of file tablepg.hxx.
Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SetShell().
|
private |
Definition at line 151 of file tablepg.hxx.
Referenced by DisablePageBreak(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 150 of file tablepg.hxx.
Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 147 of file tablepg.hxx.
Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 148 of file tablepg.hxx.
Referenced by DisablePageBreak(), FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 160 of file tablepg.hxx.
|
private |
Definition at line 161 of file tablepg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 156 of file tablepg.hxx.
Referenced by FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 157 of file tablepg.hxx.
Referenced by FillItemSet(), Reset(), and SwTextFlowPage().
|
private |
Definition at line 162 of file tablepg.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 163 of file tablepg.hxx.
Referenced by FillItemSet(), and Reset().