summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 11:32:34 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 11:32:34 +0000
commit13863b96d557a285589e83310a33798bf653d260 (patch)
tree534325e843d8dd035d913adcd22d6d9706ec94d2 /svtools
parentdc66e72dad02ffbe9ac01343c5cf7a71a693fb4f (diff)
INTEGRATION: CWS dba17 (1.14.122); FILE MERGED
2004/09/28 14:24:37 fs 1.14.122.1: #i34732# +nNoVScroll
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/datwin.cxx50
1 files changed, 26 insertions, 24 deletions
diff --git a/svtools/source/brwbox/datwin.cxx b/svtools/source/brwbox/datwin.cxx
index d55c91ed28e2..64392c9accaf 100644
--- a/svtools/source/brwbox/datwin.cxx
+++ b/svtools/source/brwbox/datwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datwin.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2004-06-16 15:19:58 $
+ * last change: $Author: pjunck $ $Date: 2004-10-22 12:32:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,28 +226,30 @@ void BrowserColumn::ZoomChanged(const Fraction& rNewZoom)
//-------------------------------------------------------------------
-BrowserDataWin::BrowserDataWin( BrowseBox* pParent ) :
- Control( pParent, WinBits(WB_CLIPCHILDREN) ),
- DragSourceHelper( this ),
- DropTargetHelper( this ),
- pHeaderBar( 0 ),
- pEventWin( pParent ),
- pCornerWin( 0 ),
- pDtorNotify( 0 ),
- bInPaint( FALSE ),
- bInCommand( FALSE ),
- bNoScrollBack( FALSE ),
- bUpdateMode( TRUE ),
- bResizeOnPaint( FALSE ),
- bUpdateOnUnlock( FALSE ),
- bInUpdateScrollbars( FALSE ),
- bHadRecursion( FALSE ),
- bOwnDataChangedHdl( FALSE ),
- bCallingDropCallback( FALSE ),
- nUpdateLock( 0 ),
- nCursorHidden( 0 ),
- m_nDragRowDividerLimit( 0 ),
- m_nDragRowDividerOffset( 0 )
+BrowserDataWin::BrowserDataWin( BrowseBox* pParent )
+ :Control( pParent, WinBits(WB_CLIPCHILDREN) )
+ ,DragSourceHelper( this )
+ ,DropTargetHelper( this )
+ ,pHeaderBar( 0 )
+ ,pEventWin( pParent )
+ ,pCornerWin( 0 )
+ ,pDtorNotify( 0 )
+ ,bInPaint( FALSE )
+ ,bInCommand( FALSE )
+ ,bNoScrollBack( FALSE )
+ ,bUpdateMode( TRUE )
+ ,bResizeOnPaint( FALSE )
+ ,bUpdateOnUnlock( FALSE )
+ ,bInUpdateScrollbars( FALSE )
+ ,bHadRecursion( FALSE )
+ ,bOwnDataChangedHdl( FALSE )
+ ,bCallingDropCallback( FALSE )
+ ,nUpdateLock( 0 )
+ ,nCursorHidden( 0 )
+ ,m_nDragRowDividerLimit( 0 )
+ ,m_nDragRowDividerOffset( 0 )
+ ,bNoHScroll( FALSE )
+ ,bNoVScroll( FALSE )
{
aMouseTimer.SetTimeoutHdl( LINK( this, BrowserDataWin, RepeatedMouseMove ) );
aMouseTimer.SetTimeout( 100 );