summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/itemwin.hxx2
-rw-r--r--include/svx/linectrl.hxx1
-rw-r--r--include/svx/svdoashp.hxx4
-rw-r--r--include/svx/svdocapt.hxx2
-rw-r--r--include/svx/svdograf.hxx2
-rw-r--r--include/svx/svdotable.hxx5
-rw-r--r--include/svx/svdovirt.hxx1
7 files changed, 0 insertions, 17 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx
index 90167d57ebe0..d5f96cf178d4 100644
--- a/include/svx/itemwin.hxx
+++ b/include/svx/itemwin.hxx
@@ -75,8 +75,6 @@ class SVX_DLLPUBLIC SvxMetricField : public MetricField
protected:
virtual void Modify() override;
- virtual void Down() override;
- virtual void Up() override; // just to be sure
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
virtual bool Notify( NotifyEvent& rNEvt ) override;
diff --git a/include/svx/linectrl.hxx b/include/svx/linectrl.hxx
index 555ce471b143..b41d261b2b10 100644
--- a/include/svx/linectrl.hxx
+++ b/include/svx/linectrl.hxx
@@ -98,7 +98,6 @@ private:
protected:
virtual void Resizing( Size& rSize ) override;
virtual void Resize() override;
- virtual bool Close() override;
virtual void PopupModeEnd() override;
/** This function is called when the window gets the focus. It grabs
diff --git a/include/svx/svdoashp.hxx b/include/svx/svdoashp.hxx
index 4ff71004d2bb..69cd93f7b1ec 100644
--- a/include/svx/svdoashp.hxx
+++ b/include/svx/svdoashp.hxx
@@ -188,8 +188,6 @@ public:
virtual void SetModel(SdrModel* pNewModel) override;
- virtual void RecalcSnapRect() override;
-
virtual const Rectangle& GetSnapRect() const override;
virtual const Rectangle& GetCurrentBoundRect() const override;
virtual const Rectangle& GetLogicRect() const override;
@@ -217,7 +215,6 @@ public:
virtual bool beginSpecialDrag(SdrDragStat& rDrag) const override;
virtual bool applySpecialDrag(SdrDragStat& rDrag) override;
- virtual bool BegCreate( SdrDragStat& rStat ) override;
virtual bool MovCreate(SdrDragStat& rStat) override; // #i37448#
virtual bool EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd) override;
@@ -233,7 +230,6 @@ public:
virtual bool IsAutoGrowHeight() const override;
virtual bool IsAutoGrowWidth() const override;
virtual void SetVerticalWriting( bool bVertical ) override;
- virtual bool BegTextEdit( SdrOutliner& rOutl ) override;
virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* pViewMin) const override;
virtual void EndTextEdit( SdrOutliner& rOutl ) override;
virtual void TakeTextAnchorRect( Rectangle& rAnchorRect ) const override;
diff --git a/include/svx/svdocapt.hxx b/include/svx/svdocapt.hxx
index 24d9e0b953ca..34093992a884 100644
--- a/include/svx/svdocapt.hxx
+++ b/include/svx/svdocapt.hxx
@@ -121,9 +121,7 @@ public:
virtual void NbcSetAnchorPos(const Point& rPnt) override;
virtual const Point& GetAnchorPos() const override;
- virtual void RecalcSnapRect() override;
virtual const Rectangle& GetSnapRect() const override;
- virtual void NbcSetSnapRect(const Rectangle& rRect) override;
virtual const Rectangle& GetLogicRect() const override;
virtual void NbcSetLogicRect(const Rectangle& rRect) override;
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index 22085c95a55a..f52ef362f374 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -179,8 +179,6 @@ public:
virtual void NbcRotate(const Point& rRef, long nAngle, double sn, double cs) override;
virtual void NbcMirror(const Point& rRef1, const Point& rRef2) override;
virtual void NbcShear (const Point& rRef, long nAngle, double tn, bool bVShear) override;
- virtual void NbcSetSnapRect(const Rectangle& rRect) override;
- virtual void NbcSetLogicRect(const Rectangle& rRect) override;
virtual SdrObjGeoData* NewGeoData() const override;
virtual void SaveGeoData(SdrObjGeoData& rGeo) const override;
virtual void RestGeoData(const SdrObjGeoData& rGeo) override;
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx
index d81d37dbbf3e..b39a9c65a76e 100644
--- a/include/svx/svdotable.hxx
+++ b/include/svx/svdotable.hxx
@@ -267,11 +267,6 @@ public:
// with the base geometry and returns TRUE. Otherwise it returns FALSE.
virtual bool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyPolygon) const override;
- // Sets the base geometry of the object using infos contained in the homogen 3x3 matrix.
- // If it's an SdrPathObj it will use the provided geometry information. The Polygon has
- // to use (0,0) as upper left and will be scaled to the given size in the matrix.
- virtual void TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon) override;
-
// #103836# iterates over the paragraphs of a given SdrObject and removes all
// hard set character attributes with the which ids contained in the
// given vector
diff --git a/include/svx/svdovirt.hxx b/include/svx/svdovirt.hxx
index 7ee8c6f2fa47..64f5caf13778 100644
--- a/include/svx/svdovirt.hxx
+++ b/include/svx/svdovirt.hxx
@@ -62,7 +62,6 @@ public:
virtual const Rectangle& GetCurrentBoundRect() const override;
virtual const Rectangle& GetLastBoundRect() const override;
virtual void RecalcBoundRect() override;
- virtual void SetChanged() override;
virtual SdrVirtObj* Clone() const override;
SdrVirtObj& operator=(const SdrVirtObj& rObj);