22#define ALIGNDLG_HORALIGN_STD 0
23#define ALIGNDLG_HORALIGN_LEFT 1
24#define ALIGNDLG_HORALIGN_CENTER 2
25#define ALIGNDLG_HORALIGN_RIGHT 3
26#define ALIGNDLG_HORALIGN_BLOCK 4
27#define ALIGNDLG_HORALIGN_FILL 5
28#define ALIGNDLG_HORALIGN_DISTRIBUTED 6
30#define ALIGNDLG_VERALIGN_STD 0
31#define ALIGNDLG_VERALIGN_TOP 1
32#define ALIGNDLG_VERALIGN_MID 2
33#define ALIGNDLG_VERALIGN_BOTTOM 3
34#define ALIGNDLG_VERALIGN_BLOCK 4
35#define ALIGNDLG_VERALIGN_DISTRIBUTED 5
DECL_LINK(StackedClickHdl, weld::Toggleable &, void)
std::unique_ptr< weld::CheckButton > m_xCbStacked
std::unique_ptr< weld::Label > m_xFtBotLock
bool HasAlignmentChanged(const SfxItemSet &rNew, TypedWhichId< SfxEnumItemInterface > nWhich) const
std::unique_ptr< weld::Label > m_xFtCelLock
std::unique_ptr< weld::Label > m_xFtVerAlign
std::unique_ptr< weld::ComboBox > m_xLbHorAlign
std::unique_ptr< weld::Label > m_xFtTopLock
virtual DeactivateRC DeactivatePage(SfxItemSet *pSet) override
std::unique_ptr< weld::CheckButton > m_xBtnWrap
weld::TriStateEnabled m_aStackedState
std::unique_ptr< weld::CheckButton > m_xBtnHyphen
static WhichRangesContainer GetRanges()
weld::TriStateEnabled m_aHyphenState
std::unique_ptr< weld::CustomWeld > m_xVsRefEdge
void UpdateEnableControls()
weld::TriStateEnabled m_aShrinkState
std::unique_ptr< svx::FrameDirectionListBox > m_xLbFrameDir
std::unique_ptr< weld::Widget > m_xPropertiesFrame
std::unique_ptr< weld::CheckButton > m_xBtnShrink
std::unique_ptr< weld::Label > m_xFtRotate
std::unique_ptr< weld::MetricSpinButton > m_xEdIndent
std::unique_ptr< weld::Label > m_xFtABCD
weld::TriStateEnabled m_aAsianModeState
std::unique_ptr< weld::MetricSpinButton > m_xNfRotate
weld::TriStateEnabled m_aWrapState
static const WhichRangesContainer s_pRanges
std::unique_ptr< weld::CheckButton > m_xCbAsianMode
std::unique_ptr< weld::Widget > m_xOrientFrame
std::unique_ptr< weld::Widget > m_xAlignmentFrame
virtual ~AlignmentTabPage() override
std::unique_ptr< weld::Label > m_xFtIndent
std::unique_ptr< weld::CustomWeld > m_xCtrlDialWin
std::unique_ptr< weld::ComboBox > m_xLbVerAlign
static std::unique_ptr< SfxTabPage > Create(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
DECL_LINK(UpdateEnableHdl, weld::ComboBox &, void)
std::unique_ptr< weld::Label > m_xFtRefEdge
DECL_LINK(AsianModeClickHdl, weld::Toggleable &, void)
DECL_LINK(HyphenClickHdl, weld::Toggleable &, void)
virtual void Reset(const SfxItemSet *rSet) override
DECL_LINK(WrapClickHdl, weld::Toggleable &, void)
virtual bool FillItemSet(SfxItemSet *rSet) override
DECL_LINK(ShrinkClickHdl, weld::Toggleable &, void)
std::unique_ptr< DialControl > m_xCtrlDial
AlignmentTabPage(weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreSet)