summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-09 15:44:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-09 16:14:33 +0200
commit36bc405d72f1d1898437dfa25d8cb4bdfba63e06 (patch)
tree2679cc78c4e596284cc8725d3b60f4aec1c630b9 /sc/inc/global.hxx
parent1150a1a8eb1759160b9d88e99d95e5ad082f40be (diff)
fix column navigation with CTRL + direction, fdo#45020
Change-Id: I422b1b85e539d4e2819b93deaf8543410b44b9bd
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 371431fc0265..44d8810ddd2d 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -329,6 +329,14 @@ enum FillCmd
FILL_AUTO
};
+enum ScMoveDirection
+{
+ SC_MOVE_RIGHT,
+ SC_MOVE_LEFT,
+ SC_MOVE_UP,
+ SC_MOVE_DOWN
+};
+
enum FillDateCmd
{
FILL_DAY,