summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/dockmgr.cxx')
-rw-r--r--vcl/source/window/dockmgr.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx
index c4f369d9e667..a382e809b595 100644
--- a/vcl/source/window/dockmgr.cxx
+++ b/vcl/source/window/dockmgr.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <tools/time.hxx>
#include <tools/rc.h>
@@ -36,7 +35,6 @@
#include <vcl/unowrap.hxx>
#include <vcl/settings.hxx>
-
#define DOCKWIN_FLOATSTYLES (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE | WB_PINABLE | WB_ROLLABLE )
class ImplDockFloatWin2 : public FloatingWindow
@@ -154,7 +152,6 @@ IMPL_LINK_NOARG(ImplDockFloatWin2, EndDockTimerHdl)
return 0;
}
-
IMPL_LINK_NOARG(ImplDockFloatWin2, DockingHdl)
{
// called during move of a floating window
@@ -228,7 +225,6 @@ IMPL_LINK_NOARG(ImplDockFloatWin2, DockingHdl)
return 0;
}
-
void ImplDockFloatWin2::Move()
{
if( mbInMove )
@@ -461,11 +457,9 @@ Rectangle DockingManager::GetPosSizePixel( const Window *pWindow )
return aRect;
}
-
// special floating window for popup mode
// main purpose: provides tear-off area for undocking
-
// if TEAROFF_DASHED defined a single dashed line is used
// otherwise multiple smaller lines will be painted
//#define TEAROFF_DASHED
@@ -555,7 +549,6 @@ Window* ImplPopupFloatWin::GetPreferredKeyInputWindow()
return FloatingWindow::GetPreferredKeyInputWindow();
}
-
void ImplPopupFloatWin::ImplSetBorder()
{
// although we have no border in the sense of a borderwindow
@@ -803,7 +796,6 @@ void ImplPopupFloatWin::Tracking( const TrackingEvent& rTEvt )
}
}
-
ImplDockingWindowWrapper::ImplDockingWindowWrapper( const Window *pWindow )
{
ImplInitData();
@@ -1220,7 +1212,6 @@ IMPL_LINK_NOARG(ImplDockingWindowWrapper, PopupModeEnd)
return 0;
}
-
bool ImplDockingWindowWrapper::IsInPopupMode() const
{
if( GetFloatingWindow() )
@@ -1377,10 +1368,8 @@ Size ImplDockingWindowWrapper::GetSizePixel() const
return mpDockingWindow->GetSizePixel();
}
-
// old inlines from DockingWindow
-
void ImplDockingWindowWrapper::SetMinOutputSizePixel( const Size& rSize )
{
if ( mpFloatWin )
@@ -1400,7 +1389,6 @@ bool ImplDockingWindowWrapper::IsFloatingMode() const
return (mpFloatWin != NULL);
}
-
void ImplDockingWindowWrapper::SetDragArea( const Rectangle& rRect )
{
maDragArea = rRect;