From f54e175eb903af9fd7c7fc38ef09b203310ec5ae Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 16 Feb 2013 10:10:34 -0200 Subject: Widget UI for Text Flow tab page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Need to address help for the page Conflicts: cui/UI_cui.mk Change-Id: I7e4d9c9827ba80986059ff628d02f798eabbb4f6 Reviewed-on: https://gerrit.libreoffice.org/2184 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/inc/paragrph.hxx | 52 +++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 28 deletions(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/paragrph.hxx b/cui/source/inc/paragrph.hxx index 045a29d422ad..bf78a269742d 100644 --- a/cui/source/inc/paragrph.hxx +++ b/cui/source/inc/paragrph.hxx @@ -222,41 +222,37 @@ private: SvxExtParagraphTabPage( Window* pParent, const SfxItemSet& rSet ); // hyphenation - FixedLine aExtFL; - TriStateBox aHyphenBox; - FixedText aBeforeText; - NumericField aExtHyphenBeforeBox; - FixedText aAfterText; - NumericField aExtHyphenAfterBox; - FixedText aMaxHyphenLabel; - NumericField aMaxHyphenEdit; + TriStateBox* m_pHyphenBox; + FixedText* m_pBeforeText; + NumericField* m_pExtHyphenBeforeBox; + FixedText* m_pAfterText; + NumericField* m_pExtHyphenAfterBox; + FixedText* m_pMaxHyphenLabel; + NumericField* m_pMaxHyphenEdit; // pagebreak - FixedLine aBreaksFL; - TriStateBox aPageBreakBox; - FixedText aBreakTypeFT; - ListBox aBreakTypeLB; - FixedText aBreakPositionFT; - ListBox aBreakPositionLB; - TriStateBox aApplyCollBtn; - ListBox aApplyCollBox; - FixedText aPagenumText; - NumericField aPagenumEdit; - - FixedLine aExtendFL; + TriStateBox* m_pPageBreakBox; + FixedText* m_pBreakTypeFT; + ListBox* m_pBreakTypeLB; + FixedText* m_pBreakPositionFT; + ListBox* m_pBreakPositionLB; + TriStateBox* m_pApplyCollBtn; + ListBox* m_pApplyCollBox; + FixedText* m_pPagenumText; + NumericField* m_pPagenumEdit; // paragraph division - TriStateBox aKeepTogetherBox; - TriStateBox aKeepParaBox; + TriStateBox* m_pKeepTogetherBox; + TriStateBox* m_pKeepParaBox; // orphan/widow - TriStateBox aOrphanBox; - NumericField aOrphanRowNo; - FixedText aOrphanRowLabel; + TriStateBox* m_pOrphanBox; + NumericField* m_pOrphanRowNo; + FixedText* m_pOrphanRowLabel; - TriStateBox aWidowBox; - NumericField aWidowRowNo; - FixedText aWidowRowLabel; + TriStateBox* m_pWidowBox; + NumericField* m_pWidowRowNo; + FixedText* m_pWidowRowLabel; sal_Bool bPageBreak; sal_Bool bHtmlMode; -- cgit v1.2.1