diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-16 10:38:21 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-16 10:38:21 +0200 |
commit | accdbd10ca669f41cb0812bf702b6430bffb6319 (patch) | |
tree | 2c2a8dabf0061d1b14c87b7c97ebb824d6ddff43 /offapi/com | |
parent | 0906c3ead205ccb9d54fac75e1e9d315bffa8c67 (diff) |
calc-jump-on-formula-ref-offapi.diff: Migrated
n#464359, i#101018
allow ctrl-[ and ctrl-] to jump to references used in a formula expression.
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/awt/Key.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl index 5987bc3fbbed..8e1312d543aa 100644 --- a/offapi/com/sun/star/awt/Key.idl +++ b/offapi/com/sun/star/awt/Key.idl @@ -460,6 +460,14 @@ published constants Key //------------------------------------------------------------------------- + const short BRACKETLEFT = 1315; + + //------------------------------------------------------------------------- + + const short BRACKETRIGHT = 1316; + + //------------------------------------------------------------------------- + const short DELETE_TO_END_OF_PARAGRAPH = 1539; //------------------------------------------------------------------------- |