summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 11:43:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 11:43:41 +0000
commitf2f4e71c2150124f21fe3c7e6c07d132d703efcf (patch)
tree56090446b0afc58a3b36d9f517745d7438ed90ce /sc/source/ui/inc/viewdata.hxx
parentcf238015ccee400e3feaaa014bbdebf9f3402d29 (diff)
INTEGRATION: CWS calcrtl (1.12.26); FILE MERGED
2003/10/31 18:41:01 nn 1.12.26.1: #106948# adjust edit area to text alignment
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx
index 8164c81c7071..5587902f7ef5 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2003-04-08 16:31:45 $
+ * last change: $Author: hr $ $Date: 2004-02-03 12:43:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -206,6 +206,7 @@ private:
USHORT nFillEndY;
USHORT nEditCol; // Position dazu
USHORT nEditRow;
+ USHORT nEditStartCol;
USHORT nEditEndCol; // Ende der Edit-View
USHORT nEditEndRow;
USHORT nTabStartCol; // fuer Enter nach Tab
@@ -408,6 +409,8 @@ public:
USHORT GetEditViewCol() const { return nEditCol; }
USHORT GetEditViewRow() const { return nEditRow; }
+ USHORT GetEditStartCol() const { return nEditStartCol; }
+ USHORT GetEditStartRow() const { return nEditRow; } // never editing above the cell
USHORT GetEditEndCol() const { return nEditEndCol; }
USHORT GetEditEndRow() const { return nEditEndRow; }