summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:27:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:27:57 +0000
commit39f6c706455dd65178d41510fba803a60989694e (patch)
tree7ba97d812c5dfd6d2f66b22e13b2ff773d803c90 /sc/source/ui/inc/viewdata.hxx
parentdf5306ea16e8e14814974214a5b95f9e31d286d1 (diff)
INTEGRATION: CWS calc22 (1.15.22); FILE MERGED
2004/09/24 09:06:57 nn 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2004/09/16 10:03:00 nn 1.15.22.1: #i20588# handle ref input across differently split sheets
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index b752666d6479..4b4d8d7e9b59 100644
--- a/sc/source/ui/inc/viewdata.hxx
+++ b/sc/source/ui/inc/viewdata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewdata.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 16:50:20 $
+ * last change: $Author: hr $ $Date: 2004-10-12 10:27:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -216,6 +216,7 @@ private:
SCCOL nTabStartCol; // fuer Enter nach Tab
ScRange aDelRange; // fuer AutoFill-Loeschen
+ ScSplitPos eEditActivePart; // the part that was active when edit mode was started
BOOL bEditActive[4]; // aktiv?
BOOL bActive; // aktives Fenster ?
BOOL bIsRefMode; // Referenzeingabe
@@ -415,6 +416,7 @@ public:
void EditGrowX();
void EditGrowY( BOOL bInitial = FALSE );
+ ScSplitPos GetEditActivePart() const { return eEditActivePart; }
SCCOL GetEditViewCol() const { return nEditCol; }
SCROW GetEditViewRow() const { return nEditRow; }
SCCOL GetEditStartCol() const { return nEditStartCol; }