LibreOffice Module sw (master) 1
|
#include <column.hxx>
Public Member Functions | |
SwColumnDlg (weld::Window *pParent, SwWrtShell &rSh) | |
virtual | ~SwColumnDlg () override |
Public Member Functions inherited from SfxDialogController | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Private Member Functions | |
DECL_LINK (ObjectListBoxHdl, weld::ComboBox &, void) | |
DECL_LINK (OkHdl, weld::Button &, void) | |
void | ObjectHdl (const weld::ComboBox *) |
SfxItemSet * | EvalCurrentSelection (void) |
Private Attributes | |
SwWrtShell & | m_rWrtShell |
std::unique_ptr< SwColumnPage > | m_xTabPage |
std::unique_ptr< SfxItemSet > | m_pPageSet |
std::unique_ptr< SfxItemSet > | m_pSectionSet |
std::unique_ptr< SfxItemSet > | m_pSelectionSet |
SfxItemSet * | m_pFrameSet |
tools::Long | m_nOldSelection |
tools::Long | m_nSelectionWidth |
tools::Long | m_nPageWidth |
bool | m_bPageChanged: 1 |
bool | m_bSectionChanged: 1 |
bool | m_bSelSectionChanged: 1 |
bool | m_bFrameChanged: 1 |
std::unique_ptr< weld::Container > | m_xContentArea |
std::unique_ptr< weld::Button > | m_xOkButton |
Definition at line 36 of file column.hxx.
SwColumnDlg::SwColumnDlg | ( | weld::Window * | pParent, |
SwWrtShell & | rSh | ||
) |
Definition at line 82 of file column.cxx.
References SwFEShell::CalcBoundRect(), weld::ComboBox::connect_changed(), weld::ComboBox::find_id(), weld::ComboBox::get_count(), weld::ComboBox::get_text(), SwViewShell::GetAttrPool(), SwFormat::GetAttrSet(), SwFormat::GetCol(), SwEditShell::GetCurrSection(), SwFEShell::GetFlyFrameFormat(), SwSection::GetFormat(), SwFormat::GetFrameSize(), SwEditShell::GetFullSelectedSectionCount(), SvxLRSpaceItem::GetLeft(), SwPageDesc::GetMaster(), SwPageDesc::GetName(), SvxLRSpaceItem::GetRight(), SwFEShell::GetSectionWidth(), SwFEShell::GetSelectedPageDescs(), SvxBoxItem::GetSmallestDistance(), SwWrtShell::HasSelection(), weld::ComboBox::insert(), SwEditShell::IsInsRegionAvailable(), IsMarkInSameSection(), svl::Items, LINK, LISTBOX_FRAME, LISTBOX_PAGE, LISTBOX_SECTION, LISTBOX_SECTIONS, LISTBOX_SELECTION, m_nPageWidth, m_nSelectionWidth, m_pFrameSet, m_pPageSet, m_pSectionSet, m_pSelectionSet, m_rWrtShell, m_xContentArea, m_xOkButton, m_xTabPage, nPagePos, ObjectHdl(), SfxItemSet::Put(), weld::ComboBox::remove(), weld::ComboBox::remove_id(), RES_COL(), RES_COLUMNBALANCE(), RES_FRAMEDIR(), RES_FRM_SIZE(), RES_LR_SPACE(), weld::ComboBox::set_active(), weld::Widget::show(), sId, and SwRect::Width().
|
overridevirtual |
Definition at line 203 of file column.cxx.
References m_xTabPage.
|
private |
|
private |
|
private |
Definition at line 313 of file column.cxx.
References LISTBOX_FRAME, LISTBOX_PAGE, LISTBOX_SECTION, LISTBOX_SECTIONS, LISTBOX_SELECTION, m_bFrameChanged, m_bPageChanged, m_bSectionChanged, m_bSelSectionChanged, m_nOldSelection, m_pFrameSet, m_pPageSet, m_pSectionSet, and m_pSelectionSet.
Referenced by ObjectHdl().
|
private |
Definition at line 213 of file column.cxx.
References EvalCurrentSelection(), weld::ComboBox::get_active_id(), LISTBOX_FRAME, LISTBOX_PAGE, LISTBOX_SECTION, LISTBOX_SECTIONS, LISTBOX_SELECTION, m_nOldSelection, m_nPageWidth, m_nSelectionWidth, m_pFrameSet, m_pPageSet, m_pSectionSet, m_pSelectionSet, m_xTabPage, SfxItemSet::Put(), and Variable.
Referenced by SwColumnDlg().
|
private |
Definition at line 52 of file column.hxx.
Referenced by EvalCurrentSelection().
|
private |
Definition at line 49 of file column.hxx.
Referenced by EvalCurrentSelection().
|
private |
Definition at line 50 of file column.hxx.
Referenced by EvalCurrentSelection().
|
private |
Definition at line 51 of file column.hxx.
Referenced by EvalCurrentSelection().
|
private |
Definition at line 45 of file column.hxx.
Referenced by EvalCurrentSelection(), and ObjectHdl().
|
private |
Definition at line 47 of file column.hxx.
Referenced by ObjectHdl(), and SwColumnDlg().
|
private |
Definition at line 46 of file column.hxx.
Referenced by ObjectHdl(), and SwColumnDlg().
|
private |
Definition at line 43 of file column.hxx.
Referenced by EvalCurrentSelection(), ObjectHdl(), and SwColumnDlg().
|
private |
Definition at line 40 of file column.hxx.
Referenced by EvalCurrentSelection(), ObjectHdl(), and SwColumnDlg().
|
private |
Definition at line 41 of file column.hxx.
Referenced by EvalCurrentSelection(), ObjectHdl(), and SwColumnDlg().
|
private |
Definition at line 42 of file column.hxx.
Referenced by EvalCurrentSelection(), ObjectHdl(), and SwColumnDlg().
|
private |
Definition at line 38 of file column.hxx.
Referenced by SwColumnDlg().
|
private |
Definition at line 54 of file column.hxx.
Referenced by SwColumnDlg().
|
private |
Definition at line 55 of file column.hxx.
Referenced by SwColumnDlg().
|
private |
Definition at line 39 of file column.hxx.
Referenced by ObjectHdl(), SwColumnDlg(), and ~SwColumnDlg().