summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/graphctl.hxx2
-rw-r--r--svx/inc/svx/svdorect.hxx2
-rw-r--r--svx/inc/svx/xpoly.hxx5
-rw-r--r--svx/inc/svx/xtable.hxx2
4 files changed, 0 insertions, 11 deletions
diff --git a/svx/inc/svx/graphctl.hxx b/svx/inc/svx/graphctl.hxx
index 3c9dea8586..d5db565b69 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 de815a4c46..11e8ec96b4 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 9397123972..87202a8ab5 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 aa70aca3d5..c71d4d7e1d 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: