Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / awt / Key.idl
blob8ec321c0a00e7b167c525a754776c77e2c70e2ce
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*************************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2000, 2010 Oracle and/or its affiliates.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * This file is part of OpenOffice.org.
12 * OpenOffice.org is free software: you can redistribute it and/or modify
13 * it under the terms of the GNU Lesser General Public License version 3
14 * only, as published by the Free Software Foundation.
16 * OpenOffice.org is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU Lesser General Public License version 3 for more details
20 * (a copy is included in the LICENSE file that accompanied this code).
22 * You should have received a copy of the GNU Lesser General Public License
23 * version 3 along with OpenOffice.org. If not, see
24 * <http://www.openoffice.org/license.html>
25 * for a copy of the LGPLv3 License.
27 ************************************************************************/
28 #ifndef __com_sun_star_awt_Key_idl__
29 #define __com_sun_star_awt_Key_idl__
32 //=============================================================================
34 module com { module sun { module star { module awt {
36 //=============================================================================
38 /** These values are used to specifies distinct physical keys.
40 published constants Key
42 //-------------------------------------------------------------------------
44 const short NUM0 = 256;
46 //-------------------------------------------------------------------------
48 const short NUM1 = 257;
50 //-------------------------------------------------------------------------
52 const short NUM2 = 258;
54 //-------------------------------------------------------------------------
56 const short NUM3 = 259;
58 //-------------------------------------------------------------------------
60 const short NUM4 = 260;
62 //-------------------------------------------------------------------------
64 const short NUM5 = 261;
66 //-------------------------------------------------------------------------
68 const short NUM6 = 262;
70 //-------------------------------------------------------------------------
72 const short NUM7 = 263;
74 //-------------------------------------------------------------------------
76 const short NUM8 = 264;
78 //-------------------------------------------------------------------------
80 const short NUM9 = 265;
82 //-------------------------------------------------------------------------
84 const short A = 512;
86 //-------------------------------------------------------------------------
88 const short B = 513;
90 //-------------------------------------------------------------------------
92 const short C = 514;
94 //-------------------------------------------------------------------------
96 const short D = 515;
98 //-------------------------------------------------------------------------
100 const short E = 516;
102 //-------------------------------------------------------------------------
104 const short F = 517;
106 //-------------------------------------------------------------------------
108 const short G = 518;
110 //-------------------------------------------------------------------------
112 const short H = 519;
114 //-------------------------------------------------------------------------
116 const short I = 520;
118 //-------------------------------------------------------------------------
120 const short J = 521;
122 //-------------------------------------------------------------------------
124 const short K = 522;
126 //-------------------------------------------------------------------------
128 const short L = 523;
130 //-------------------------------------------------------------------------
132 const short M = 524;
134 //-------------------------------------------------------------------------
136 const short N = 525;
138 //-------------------------------------------------------------------------
140 const short O = 526;
142 //-------------------------------------------------------------------------
144 const short P = 527;
146 //-------------------------------------------------------------------------
148 const short Q = 528;
150 //-------------------------------------------------------------------------
152 const short R = 529;
154 //-------------------------------------------------------------------------
156 const short S = 530;
158 //-------------------------------------------------------------------------
160 const short T = 531;
162 //-------------------------------------------------------------------------
164 const short U = 532;
166 //-------------------------------------------------------------------------
168 const short V = 533;
170 //-------------------------------------------------------------------------
172 const short W = 534;
174 //-------------------------------------------------------------------------
176 const short X = 535;
178 //-------------------------------------------------------------------------
180 const short Y = 536;
182 //-------------------------------------------------------------------------
184 const short Z = 537;
186 //-------------------------------------------------------------------------
188 const short F1 = 768;
190 //-------------------------------------------------------------------------
192 const short F2 = 769;
194 //-------------------------------------------------------------------------
196 const short F3 = 770;
198 //-------------------------------------------------------------------------
200 const short F4 = 771;
202 //-------------------------------------------------------------------------
204 const short F5 = 772;
206 //-------------------------------------------------------------------------
208 const short F6 = 773;
210 //-------------------------------------------------------------------------
212 const short F7 = 774;
214 //-------------------------------------------------------------------------
216 const short F8 = 775;
218 //-------------------------------------------------------------------------
220 const short F9 = 776;
222 //-------------------------------------------------------------------------
224 const short F10 = 777;
226 //-------------------------------------------------------------------------
228 const short F11 = 778;
230 //-------------------------------------------------------------------------
232 const short F12 = 779;
234 //-------------------------------------------------------------------------
236 const short F13 = 780;
238 //-------------------------------------------------------------------------
240 const short F14 = 781;
242 //-------------------------------------------------------------------------
244 const short F15 = 782;
246 //-------------------------------------------------------------------------
248 const short F16 = 783;
250 //-------------------------------------------------------------------------
252 const short F17 = 784;
254 //-------------------------------------------------------------------------
256 const short F18 = 785;
258 //-------------------------------------------------------------------------
260 const short F19 = 786;
262 //-------------------------------------------------------------------------
264 const short F20 = 787;
266 //-------------------------------------------------------------------------
268 const short F21 = 788;
270 //-------------------------------------------------------------------------
272 const short F22 = 789;
274 //-------------------------------------------------------------------------
276 const short F23 = 790;
278 //-------------------------------------------------------------------------
280 const short F24 = 791;
282 //-------------------------------------------------------------------------
284 const short F25 = 792;
286 //-------------------------------------------------------------------------
288 const short F26 = 793;
290 //-------------------------------------------------------------------------
292 const short DOWN = 1024;
294 //-------------------------------------------------------------------------
296 const short UP = 1025;
298 //-------------------------------------------------------------------------
300 const short LEFT = 1026;
302 //-------------------------------------------------------------------------
304 const short RIGHT = 1027;
306 //-------------------------------------------------------------------------
308 const short HOME = 1028;
310 //-------------------------------------------------------------------------
312 const short END = 1029;
314 //-------------------------------------------------------------------------
316 const short PAGEUP = 1030;
318 //-------------------------------------------------------------------------
320 const short PAGEDOWN = 1031;
322 //-------------------------------------------------------------------------
324 const short RETURN = 1280;
326 //-------------------------------------------------------------------------
328 const short ESCAPE = 1281;
330 //-------------------------------------------------------------------------
332 const short TAB = 1282;
334 //-------------------------------------------------------------------------
336 const short BACKSPACE = 1283;
338 //-------------------------------------------------------------------------
340 const short SPACE = 1284;
342 //-------------------------------------------------------------------------
344 const short INSERT = 1285;
346 //-------------------------------------------------------------------------
348 const short DELETE = 1286;
350 //-------------------------------------------------------------------------
352 const short ADD = 1287;
354 //-------------------------------------------------------------------------
356 const short SUBTRACT = 1288;
358 //-------------------------------------------------------------------------
360 const short MULTIPLY = 1289;
362 //-------------------------------------------------------------------------
364 const short DIVIDE = 1290;
366 //-------------------------------------------------------------------------
368 const short POINT = 1291;
370 //-------------------------------------------------------------------------
372 const short COMMA = 1292;
374 //-------------------------------------------------------------------------
376 const short LESS = 1293;
378 //-------------------------------------------------------------------------
380 const short GREATER = 1294;
382 //-------------------------------------------------------------------------
384 const short EQUAL = 1295;
386 //-------------------------------------------------------------------------
388 const short OPEN = 1296;
390 //-------------------------------------------------------------------------
392 const short CUT = 1297;
394 //-------------------------------------------------------------------------
396 const short COPY = 1298;
398 //-------------------------------------------------------------------------
400 const short PASTE = 1299;
402 //-------------------------------------------------------------------------
404 const short UNDO = 1300;
406 //-------------------------------------------------------------------------
408 const short REPEAT = 1301;
410 //-------------------------------------------------------------------------
412 const short FIND = 1302;
414 //-------------------------------------------------------------------------
416 const short PROPERTIES = 1303;
418 //-------------------------------------------------------------------------
420 const short FRONT = 1304;
422 //-------------------------------------------------------------------------
424 const short CONTEXTMENU = 1305;
426 //-------------------------------------------------------------------------
428 const short HELP = 1306;
430 //-------------------------------------------------------------------------
432 const short MENU = 1307;
434 //-------------------------------------------------------------------------
436 const short HANGUL_HANJA = 1308;
438 //-------------------------------------------------------------------------
440 const short DECIMAL = 1309;
442 //-------------------------------------------------------------------------
444 const short TILDE = 1310;
446 //-------------------------------------------------------------------------
448 const short QUOTELEFT = 1311;
450 //-------------------------------------------------------------------------
452 const short CAPSLOCK = 1312;
454 //-------------------------------------------------------------------------
456 const short NUMLOCK = 1313;
458 //-------------------------------------------------------------------------
460 const short SCROLLLOCK = 1314;
462 //-------------------------------------------------------------------------
464 const short DELETE_TO_BEGIN_OF_LINE = 1536;
466 //-------------------------------------------------------------------------
468 const short DELETE_TO_END_OF_LINE = 1537;
470 //-------------------------------------------------------------------------
472 const short DELETE_TO_BEGIN_OF_PARAGRAPH = 1538;
474 //-------------------------------------------------------------------------
476 const short BRACKETLEFT = 1315;
478 //-------------------------------------------------------------------------
480 const short BRACKETRIGHT = 1316;
482 //-------------------------------------------------------------------------
484 const short SEMICOLON = 1317;
486 //-------------------------------------------------------------------------
488 const short DELETE_TO_END_OF_PARAGRAPH = 1539;
490 //-------------------------------------------------------------------------
492 const short DELETE_WORD_BACKWARD = 1540;
494 //-------------------------------------------------------------------------
496 const short DELETE_WORD_FORWARD = 1541;
498 //-------------------------------------------------------------------------
500 const short INSERT_LINEBREAK = 1542;
502 //-------------------------------------------------------------------------
504 const short INSERT_PARAGRAPH = 1543;
506 //-------------------------------------------------------------------------
508 const short MOVE_WORD_BACKWARD = 1544;
510 //-------------------------------------------------------------------------
512 const short MOVE_WORD_FORWARD = 1545;
514 //-------------------------------------------------------------------------
516 const short MOVE_TO_BEGIN_OF_LINE = 1546;
518 //-------------------------------------------------------------------------
520 const short MOVE_TO_END_OF_LINE = 1547;
522 //-------------------------------------------------------------------------
524 const short MOVE_TO_BEGIN_OF_PARAGRAPH = 1548;
526 //-------------------------------------------------------------------------
528 const short MOVE_TO_END_OF_PARAGRAPH = 1549;
530 //-------------------------------------------------------------------------
532 const short SELECT_BACKWARD = 1550;
534 //-------------------------------------------------------------------------
536 const short SELECT_FORWARD = 1551;
538 //-------------------------------------------------------------------------
540 const short SELECT_WORD_BACKWARD = 1552;
542 //-------------------------------------------------------------------------
544 const short SELECT_WORD_FORWARD = 1553;
546 //-------------------------------------------------------------------------
548 const short SELECT_WORD = 1554;
550 //-------------------------------------------------------------------------
552 const short SELECT_LINE = 1555;
554 //-------------------------------------------------------------------------
556 const short SELECT_PARAGRAPH = 1556;
558 //-------------------------------------------------------------------------
560 const short SELECT_ALL = 1557;
562 //-------------------------------------------------------------------------
564 const short SELECT_TO_BEGIN_OF_LINE = 1558;
566 //-------------------------------------------------------------------------
568 const short SELECT_TO_END_OF_LINE = 1559;
570 //-------------------------------------------------------------------------
572 const short MOVE_TO_BEGIN_OF_DOCUMENT = 1560;
574 //-------------------------------------------------------------------------
576 const short MOVE_TO_END_OF_DOCUMENT = 1561;
578 //-------------------------------------------------------------------------
580 const short SELECT_TO_BEGIN_OF_DOCUMENT = 1562;
582 //-------------------------------------------------------------------------
584 const short SELECT_TO_END_OF_DOCUMENT = 1563;
586 //-------------------------------------------------------------------------
588 const short SELECT_TO_BEGIN_OF_PARAGRAPH = 1564;
590 //-------------------------------------------------------------------------
592 const short SELECT_TO_END_OF_PARAGRAPH = 1565;
595 //=============================================================================
597 }; }; }; };
599 #endif
601 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */