diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 11:24:25 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 12:18:56 +0000 |
commit | 051e660b37549fec7cc42e4471ae65a4cefed495 (patch) | |
tree | 720c439d57664224ec579e14a72b5f4ccce391a5 /include/svx/pagectrl.hxx | |
parent | 1d852b32d7ad89b2317c04958060f366f8922ca4 (diff) |
loplugin:unusedmethods svx(part2)
Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7
Reviewed-on: https://gerrit.libreoffice.org/17120
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/pagectrl.hxx')
-rw-r--r-- | include/svx/pagectrl.hxx | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx index e0ec05b2884d..3d7475b8dd98 100644 --- a/include/svx/pagectrl.hxx +++ b/include/svx/pagectrl.hxx @@ -104,16 +104,6 @@ public: { return maPageFillAttributes; } - - void SetWidth(long nWidth) - { - aSize.Width() = nWidth; - } - void SetHeight(long nHeight) - { - aSize.Height() = nHeight; - } - void SetSize(const Size& rSize) { aSize = rSize; @@ -134,8 +124,6 @@ public: long GetLeft() const { return nLeft; } long GetRight() const { return nRight; } - const SvxBoxItem& GetBorder() const; - void SetHdLeft(long nNew) { nHdLeft = nNew; } void SetHdRight(long nNew) { nHdRight = nNew; } void SetHdDist(long nNew) { nHdDist = nNew; } @@ -147,8 +135,6 @@ public: long GetHdDist() const { return nHdDist; } long GetHdHeight() const { return nHdHeight; } - const SvxBoxItem& GetHdBorder() const { return *pHdBorder; } - void SetFtLeft(long nNew) { nFtLeft = nNew; } void SetFtRight(long nNew) { nFtRight = nNew; } void SetFtDist(long nNew) { nFtDist = nNew; } @@ -160,22 +146,14 @@ public: long GetFtDist() const { return nFtDist; } long GetFtHeight() const { return nFtHeight; } - const SvxBoxItem& GetFtBorder() const { return *pFtBorder; } - void SetUsage(sal_uInt16 eU) { eUsage = eU; } sal_uInt16 GetUsage() const { return eUsage; } void SetHeader( bool bNew ) { bHeader = bNew; } - bool GetHeader() const { return bHeader;} void SetFooter( bool bNew ) { bFooter = bNew; } - bool GetFooter() const { return bFooter;} - void SetTable( bool bNew ) { bTable = bNew; } - bool GetTable() const { return bTable;} void SetHorz( bool bNew ) { bHorz = bNew; } - bool GetHorz() const { return bHorz;} void SetVert( bool bNew ) { bVert = bNew; } - bool GetVert() const { return bVert;} void EnableFrameDirection(bool bEnable); //uses enum SvxFrameDirection |