diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 11:42:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 11:42:18 +0000 |
commit | 6ebc9d32d09fdb21d212b21d1bae0c2f48f02e9a (patch) | |
tree | 27b0e0b1a4f7dcf26e2a5702bfafb7141e859c5c /rsc | |
parent | 40ea4c93ce6c49449d5f10037db731a541e182ed (diff) |
INTEGRATION: CWS vcl49 (1.5.14); FILE MERGED
2005/12/05 17:44:43 pl 1.5.14.1: #i56194# add: CONTEXTMENU, MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/vclrsc.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx index 89a77b52c2ca..f3ddb94b0220 100644 --- a/rsc/inc/vclrsc.hxx +++ b/rsc/inc/vclrsc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: vclrsc.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:35:19 $ + * last change: $Author: obo $ $Date: 2006-01-20 12:42:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -315,6 +315,10 @@ enum TimeFieldFormat {TIMEF_NONE, TIMEF_SEC, TIMEF_100TH_SEC, TIMEF_SEC_CS, Time #define KEY_CONTEXTMENU ((sal_uInt16)(KEYGROUP_MISC+25)) #define KEY_MENU ((sal_uInt16)(KEYGROUP_MISC+26)) #define KEY_HELP ((sal_uInt16)(KEYGROUP_MISC+27)) +#define KEY_HANGUL_HANJA ((USHORT)(KEYGROUP_MISC+28)) +#define KEY_DECIMAL ((USHORT)(KEYGROUP_MISC+29)) +#define KEY_TILDE ((USHORT)(KEYGROUP_MISC+30)) +#define KEY_QUOTELEFT ((USHORT)(KEYGROUP_MISC+31)) #define KEY_CODE ((sal_uInt16)0x0FFF) |