summaryrefslogtreecommitdiff
path: root/sd/source/ui/func
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r--sd/source/ui/func/fucon3d.cxx19
-rw-r--r--sd/source/ui/func/fuconarc.cxx19
-rw-r--r--sd/source/ui/func/fuconbez.cxx14
-rw-r--r--sd/source/ui/func/fuconcs.cxx14
-rw-r--r--sd/source/ui/func/fuconrec.cxx14
-rw-r--r--sd/source/ui/func/fuconuno.cxx14
-rw-r--r--sd/source/ui/func/fudraw.cxx5
-rw-r--r--sd/source/ui/func/futext.cxx5
8 files changed, 0 insertions, 104 deletions
diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx
index 702d1bd0a106..5661a463c61e 100644
--- a/sd/source/ui/func/fucon3d.cxx
+++ b/sd/source/ui/func/fucon3d.cxx
@@ -336,11 +336,6 @@ bool FuConstruct3dObject::MouseButtonDown(const MouseEvent& rMEvt)
return bReturn;
}
-bool FuConstruct3dObject::MouseMove(const MouseEvent& rMEvt)
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstruct3dObject::MouseButtonUp(const MouseEvent& rMEvt)
{
bool bReturn = false;
@@ -359,15 +354,6 @@ bool FuConstruct3dObject::MouseButtonUp(const MouseEvent& rMEvt)
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstruct3dObject::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstruct3dObject::Activate()
{
mpView->SetCurrentObj(OBJ_NONE);
@@ -375,11 +361,6 @@ void FuConstruct3dObject::Activate()
FuConstruct::Activate();
}
-void FuConstruct3dObject::Deactivate()
-{
- FuConstruct::Deactivate();
-}
-
SdrObject* FuConstruct3dObject::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle)
{
diff --git a/sd/source/ui/func/fuconarc.cxx b/sd/source/ui/func/fuconarc.cxx
index 4ef597f659dd..631040a977d1 100644
--- a/sd/source/ui/func/fuconarc.cxx
+++ b/sd/source/ui/func/fuconarc.cxx
@@ -127,11 +127,6 @@ bool FuConstructArc::MouseButtonDown( const MouseEvent& rMEvt )
return bReturn;
}
-bool FuConstructArc::MouseMove( const MouseEvent& rMEvt )
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstructArc::MouseButtonUp( const MouseEvent& rMEvt )
{
bool bReturn = false;
@@ -160,15 +155,6 @@ bool FuConstructArc::MouseButtonUp( const MouseEvent& rMEvt )
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstructArc::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstructArc::Activate()
{
SdrObjKind aObjKind;
@@ -212,11 +198,6 @@ void FuConstructArc::Activate()
FuConstruct::Activate();
}
-void FuConstructArc::Deactivate()
-{
- FuConstruct::Deactivate();
-}
-
SdrObject* FuConstructArc::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle)
{
diff --git a/sd/source/ui/func/fuconbez.cxx b/sd/source/ui/func/fuconbez.cxx
index bc0cc72a32e1..bc69485e26d4 100644
--- a/sd/source/ui/func/fuconbez.cxx
+++ b/sd/source/ui/func/fuconbez.cxx
@@ -119,11 +119,6 @@ bool FuConstructBezierPolygon::MouseButtonDown(const MouseEvent& rMEvt)
return bReturn;
}
-bool FuConstructBezierPolygon::MouseMove(const MouseEvent& rMEvt)
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstructBezierPolygon::MouseButtonUp(const MouseEvent& rMEvt )
{
bool bReturn = false;
@@ -202,15 +197,6 @@ bool FuConstructBezierPolygon::MouseButtonUp(const MouseEvent& rMEvt )
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstructBezierPolygon::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstructBezierPolygon::Activate()
{
mpView->EnableExtendedMouseEventDispatcher(true);
diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx
index 015ab43afb3c..8aba283dfbbe 100644
--- a/sd/source/ui/func/fuconcs.cxx
+++ b/sd/source/ui/func/fuconcs.cxx
@@ -136,11 +136,6 @@ bool FuConstructCustomShape::MouseButtonDown(const MouseEvent& rMEvt)
return bReturn;
}
-bool FuConstructCustomShape::MouseMove(const MouseEvent& rMEvt)
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstructCustomShape::MouseButtonUp(const MouseEvent& rMEvt)
{
bool bReturn(false);
@@ -161,15 +156,6 @@ bool FuConstructCustomShape::MouseButtonUp(const MouseEvent& rMEvt)
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstructCustomShape::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstructCustomShape::Activate()
{
mpView->SetCurrentObj( OBJ_CUSTOMSHAPE );
diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx
index 0acc56c3cef4..d7fe22933962 100644
--- a/sd/source/ui/func/fuconrec.cxx
+++ b/sd/source/ui/func/fuconrec.cxx
@@ -215,11 +215,6 @@ bool FuConstructRectangle::MouseButtonDown(const MouseEvent& rMEvt)
return bReturn;
}
-bool FuConstructRectangle::MouseMove(const MouseEvent& rMEvt)
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstructRectangle::MouseButtonUp(const MouseEvent& rMEvt)
{
bool bReturn(false);
@@ -266,15 +261,6 @@ bool FuConstructRectangle::MouseButtonUp(const MouseEvent& rMEvt)
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstructRectangle::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstructRectangle::Activate()
{
SdrObjKind aObjKind;
diff --git a/sd/source/ui/func/fuconuno.cxx b/sd/source/ui/func/fuconuno.cxx
index a9eedc6f00e7..5e772f1ec930 100644
--- a/sd/source/ui/func/fuconuno.cxx
+++ b/sd/source/ui/func/fuconuno.cxx
@@ -94,11 +94,6 @@ bool FuConstructUnoControl::MouseButtonDown(const MouseEvent& rMEvt)
return bReturn;
}
-bool FuConstructUnoControl::MouseMove(const MouseEvent& rMEvt)
-{
- return FuConstruct::MouseMove(rMEvt);
-}
-
bool FuConstructUnoControl::MouseButtonUp(const MouseEvent& rMEvt)
{
bool bReturn = false;
@@ -117,15 +112,6 @@ bool FuConstructUnoControl::MouseButtonUp(const MouseEvent& rMEvt)
return bReturn;
}
-/**
- * Process keyboard input
- * @returns sal_True if a KeyEvent is being processed, sal_False otherwise
- */
-bool FuConstructUnoControl::KeyInput(const KeyEvent& rKEvt)
-{
- return FuConstruct::KeyInput(rKEvt);
-}
-
void FuConstructUnoControl::Activate()
{
mpView->SetCurrentObj( nIdentifier, nInventor );
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index 4488b7bb2eff..926161743aa6 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -459,11 +459,6 @@ void FuDraw::Activate()
ForcePointer();
}
-void FuDraw::Deactivate()
-{
- FuPoor::Deactivate();
-}
-
/**
* Toggle mouse-pointer
*/
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index c55ddfa783b8..a80fd6cd2c51 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -1156,11 +1156,6 @@ void FuText::DeleteDefaultText()
}
}
-bool FuText::Command(const CommandEvent& rCEvt)
-{
- return FuPoor::Command(rCEvt);
-}
-
bool FuText::RequestHelp(const HelpEvent& rHEvt)
{
bool bReturn = false;