summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/edtwin.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 11:45:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 11:45:36 +0000
commitcd6522a4526ea7ea6f02d1daf6337d591e15cc0c (patch)
tree830377eb7f961e15ea58931fa2ecfe27ee73d92a /sw/source/ui/inc/edtwin.hxx
parent2d4987a3201456b8cffb177ec73d91433a82d9b6 (diff)
INTEGRATION: CWS swnum02 (1.13.354); FILE MERGED
2004/03/03 15:02:09 hbrinkm 1.13.354.3: RESYNC: (1.13-1.14); FILE MERGED 2004/02/20 14:23:05 hbrinkm 1.13.354.2: #i23726# 2004/01/28 08:43:24 hbrinkm 1.13.354.1: #i23725# counter for previous demotions of a numbered paragraph
Diffstat (limited to 'sw/source/ui/inc/edtwin.hxx')
-rw-r--r--sw/source/ui/inc/edtwin.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/source/ui/inc/edtwin.hxx b/sw/source/ui/inc/edtwin.hxx
index 2718732bf69d..0c880e3eebd7 100644
--- a/sw/source/ui/inc/edtwin.hxx
+++ b/sw/source/ui/inc/edtwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: edtwin.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 16:41:48 $
+ * last change: $Author: hr $ $Date: 2004-04-07 12:45:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,6 +177,9 @@ friend void PageNumNotify( ViewShell* pVwSh,
bWasShdwCrsr : 1, //ShadowCrsr war im MouseButtonDown an
bLockInput : 1; //Lock waehrend die Rechenleiste aktiv ist
+ USHORT nKS_NUMDOWN_Count; // #i23725#
+ USHORT nKS_NUMINDENTINC_Count;
+
void LeaveArea(const Point &);
void JustifyAreaTimer();
inline void EnterArea();
@@ -305,6 +308,8 @@ public:
//#i3370# remove quick help to prevent saving of autocorrection suggestions
void StopQuickHelp();
+ BOOL SwEditWin::RulerMarginDrag( SwView& rView , const MouseEvent& rMEvt);
+
SwEditWin(Window *pParent, SwView &);
virtual ~SwEditWin();
};