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 | 61367bf3c05c8acf2dba1f60e9717b2329844c0e (patch) | |
tree | ea6e7d12b9615258f85096b37c14433b66e80130 /offapi/com/sun | |
parent | fbac27f7007e67ce5b15812f156d627023815501 (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/sun')
-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 d34b3f454..26176d8b6 100644 --- a/offapi/com/sun/star/awt/Key.idl +++ b/offapi/com/sun/star/awt/Key.idl @@ -459,6 +459,14 @@ published constants Key const short DELETE_TO_BEGIN_OF_PARAGRAPH = 1538; //------------------------------------------------------------------------- + + const short BRACKETLEFT = 1315; + + //------------------------------------------------------------------------- + + const short BRACKETRIGHT = 1316; + + //------------------------------------------------------------------------- const short DELETE_TO_END_OF_PARAGRAPH = 1539; |