summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar/stbitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/statbar/stbitem.cxx')
-rw-r--r--sfx2/source/statbar/stbitem.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index d8816c4c670d..693d164c402f 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -52,7 +52,6 @@
using namespace ::com::sun::star;
-
sal_uInt16 SfxStatusBarControl::convertAwtToVCLMouseButtons( sal_Int16 nAwtMouseButtons )
{
sal_uInt16 nVCLMouseButtons( 0 );
@@ -68,7 +67,6 @@ sal_uInt16 SfxStatusBarControl::convertAwtToVCLMouseButtons( sal_Int16 nAwtMouse
}
-
svt::StatusbarController* SAL_CALL SfxStatusBarControllerFactory(
const uno::Reference< frame::XFrame >& rFrame,
StatusBar* pStatusBar,
@@ -130,7 +128,6 @@ svt::StatusbarController* SAL_CALL SfxStatusBarControllerFactory(
}
-
SfxStatusBarControl::SfxStatusBarControl
(
sal_uInt16 nSlotID, /* Slot-Id which is connected to this
@@ -163,7 +160,6 @@ SfxStatusBarControl::SfxStatusBarControl
}
-
SfxStatusBarControl::~SfxStatusBarControl()
/* [Description]
@@ -334,7 +330,6 @@ throw ( uno::RuntimeException, std::exception )
}
-
sal_Bool SAL_CALL SfxStatusBarControl::mouseMove(
const awt::MouseEvent& rMouseEvent )
throw (uno::RuntimeException, std::exception)
@@ -351,7 +346,6 @@ throw (uno::RuntimeException, std::exception)
}
-
sal_Bool SAL_CALL SfxStatusBarControl::mouseButtonUp(
const ::awt::MouseEvent& rMouseEvent )
throw ( uno::RuntimeException, std::exception )
@@ -368,7 +362,6 @@ throw ( uno::RuntimeException, std::exception )
}
-
void SAL_CALL SfxStatusBarControl::command(
const awt::Point& rPos,
::sal_Int32 nCommand,
@@ -384,7 +377,6 @@ throw (css::uno::RuntimeException, std::exception)
}
-
void SAL_CALL SfxStatusBarControl::paint(
const uno::Reference< awt::XGraphics >& xGraphics,
const awt::Rectangle& rOutputRectangle,
@@ -403,7 +395,6 @@ throw ( ::uno::RuntimeException, std::exception )
}
-
void SAL_CALL SfxStatusBarControl::click( const awt::Point& )
throw ( uno::RuntimeException, std::exception )
{
@@ -412,7 +403,6 @@ throw ( uno::RuntimeException, std::exception )
}
-
void SAL_CALL SfxStatusBarControl::doubleClick( const awt::Point& )
throw ( uno::RuntimeException, std::exception )
{
@@ -457,7 +447,6 @@ void SfxStatusBarControl::StateChanged
}
-
bool SfxStatusBarControl::MouseButtonDown( const MouseEvent & )
/* [Description]
@@ -484,7 +473,6 @@ bool SfxStatusBarControl::MouseButtonDown( const MouseEvent & )
}
-
bool SfxStatusBarControl::MouseMove( const MouseEvent & )
/* [Description]
@@ -537,7 +525,6 @@ bool SfxStatusBarControl::MouseButtonUp( const MouseEvent & )
}
-
void SfxStatusBarControl::Command( const CommandEvent& )
/* [Description]
@@ -552,7 +539,6 @@ void SfxStatusBarControl::Command( const CommandEvent& )
}
-
void SfxStatusBarControl::Click()
/* [Description]
@@ -567,7 +553,6 @@ void SfxStatusBarControl::Click()
}
-
void SfxStatusBarControl::Paint
(
const UserDrawEvent& /* Reference to an UserDrawEvent */
@@ -587,7 +572,6 @@ void SfxStatusBarControl::Paint
}
-
SfxStatusBarControl* SfxStatusBarControl::CreateControl
(
sal_uInt16 nSlotID,