summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdobj.cxx')
-rw-r--r--svx/source/svdraw/svdobj.cxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 3dd1449632a5..4e931a9888d8 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -141,8 +141,6 @@
using namespace ::com::sun::star;
-
-
SdrObjUserCall::~SdrObjUserCall()
{
}
@@ -159,7 +157,6 @@ SdrObjMacroHitRec::SdrObjMacroHitRec() :
bDown(false) {}
-
SdrObjUserData::SdrObjUserData(sal_uInt32 nInv, sal_uInt16 nId, sal_uInt16 nVer) :
nInventor(nInv),
nIdentifier(nId),
@@ -288,15 +285,12 @@ void SdrObject::ActionChanged() const
}
-
void SdrObject::SetBoundRectDirty()
{
aOutRect = Rectangle();
}
-
-
SdrObject::SdrObject() :
mpImpl(new Impl),
mpProperties(nullptr)
@@ -831,16 +825,12 @@ sal_uInt32 SdrObject::GetNavigationPosition()
}
-
-
void SdrObject::SetNavigationPosition (const sal_uInt32 nNewPosition)
{
mnNavigationPosition = nNewPosition;
}
-
-
// To make clearer that this method may trigger RecalcBoundRect and thus may be
// expensive and sometimes problematic (inside a bigger object change you will get
// non-useful BoundRects sometimes) I rename that method from GetBoundRect() to
@@ -1295,7 +1285,6 @@ Rectangle SdrObject::ImpDragCalcRect(const SdrDragStat& rDrag) const
}
-
bool SdrObject::hasSpecialDrag() const
{
return false;
@@ -1877,7 +1866,6 @@ bool SdrObject::IsMacroHit(const SdrObjMacroHitRec& rRec) const
}
-
SdrObjGeoData* SdrObject::NewGeoData() const
{
return new SdrObjGeoData;
@@ -2369,7 +2357,6 @@ SdrObject* SdrObject::GetConnectedNode(bool /*bTail1*/) const
}
-
void extractLineContourFromPrimitive2DSequence(
const drawinglayer::primitive2d::Primitive2DSequence& rxSequence,
basegfx::B2DPolygonVector& rExtractedHairlines,
@@ -2396,7 +2383,6 @@ void extractLineContourFromPrimitive2DSequence(
}
-
SdrObject* SdrObject::ImpConvertToContourObj(SdrObject* pRet, bool bForceLineDash)
{
bool bNoChange(true);
@@ -2561,21 +2547,12 @@ SdrObject* SdrObject::ImpConvertToContourObj(SdrObject* pRet, bool bForceLineDas
}
-
-
-
-
void SdrObject::SetMarkProtect(bool bProt)
{
bMarkProt = bProt;
}
-
-
-
-
-
void SdrObject::SetEmptyPresObj(bool bEpt)
{
bEmptyPresObj = bEpt;
@@ -2588,8 +2565,6 @@ void SdrObject::SetNotVisibleAsMaster(bool bFlg)
}
-
-
// convert this path object to contour object, even when it is a group
SdrObject* SdrObject::ConvertToContourObj(SdrObject* pRet, bool bForceLineDash) const
{
@@ -2630,7 +2605,6 @@ SdrObject* SdrObject::ConvertToContourObj(SdrObject* pRet, bool bForceLineDash)
}
-
SdrObject* SdrObject::ConvertToPolyObj(bool bBezier, bool bLineToArea) const
{
SdrObject* pRet = DoConvertToPolyObj(bBezier, true);
@@ -2652,14 +2626,12 @@ SdrObject* SdrObject::ConvertToPolyObj(bool bBezier, bool bLineToArea) const
}
-
SdrObject* SdrObject::DoConvertToPolyObj(bool /*bBezier*/, bool /*bAddText*/) const
{
return nullptr;
}
-
void SdrObject::SetInserted(bool bIns)
{
if (bIns!=IsInserted()) {
@@ -2727,7 +2699,6 @@ void SdrObject::SetVisible(bool bVisible)
}
-
sal_uInt16 SdrObject::GetUserDataCount() const
{
if (pPlusData==nullptr || pPlusData->pUserDataList==nullptr) return 0;
@@ -2973,7 +2944,6 @@ void SdrObject::notifyShapePropertyChange( const svx::ShapeProperty _eProperty )
}
-
// transformation interface for StarOfficeAPI. This implements support for
// homogeneous 3x3 matrices containing the transformation of the SdrObject. At the
// moment it contains a shearX, rotation and translation, but for setting all linear