diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 22:41:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-05 10:02:57 +0100 |
commit | db1b7178dde8daa8660becf35acf8362b5f4bd7e (patch) | |
tree | 902efefff371fcc0d9dfd42f0bacda289070f3c5 /svx/inc | |
parent | 31e203f1fd9a32c70c37a73f13963992e1cc17ef (diff) |
callcatcher: unused methods
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/graphctl.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdorect.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/xpoly.hxx | 5 | ||||
-rw-r--r-- | svx/inc/svx/xtable.hxx | 2 |
4 files changed, 0 insertions, 11 deletions
diff --git a/svx/inc/svx/graphctl.hxx b/svx/inc/svx/graphctl.hxx index 3c3f7cb626e3..b2352103d566 100644 --- a/svx/inc/svx/graphctl.hxx +++ b/svx/inc/svx/graphctl.hxx @@ -130,8 +130,6 @@ public: void SetUpdateLink( const Link& rLink ) { aUpdateLink = rLink; } const Link& GetUpdateLink() const { return aUpdateLink; } - static String GetStringFromDouble( const double& rDouble ); - virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible(); }; diff --git a/svx/inc/svx/svdorect.hxx b/svx/inc/svx/svdorect.hxx index d92fb91d9054..156655a0c5b3 100644 --- a/svx/inc/svx/svdorect.hxx +++ b/svx/inc/svx/svdorect.hxx @@ -85,8 +85,6 @@ public: // Konstruktion eines Textrahmens SdrRectObj(SdrObjKind eNewTextKind); SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rRect); - // der sal_uInt16 eFormat nimmt Werte des enum EETextFormat entgegen - SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rNewRect, SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat); virtual ~SdrRectObj(); virtual void TakeObjInfo(SdrObjTransformInfoRec& rInfo) const; diff --git a/svx/inc/svx/xpoly.hxx b/svx/inc/svx/xpoly.hxx index 8ffe18b2c08b..25a57c94f087 100644 --- a/svx/inc/svx/xpoly.hxx +++ b/svx/inc/svx/xpoly.hxx @@ -85,7 +85,6 @@ protected: public: XPolygon( sal_uInt16 nSize=16, sal_uInt16 nResize=16 ); XPolygon( const XPolygon& rXPoly ); - XPolygon( const Polygon& rPoly ); XPolygon( const Rectangle& rRect, long nRx = 0, long nRy = 0 ); XPolygon( const Point& rCenter, long nRx, long nRy, sal_uInt16 nStartAngle = 0, sal_uInt16 nEndAngle = 3600, @@ -125,10 +124,7 @@ public: void Translate(const Point& rTrans); void Rotate(const Point& rCenter, double fSin, double fCos); void Scale(double fSx, double fSy); - void SlantX(long nYRef, double fSin, double fCos); - void SlantY(long nXRef, double fSin, double fCos); void Distort(const Rectangle& rRefRect, const XPolygon& rDistortedRect); - void Rotate20 (); // #116512# convert to basegfx::B2DPolygon and return basegfx::B2DPolygon getB2DPolygon() const; @@ -182,7 +178,6 @@ public: sal_Bool operator!=( const XPolyPolygon& rXPolyPoly ) const; // Transformationen - void Rotate(const Point& rCenter, double fSin, double fCos); void Distort(const Rectangle& rRefRect, const XPolygon& rDistortedRect); // #116512# convert to basegfx::B2DPolyPolygon and return diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx index b35979d12790..8224b616d682 100644 --- a/svx/inc/svx/xtable.hxx +++ b/svx/inc/svx/xtable.hxx @@ -208,7 +208,6 @@ protected: sal_uInt16 nInitSize = 16, sal_uInt16 nReSize = 16 ); - XPropertyTable( SvStream& rIn ); void Clear(); public: @@ -265,7 +264,6 @@ protected: const String& rPath, XOutdevItemPool* pXPool = NULL ); - XPropertyList( SvStream& rIn ); void Clear(); public: |