summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmrkv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdmrkv.cxx')
-rw-r--r--svx/source/svdraw/svdmrkv.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 03fca1e23467..82129509957d 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -121,11 +121,9 @@ void ImplMarkingOverlay::SetSecondPosition(const basegfx::B2DPoint& rNewPosition
}
-
// MarkView
-
void SdrMarkView::ImpClearVars()
{
meDragMode=SDRDRAG_MOVE;
@@ -211,7 +209,6 @@ void SdrMarkView::ModelHasChanged()
}
-
bool SdrMarkView::IsAction() const
{
return SdrSnapView::IsAction() || IsMarkObj() || IsMarkPoints() || IsMarkGluePoints();
@@ -282,7 +279,6 @@ void SdrMarkView::TakeActionRect(Rectangle& rRect) const
}
-
void SdrMarkView::ClearPageView()
{
UnmarkAllObj();
@@ -313,7 +309,6 @@ void SdrMarkView::HideSdrPage()
}
-
bool SdrMarkView::BegMarkObj(const Point& rPnt, bool bUnmark)
{
BrkAction();
@@ -372,7 +367,6 @@ void SdrMarkView::BrkMarkObj()
}
-
bool SdrMarkView::BegMarkPoints(const Point& rPnt, bool bUnmark)
{
if(HasMarkablePoints())
@@ -438,7 +432,6 @@ void SdrMarkView::BrkMarkPoints()
}
-
bool SdrMarkView::BegMarkGluePoints(const Point& rPnt, bool bUnmark)
{
if(HasMarkableGluePoints())
@@ -1318,7 +1311,6 @@ void SdrMarkView::SetEditMode(SdrViewEditMode eMode)
}
-
bool SdrMarkView::IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const
{
if (pObj)
@@ -2020,7 +2012,6 @@ const Rectangle& SdrMarkView::GetMarkedObjRect() const
}
-
void SdrMarkView::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, OUString& rStr, sal_uInt16 nVal, ImpTakeDescriptionOptions nOpt) const
{
rStr = ImpGetResStr(nStrCacheID);
@@ -2046,7 +2037,6 @@ void SdrMarkView::ImpTakeDescriptionStr(sal_uInt16 nStrCacheID, OUString& rStr,
}
-
void SdrMarkView::EnterMarkedGroup()
{
// We enter only the first group found (in only one PageView), because
@@ -2074,7 +2064,6 @@ void SdrMarkView::EnterMarkedGroup()
}
-
void SdrMarkView::MarkListHasChanged()
{
GetMarkedObjectListWriteAccess().SetNameDirty();
@@ -2097,7 +2086,6 @@ void SdrMarkView::MarkListHasChanged()
}
-
void SdrMarkView::SetMoveOutside(bool bOn)
{
maHdlList.SetMoveOutside(bOn);