summaryrefslogtreecommitdiff
path: root/starmath/inc/rect.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-20 16:22:00 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-21 06:54:12 +0000
commit060e39716dba27ecf585cec33a2de9a865980a42 (patch)
treed271d025fe13212d38af6839dbafbed242e187fc /starmath/inc/rect.hxx
parentd69d4f7174ffae502c4aa9cc69786c897662dddc (diff)
loplugin:unusedmethods starmath
Change-Id: I543a914bb7cdfdc498cf8d9f885316fbe3e1543b Reviewed-on: https://gerrit.libreoffice.org/17237 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/inc/rect.hxx')
-rw-r--r--starmath/inc/rect.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx
index 074ae4cb36fc..d590e3e23d7a 100644
--- a/starmath/inc/rect.hxx
+++ b/starmath/inc/rect.hxx
@@ -119,7 +119,6 @@ public:
void SetItalicSpaces(long nLeftSpace, long nRightSpace);
void SetWidth(sal_uLong nWidth) { aSize.Width() = nWidth; }
- void SetHeight(sal_uLong nHeight) { aSize.Height() = nHeight; }
void SetLeft(long nLeft);
void SetRight(long nRight);
@@ -140,8 +139,6 @@ public:
long GetItalicLeftSpace() const { return nItalicLeftSpace; }
long GetItalicRightSpace() const { return nItalicRightSpace; }
- void SetHiAttrFence(long nVal) { nHiAttrFence = nVal; }
- void SetLoAttrFence(long nVal) { nLoAttrFence = nVal; }
long GetHiAttrFence() const { return nHiAttrFence; }
long GetLoAttrFence() const { return nLoAttrFence; }
@@ -154,17 +151,10 @@ public:
inline long GetBaseline() const;
long GetBaselineOffset() const { return GetBaseline() - GetTop(); }
- void SetAlignTop(long nVal) { nAlignT = nVal; }
-
long GetAlignT() const { return nAlignT; }
long GetAlignM() const { return nAlignM; }
long GetAlignB() const { return nAlignB; }
- void SetAlignT(long nVal) { nAlignT = nVal; }
-
- const Point GetCenter() const
- { return Point(GetCenterX(), GetCenterY()); }
-
const Size & GetSize() const { return aSize; }
const Size GetItalicSize() const