summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/transfrm.hxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-08-19 00:26:01 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-19 11:05:04 +0000
commit2a536842d7cecd3b5bdb09901f0fe829f6cf6d87 (patch)
tree91adeae3e5f5f5ddc44b0348a88b7038d1828e31 /cui/source/inc/transfrm.hxx
parentPrefer using declarations over using directives (diff)
downloadcore-2a536842d7cecd3b5bdb09901f0fe829f6cf6d87.tar.gz
core-2a536842d7cecd3b5bdb09901f0fe829f6cf6d87.zip
Convert rotation tap page to widget UI
Conflicts: cui/source/inc/helpid.hrc cui/uiconfig/ui/slantcornertabpage.ui Change-Id: Ifd2a18ad1a84728237de61bed3d96f83313afd62 Reviewed-on: https://gerrit.libreoffice.org/5506 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/transfrm.hxx')
-rw-r--r--cui/source/inc/transfrm.hxx21
1 files changed, 8 insertions, 13 deletions
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index a3754180456a..5b3138a29507 100644
--- a/cui/source/inc/transfrm.hxx
+++ b/cui/source/inc/transfrm.hxx
@@ -177,19 +177,14 @@ class SvxAngleTabPage : public SvxTabPage
using TabPage::DeactivatePage;
private:
- FixedLine aFlPosition;
- FixedText aFtPosX;
- MetricField aMtrPosX;
- FixedText aFtPosY;
- MetricField aMtrPosY;
- FixedText aFtPosPresets;
- SvxRectCtl aCtlRect;
-
- FixedLine aFlAngle;
- FixedText aFtAngle;
- NumericField maNfAngle;
- FixedText aFtAnglePresets;
- svx::DialControl aCtlAngle;
+ VclFrame* m_pFlPosition;
+ MetricField* m_pMtrPosX;
+ MetricField* m_pMtrPosY;
+ SvxRectCtl* m_pCtlRect;
+
+ VclFrame* m_pFlAngle;
+ NumericField* m_pNfAngle;
+ svx::DialControl* m_pCtlAngle;
const SfxItemSet& rOutAttrs;
const SdrView* pView;