summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/chardlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/chardlg.hxx')
-rw-r--r--cui/source/inc/chardlg.hxx58
1 files changed, 24 insertions, 34 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index fd30443d039e..dde780763f26 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -280,40 +280,30 @@ class SvxCharPositionPage : public SvxCharBasePage
{
private:
- VclVBox m_aBox;
-
- FixedLine m_aPositionLine;
-
- VclGrid m_aPositionGrid;
- RadioButton m_aHighPosBtn;
- RadioButton m_aNormalPosBtn;
- RadioButton m_aLowPosBtn;
- FixedText m_aHighLowFT;
- MetricField m_aHighLowEdit;
- CheckBox m_aHighLowRB;
- FixedText m_aFontSizeFT;
- MetricField m_aFontSizeEdit;
-
- FixedLine m_aRotationScalingFL;
-
- VclHBox m_aRotationBox;
- FixedLine m_aScalingFL;
- RadioButton m_a0degRB;
- RadioButton m_a90degRB;
- RadioButton m_a270degRB;
- CheckBox m_aFitToLineCB;
-
- VclHBox m_aScaleBox;
- FixedText m_aScaleWidthFT;
- MetricField m_aScaleWidthMF;
-
- FixedLine m_aKerningLine;
-
- VclHBox m_aKerningBox;
- ListBox m_aKerningLB;
- FixedText m_aKerningFT;
- MetricField m_aKerningEdit;
- CheckBox m_aPairKerningBtn;
+ RadioButton* m_pHighPosBtn;
+ RadioButton* m_pNormalPosBtn;
+ RadioButton* m_pLowPosBtn;
+ FixedText* m_pHighLowFT;
+ MetricField* m_pHighLowMF;
+ CheckBox* m_pHighLowRB;
+ FixedText* m_pFontSizeFT;
+ MetricField* m_pFontSizeMF;
+
+ VclContainer* m_pRotationContainer;
+
+ FixedText* m_pScalingFT;
+ FixedText* m_pScalingAndRotationFT;
+ RadioButton* m_p0degRB;
+ RadioButton* m_p90degRB;
+ RadioButton* m_p270degRB;
+ CheckBox* m_pFitToLineCB;
+
+ MetricField* m_pScaleWidthMF;
+
+ ListBox* m_pKerningLB;
+ FixedText* m_pKerningFT;
+ MetricField* m_pKerningMF;
+ CheckBox* m_pPairKerningBtn;
short m_nSuperEsc;
short m_nSubEsc;