LibreOffice Module cui (master) 1
|
#include <paragrph.hxx>
Public Member Functions | |
SvxParaAlignTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SvxParaAlignTabPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
virtual void | ChangesApplied () override |
void | EnableJustifyExt () |
void | EnableSdrVertAlign () |
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 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 *rSet) |
static WhichRangesContainer | GetRanges () |
static WhichRangesContainer | GetSdrRanges () |
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) |
Protected Member Functions | |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
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 |
Private Member Functions | |
DECL_LINK (AlignHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (LastLineHdl_Impl, weld::ComboBox &, void) | |
DECL_LINK (TextDirectionHdl_Impl, weld::ComboBox &, void) | |
void | UpdateExample_Impl () |
Private Attributes | |
bool | m_bSdrVertAlign |
SvxParaPrevWindow | m_aExampleWin |
std::unique_ptr< weld::RadioButton > | m_xLeft |
std::unique_ptr< weld::RadioButton > | m_xRight |
std::unique_ptr< weld::RadioButton > | m_xCenter |
std::unique_ptr< weld::RadioButton > | m_xJustify |
std::unique_ptr< weld::Label > | m_xLeftBottom |
std::unique_ptr< weld::Label > | m_xRightTop |
std::unique_ptr< weld::Label > | m_xLastLineFT |
std::unique_ptr< weld::ComboBox > | m_xLastLineLB |
std::unique_ptr< weld::CheckButton > | m_xExpandCB |
std::unique_ptr< weld::CheckButton > | m_xSnapToGridCB |
std::unique_ptr< weld::CustomWeld > | m_xExampleWin |
std::unique_ptr< weld::Widget > | m_xVertAlignFL |
std::unique_ptr< weld::ComboBox > | m_xVertAlignLB |
std::unique_ptr< weld::Label > | m_xVertAlign |
std::unique_ptr< weld::Label > | m_xVertAlignSdr |
std::unique_ptr< svx::FrameDirectionListBox > | m_xTextDirectionLB |
Static Private Attributes | |
static const WhichRangesContainer | pAlignRanges |
static const WhichRangesContainer | pSdrAlignRanges |
Definition at line 123 of file paragrph.hxx.
SvxParaAlignTabPage::SvxParaAlignTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 1210 of file paragrph.cxx.
References MnemonicGenerator::EraseAllMnemonicChars(), SvtCJKOptions::IsAsianTypographyEnabled(), LASTLINECOUNT_NEW, LASTLINECOUNT_OLD, LASTLINEPOS_DEFAULT, LASTLINEPOS_LEFT, LINK, m_xCenter, m_xJustify, m_xLastLineLB, m_xLeft, m_xLeftBottom, m_xRight, m_xRightTop, m_xTextDirectionLB, rSet, SfxTabPage::SetExchangeSupport(), and SvxResId().
|
overridevirtual |
Definition at line 1268 of file paragrph.cxx.
|
overrideprotectedvirtual |
Reimplemented from SfxTabPage.
Definition at line 1363 of file paragrph.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1472 of file paragrph.cxx.
References m_xCenter, m_xExpandCB, m_xJustify, m_xLastLineLB, m_xLeft, m_xRight, m_xSnapToGridCB, m_xTextDirectionLB, and m_xVertAlignLB.
|
static |
Definition at line 1279 of file paragrph.cxx.
References rSet.
Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc(), SvxFormatCellsDialog::SvxFormatCellsDialog(), and SvxSearchFormatDialog::SvxSearchFormatDialog().
|
overrideprotectedvirtual |
Reimplemented from SfxTabPage.
Definition at line 1272 of file paragrph.cxx.
References FillItemSet().
|
private |
|
private |
|
private |
void SvxParaAlignTabPage::EnableJustifyExt | ( | ) |
Definition at line 1568 of file paragrph.cxx.
References SvtCJKOptions::IsAsianTypographyEnabled(), m_xExpandCB, m_xLastLineFT, m_xLastLineLB, and m_xSnapToGridCB.
Referenced by PageCreated().
void SvxParaAlignTabPage::EnableSdrVertAlign | ( | ) |
Definition at line 1578 of file paragrph.cxx.
References m_bSdrVertAlign, m_xVertAlign, m_xVertAlignLB, and m_xVertAlignSdr.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1284 of file paragrph.cxx.
References Get(), SfxTabPage::GetItemSet(), SfxTabPage::GetWhich(), m_bSdrVertAlign, m_xCenter, m_xExpandCB, m_xJustify, m_xLastLineLB, m_xLeft, m_xRight, m_xSnapToGridCB, m_xTextDirectionLB, m_xVertAlignLB, SfxItemSet::Put(), SvxAdjustItem::SetAdjust(), SvxAdjustItem::SetLastBlock(), SvxAdjustItem::SetOneWord(), and TRISTATE_FALSE.
Referenced by DeactivatePage().
|
inlinestatic |
Definition at line 170 of file paragrph.hxx.
References pAlignRanges.
Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().
|
inlinestatic |
Definition at line 171 of file paragrph.hxx.
References pSdrAlignRanges.
Referenced by SvxFormatCellsDialog::SvxFormatCellsDialog().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1587 of file paragrph.cxx.
References EnableJustifyExt(), SfxItemSet::GetItem(), and SfxBoolItem::GetValue().
|
overridevirtual |
!! ask VB rAdj.GetLastBlock()
Reimplemented from SfxTabPage.
Definition at line 1368 of file paragrph.cxx.
References SfxItemSet::Get(), SvxAdjustItem::GetAdjust(), GetHtmlMode_Impl(), SfxItemSet::GetItemState(), SvxAdjustItem::GetLastBlock(), SvxAdjustItem::GetOneWord(), SvxParaVertAlignItem::GetValue(), SfxTabPage::GetWhich(), HTMLMODE_FULL_STYLES, HTMLMODE_ON, m_bSdrVertAlign, m_xCenter, m_xExpandCB, m_xJustify, m_xLastLineFT, m_xLastLineLB, m_xLeft, m_xRight, m_xSnapToGridCB, m_xTextDirectionLB, m_xVertAlignFL, m_xVertAlignLB, rSet, SDRATTR_TEXT_VERTADJUST(), and UpdateExample_Impl().
Referenced by ActivatePage().
|
private |
Definition at line 1517 of file paragrph.cxx.
References AllSettings::GetLayoutRTL(), m_aExampleWin, m_xCenter, m_xJustify, m_xLastLineLB, m_xLeft, m_xRight, m_xTextDirectionLB, SvxParaPrevWindow::SetAdjust(), and SvxParaPrevWindow::SetLastLine().
Referenced by Reset().
|
private |
Definition at line 129 of file paragrph.hxx.
Referenced by UpdateExample_Impl().
|
private |
Definition at line 127 of file paragrph.hxx.
Referenced by EnableSdrVertAlign(), FillItemSet(), and Reset().
|
private |
Definition at line 134 of file paragrph.hxx.
Referenced by ChangesApplied(), FillItemSet(), Reset(), SvxParaAlignTabPage(), and UpdateExample_Impl().
|
private |
Definition at line 146 of file paragrph.hxx.
|
private |
Definition at line 141 of file paragrph.hxx.
Referenced by ChangesApplied(), EnableJustifyExt(), FillItemSet(), and Reset().
|
private |
Definition at line 135 of file paragrph.hxx.
Referenced by ChangesApplied(), FillItemSet(), Reset(), SvxParaAlignTabPage(), and UpdateExample_Impl().
|
private |
Definition at line 139 of file paragrph.hxx.
Referenced by EnableJustifyExt(), and Reset().
|
private |
Definition at line 140 of file paragrph.hxx.
Referenced by ChangesApplied(), EnableJustifyExt(), FillItemSet(), Reset(), SvxParaAlignTabPage(), and UpdateExample_Impl().
|
private |
Definition at line 132 of file paragrph.hxx.
Referenced by ChangesApplied(), FillItemSet(), Reset(), SvxParaAlignTabPage(), and UpdateExample_Impl().
|
private |
Definition at line 136 of file paragrph.hxx.
Referenced by SvxParaAlignTabPage().
|
private |
Definition at line 133 of file paragrph.hxx.
Referenced by ChangesApplied(), FillItemSet(), Reset(), SvxParaAlignTabPage(), and UpdateExample_Impl().
|
private |
Definition at line 137 of file paragrph.hxx.
Referenced by SvxParaAlignTabPage().
|
private |
Definition at line 143 of file paragrph.hxx.
Referenced by ChangesApplied(), EnableJustifyExt(), FillItemSet(), and Reset().
|
private |
Definition at line 153 of file paragrph.hxx.
Referenced by ChangesApplied(), FillItemSet(), Reset(), SvxParaAlignTabPage(), and UpdateExample_Impl().
|
private |
Definition at line 150 of file paragrph.hxx.
Referenced by EnableSdrVertAlign().
|
private |
Definition at line 148 of file paragrph.hxx.
Referenced by Reset().
|
private |
Definition at line 149 of file paragrph.hxx.
Referenced by ChangesApplied(), EnableSdrVertAlign(), FillItemSet(), and Reset().
|
private |
Definition at line 151 of file paragrph.hxx.
Referenced by EnableSdrVertAlign().
|
staticprivate |
Definition at line 125 of file paragrph.hxx.
Referenced by GetRanges().
|
staticprivate |
Definition at line 125 of file paragrph.hxx.
Referenced by GetSdrRanges().