summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdovirt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdovirt.cxx')
-rw-r--r--svx/source/svdraw/svdovirt.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx
index 9c16a472a3f8..587363daf1dc 100644
--- a/svx/source/svdraw/svdovirt.cxx
+++ b/svx/source/svdraw/svdovirt.cxx
@@ -30,7 +30,6 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-
sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const
{
return rRefObj.GetProperties();
@@ -44,8 +43,6 @@ sdr::contact::ViewContact* SdrVirtObj::CreateObjectSpecificViewContact()
}
-
-
SdrVirtObj::SdrVirtObj(SdrObject& rNewObj):
rRefObj(rNewObj)
{
@@ -60,7 +57,6 @@ SdrVirtObj::~SdrVirtObj()
}
-
const SdrObject& SdrVirtObj::GetReferencedObj() const
{
return rRefObj;
@@ -86,7 +82,6 @@ void SdrVirtObj::NbcSetAnchorPos(const Point& rAnchorPos)
}
-
void SdrVirtObj::SetModel(SdrModel* pNewModel)
{
SdrObject::SetModel(pNewModel);
@@ -189,7 +184,6 @@ basegfx::B2DPolyPolygon SdrVirtObj::TakeXorPoly() const
}
-
sal_uInt32 SdrVirtObj::GetHdlCount() const
{
return rRefObj.GetHdlCount();
@@ -259,7 +253,6 @@ void SdrVirtObj::AddToHdlList(SdrHdlList& rHdlList) const
}
-
bool SdrVirtObj::hasSpecialDrag() const
{
return rRefObj.hasSpecialDrag();
@@ -314,7 +307,6 @@ OUString SdrVirtObj::getSpecialDragComment(const SdrDragStat& rDrag) const
}
-
bool SdrVirtObj::BegCreate(SdrDragStat& rStat)
{
return rRefObj.BegCreate(rStat);
@@ -347,7 +339,6 @@ basegfx::B2DPolyPolygon SdrVirtObj::TakeCreatePoly(const SdrDragStat& rDrag) con
}
-
void SdrVirtObj::NbcMove(const Size& rSiz)
{
MovePoint(aAnchor,rSiz);
@@ -379,7 +370,6 @@ void SdrVirtObj::NbcShear(const Point& rRef, long nAngle, double tn, bool bVShea
}
-
void SdrVirtObj::Move(const Size& rSiz)
{
if (rSiz.Width()!=0 || rSiz.Height()!=0) {
@@ -430,7 +420,6 @@ void SdrVirtObj::Shear(const Point& rRef, long nAngle, double tn, bool bVShear)
}
-
void SdrVirtObj::RecalcSnapRect()
{
aSnapRect=rRefObj.GetSnapRect();
@@ -465,7 +454,6 @@ void SdrVirtObj::NbcSetSnapRect(const Rectangle& rRect)
}
-
const Rectangle& SdrVirtObj::GetLogicRect() const
{
const_cast<SdrVirtObj*>(this)->aSnapRect=rRefObj.GetLogicRect(); // An abuse of aSnapRect!
@@ -492,7 +480,6 @@ void SdrVirtObj::NbcSetLogicRect(const Rectangle& rRect)
}
-
long SdrVirtObj::GetRotateAngle() const
{
return rRefObj.GetRotateAngle();
@@ -504,7 +491,6 @@ long SdrVirtObj::GetShearAngle(bool bVertical) const
}
-
sal_uInt32 SdrVirtObj::GetSnapPointCount() const
{
return rRefObj.GetSnapPointCount();
@@ -541,7 +527,6 @@ void SdrVirtObj::NbcSetPoint(const Point& rPnt, sal_uInt32 i)
}
-
SdrObjGeoData* SdrVirtObj::NewGeoData() const
{
return rRefObj.NewGeoData();
@@ -559,7 +544,6 @@ void SdrVirtObj::RestGeoData(const SdrObjGeoData& rGeo)
}
-
SdrObjGeoData* SdrVirtObj::GetGeoData() const
{
return rRefObj.GetGeoData();
@@ -574,7 +558,6 @@ void SdrVirtObj::SetGeoData(const SdrObjGeoData& rGeo)
}
-
void SdrVirtObj::NbcReformatText()
{
rRefObj.NbcReformatText();
@@ -586,7 +569,6 @@ void SdrVirtObj::ReformatText()
}
-
bool SdrVirtObj::HasMacro() const
{
return rRefObj.HasMacro();