diff options
author | Urs Fässler <urs@bitzgi.ch> | 2013-03-13 20:30:06 +0100 |
---|---|---|
committer | Urs Fässler <urs@bitzgi.ch> | 2013-03-13 21:42:27 +0100 |
commit | f4a37ca9584d7b8fcbd7aaa80162edcfde3cd4ed (patch) | |
tree | 940328c5e6dcdefe3e730e1f2cbf0211dffa5bd5 /sd/source/ui/slideshow/showwin.cxx | |
parent | 10af6b399c3d3342a03a3031cf42779bc0d38c87 (diff) |
several translations and fixes for translations
Change-Id: I47ca71d578f3e0b1e2c3499f0785d986ed4f583e
Diffstat (limited to 'sd/source/ui/slideshow/showwin.cxx')
-rw-r--r-- | sd/source/ui/slideshow/showwin.cxx | 40 |
1 files changed, 6 insertions, 34 deletions
diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index b00d4c3d1d2c..13542df3b150 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -64,7 +64,7 @@ ShowWindow::ShowWindow( const ::rtl::Reference< SlideshowImpl >& xController, :: aMap.SetMapUnit(MAP_100TH_MM); SetMapMode(aMap); - // HelpId setzen + // set HelpId SetHelpId( HID_SD_WIN_PRESENTATION ); SetUniqueId( HID_SD_WIN_PRESENTATION ); @@ -85,11 +85,6 @@ ShowWindow::~ShowWindow(void) maMouseTimer.Stop(); } -/************************************************************************* -|* -|* Keyboard event -|* -\************************************************************************/ void ShowWindow::KeyInput(const KeyEvent& rKEvt) { @@ -173,11 +168,6 @@ void ShowWindow::KeyInput(const KeyEvent& rKEvt) mpViewShell->SetActiveWindow( this ); } -/************************************************************************* -|* -|* MouseButtonDown event -|* -\************************************************************************/ void ShowWindow::MouseButtonDown(const MouseEvent& /*rMEvt*/) { @@ -191,11 +181,6 @@ void ShowWindow::MouseButtonDown(const MouseEvent& /*rMEvt*/) } } -/************************************************************************* -|* -|* MouseMove event -|* -\************************************************************************/ void ShowWindow::MouseMove(const MouseEvent& /*rMEvt*/) { @@ -238,11 +223,6 @@ void ShowWindow::MouseMove(const MouseEvent& /*rMEvt*/) mpViewShell->SetActiveWindow( this ); } -/************************************************************************* -|* -|* MouseButtonUp event -|* -\************************************************************************/ void ShowWindow::MouseButtonUp(const MouseEvent& rMEvt) { @@ -266,12 +246,9 @@ void ShowWindow::MouseButtonUp(const MouseEvent& rMEvt) } } -/************************************************************************* -|* -|* Paint-Event: wenn FuSlideShow noch erreichbar ist, weiterleiten -|* -\************************************************************************/ - +/** + * if FuSlideShow is still available, forward it + */ void ShowWindow::Paint(const Rectangle& rRect) { if( (meShowWindowMode == SHOWWINDOWMODE_NORMAL) || (meShowWindowMode == SHOWWINDOWMODE_PREVIEW) ) @@ -304,11 +281,6 @@ void ShowWindow::Paint(const Rectangle& rRect) } } -/************************************************************************* -|* -|* Notify -|* -\************************************************************************/ long ShowWindow::Notify(NotifyEvent& rNEvt) { @@ -324,7 +296,7 @@ long ShowWindow::Notify(NotifyEvent& rNEvt) void ShowWindow::GetFocus() { - // Basisklasse + // base class Window::GetFocus(); } @@ -647,7 +619,7 @@ IMPL_LINK_NOARG(ShowWindow, MouseTimeoutHdl) if( mbMouseCursorHidden ) { // not enough mouse movements since first recording so - // cancle show mouse pointer for now + // cancel show mouse pointer for now mnFirstMouseMove = 0; } else |