LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Key.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_awt_Key_idl__
20 #define __com_sun_star_awt_Key_idl__
21 
22 
23 
24  module com { module sun { module star { module awt {
25 
26 
29 published constants Key
30 {
31 
32  const short NUM0 = 256;
33 
34 
35  const short NUM1 = 257;
36 
37 
38  const short NUM2 = 258;
39 
40 
41  const short NUM3 = 259;
42 
43 
44  const short NUM4 = 260;
45 
46 
47  const short NUM5 = 261;
48 
49 
50  const short NUM6 = 262;
51 
52 
53  const short NUM7 = 263;
54 
55 
56  const short NUM8 = 264;
57 
58 
59  const short NUM9 = 265;
60 
61 
62  const short A = 512;
63 
64 
65  const short B = 513;
66 
67 
68  const short C = 514;
69 
70 
71  const short D = 515;
72 
73 
74  const short E = 516;
75 
76 
77  const short F = 517;
78 
79 
80  const short G = 518;
81 
82 
83  const short H = 519;
84 
85 
86  const short I = 520;
87 
88 
89  const short J = 521;
90 
91 
92  const short K = 522;
93 
94 
95  const short L = 523;
96 
97 
98  const short M = 524;
99 
100 
101  const short N = 525;
102 
103 
104  const short O = 526;
105 
106 
107  const short P = 527;
108 
109 
110  const short Q = 528;
111 
112 
113  const short R = 529;
114 
115 
116  const short S = 530;
117 
118 
119  const short T = 531;
120 
121 
122  const short U = 532;
123 
124 
125  const short V = 533;
126 
127 
128  const short W = 534;
129 
130 
131  const short X = 535;
132 
133 
134  const short Y = 536;
135 
136 
137  const short Z = 537;
138 
139 
140  const short F1 = 768;
141 
142 
143  const short F2 = 769;
144 
145 
146  const short F3 = 770;
147 
148 
149  const short F4 = 771;
150 
151 
152  const short F5 = 772;
153 
154 
155  const short F6 = 773;
156 
157 
158  const short F7 = 774;
159 
160 
161  const short F8 = 775;
162 
163 
164  const short F9 = 776;
165 
166 
167  const short F10 = 777;
168 
169 
170  const short F11 = 778;
171 
172 
173  const short F12 = 779;
174 
175 
176  const short F13 = 780;
177 
178 
179  const short F14 = 781;
180 
181 
182  const short F15 = 782;
183 
184 
185  const short F16 = 783;
186 
187 
188  const short F17 = 784;
189 
190 
191  const short F18 = 785;
192 
193 
194  const short F19 = 786;
195 
196 
197  const short F20 = 787;
198 
199 
200  const short F21 = 788;
201 
202 
203  const short F22 = 789;
204 
205 
206  const short F23 = 790;
207 
208 
209  const short F24 = 791;
210 
211 
212  const short F25 = 792;
213 
214 
215  const short F26 = 793;
216 
217 
218  const short DOWN = 1024;
219 
220 
221  const short UP = 1025;
222 
223 
224  const short LEFT = 1026;
225 
226 
227  const short RIGHT = 1027;
228 
229 
230  const short HOME = 1028;
231 
232 
233  const short END = 1029;
234 
235 
236  const short PAGEUP = 1030;
237 
238 
239  const short PAGEDOWN = 1031;
240 
241 
242  const short RETURN = 1280;
243 
244 
245  const short ESCAPE = 1281;
246 
247 
248  const short TAB = 1282;
249 
250 
251  const short BACKSPACE = 1283;
252 
253 
254  const short SPACE = 1284;
255 
256 
257  const short INSERT = 1285;
258 
259 
260  const short DELETE = 1286;
261 
262 
263  const short ADD = 1287;
264 
265 
266  const short SUBTRACT = 1288;
267 
268 
269  const short MULTIPLY = 1289;
270 
271 
272  const short DIVIDE = 1290;
273 
274 
275  const short POINT = 1291;
276 
277 
278  const short COMMA = 1292;
279 
280 
281  const short LESS = 1293;
282 
283 
284  const short GREATER = 1294;
285 
286 
287  const short EQUAL = 1295;
288 
289 
290  const short OPEN = 1296;
291 
292 
293  const short CUT = 1297;
294 
295 
296  const short COPY = 1298;
297 
298 
299  const short PASTE = 1299;
300 
301 
302  const short UNDO = 1300;
303 
304 
305  const short REPEAT = 1301;
306 
307 
308  const short FIND = 1302;
309 
310 
311  const short PROPERTIES = 1303;
312 
313 
314  const short FRONT = 1304;
315 
316 
317  const short CONTEXTMENU = 1305;
318 
319 
320  const short HELP = 1306;
321 
322 
323  const short MENU = 1307;
324 
325 
326  const short HANGUL_HANJA = 1308;
327 
328 
329  const short DECIMAL = 1309;
330 
331 
332  const short TILDE = 1310;
333 
334 
335  const short QUOTELEFT = 1311;
336 
337 
338  const short CAPSLOCK = 1312;
339 
340 
341  const short NUMLOCK = 1313;
342 
343 
344  const short SCROLLLOCK = 1314;
345 
346 
347  const short DELETE_TO_BEGIN_OF_LINE = 1536;
348 
349 
350  const short DELETE_TO_END_OF_LINE = 1537;
351 
352 
353  const short DELETE_TO_BEGIN_OF_PARAGRAPH = 1538;
354 
355 
356  const short BRACKETLEFT = 1315;
357 
358 
359  const short BRACKETRIGHT = 1316;
360 
361 
362  const short SEMICOLON = 1317;
363 
364 
365  const short DELETE_TO_END_OF_PARAGRAPH = 1539;
366 
367 
368  const short DELETE_WORD_BACKWARD = 1540;
369 
370 
371  const short DELETE_WORD_FORWARD = 1541;
372 
373 
374  const short INSERT_LINEBREAK = 1542;
375 
376 
377  const short INSERT_PARAGRAPH = 1543;
378 
379 
380  const short MOVE_WORD_BACKWARD = 1544;
381 
382 
383  const short MOVE_WORD_FORWARD = 1545;
384 
385 
386  const short MOVE_TO_BEGIN_OF_LINE = 1546;
387 
388 
389  const short MOVE_TO_END_OF_LINE = 1547;
390 
391 
392  const short MOVE_TO_BEGIN_OF_PARAGRAPH = 1548;
393 
394 
395  const short MOVE_TO_END_OF_PARAGRAPH = 1549;
396 
397 
398  const short SELECT_BACKWARD = 1550;
399 
400 
401  const short SELECT_FORWARD = 1551;
402 
403 
404  const short SELECT_WORD_BACKWARD = 1552;
405 
406 
407  const short SELECT_WORD_FORWARD = 1553;
408 
409 
410  const short SELECT_WORD = 1554;
411 
412 
413  const short SELECT_LINE = 1555;
414 
415 
416  const short SELECT_PARAGRAPH = 1556;
417 
418 
419  const short SELECT_ALL = 1557;
420 
421 
422  const short SELECT_TO_BEGIN_OF_LINE = 1558;
423 
424 
425  const short SELECT_TO_END_OF_LINE = 1559;
426 
427 
428  const short MOVE_TO_BEGIN_OF_DOCUMENT = 1560;
429 
430 
431  const short MOVE_TO_END_OF_DOCUMENT = 1561;
432 
433 
434  const short SELECT_TO_BEGIN_OF_DOCUMENT = 1562;
435 
436 
437  const short SELECT_TO_END_OF_DOCUMENT = 1563;
438 
439 
440  const short SELECT_TO_BEGIN_OF_PARAGRAPH = 1564;
441 
442 
443  const short SELECT_TO_END_OF_PARAGRAPH = 1565;
444 };
445 
446 
447 }; }; }; };
448 
449 #endif
450 
451 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short F7
Definition: Key.idl:158
const short F23
Definition: Key.idl:206
const short SELECT_TO_END_OF_DOCUMENT
Definition: Key.idl:437
const short M
Definition: Key.idl:98
const short Z
Definition: Key.idl:137
const short B
Definition: Key.idl:65
const short MOVE_TO_END_OF_DOCUMENT
Definition: Key.idl:431
const short DELETE_WORD_BACKWARD
Definition: Key.idl:368
const short DELETE
Definition: Key.idl:260
const short W
Definition: Key.idl:128
const short BRACKETRIGHT
Definition: Key.idl:359
const short PASTE
Definition: Key.idl:299
const short Q
Definition: Key.idl:110
const short H
Definition: Key.idl:83
const short F1
Definition: Key.idl:140
const short MOVE_WORD_FORWARD
Definition: Key.idl:383
const short N
Definition: Key.idl:101
const short BACKSPACE
Definition: Key.idl:251
const short F22
Definition: Key.idl:203
const short F2
Definition: Key.idl:143
const short HELP
Definition: Key.idl:320
const short TILDE
Definition: Key.idl:332
const short DIVIDE
Definition: Key.idl:272
const short ESCAPE
Definition: Key.idl:245
const short SCROLLLOCK
Definition: Key.idl:344
const short MOVE_TO_BEGIN_OF_LINE
Definition: Key.idl:386
const short SELECT_WORD_BACKWARD
Definition: Key.idl:404
const short PAGEDOWN
Definition: Key.idl:239
const short SELECT_TO_END_OF_PARAGRAPH
Definition: Key.idl:443
const short DOWN
Definition: Key.idl:218
const short POINT
Definition: Key.idl:275
const short CAPSLOCK
Definition: Key.idl:338
const short SPACE
Definition: Key.idl:254
const short NUM6
Definition: Key.idl:50
const short F26
Definition: Key.idl:215
const short SELECT_TO_END_OF_LINE
Definition: Key.idl:425
const short F19
Definition: Key.idl:194
const short END
Definition: Key.idl:233
const short MOVE_TO_END_OF_PARAGRAPH
Definition: Key.idl:395
const short P
Definition: Key.idl:107
const short D
Definition: Key.idl:71
const short NUM4
Definition: Key.idl:44
const short LESS
Definition: Key.idl:281
const short F25
Definition: Key.idl:212
const short T
Definition: Key.idl:119
const short Y
Definition: Key.idl:134
const short F10
Definition: Key.idl:167
const short DELETE_WORD_FORWARD
Definition: Key.idl:371
const short F13
Definition: Key.idl:176
const short COMMA
Definition: Key.idl:278
const short FIND
Definition: Key.idl:308
const short FRONT
Definition: Key.idl:314
const short F
Definition: Key.idl:77
const short F4
Definition: Key.idl:149
const short F21
Definition: Key.idl:200
const short SELECT_BACKWARD
Definition: Key.idl:398
const short L
Definition: Key.idl:95
const short F6
Definition: Key.idl:155
const short NUMLOCK
Definition: Key.idl:341
const short GREATER
Definition: Key.idl:284
const short F8
Definition: Key.idl:161
const short NUM8
Definition: Key.idl:56
const short S
Definition: Key.idl:116
const short F12
Definition: Key.idl:173
const short SELECT_WORD
Definition: Key.idl:410
const short REPEAT
Definition: Key.idl:305
const short F16
Definition: Key.idl:185
const short RETURN
Definition: Key.idl:242
const short MOVE_TO_BEGIN_OF_DOCUMENT
Definition: Key.idl:428
const short J
Definition: Key.idl:89
const short SELECT_ALL
Definition: Key.idl:419
const short DELETE_TO_END_OF_PARAGRAPH
Definition: Key.idl:365
const short CUT
Definition: Key.idl:293
const short SELECT_WORD_FORWARD
Definition: Key.idl:407
const short MULTIPLY
Definition: Key.idl:269
const short O
Definition: Key.idl:104
const short G
Definition: Key.idl:80
const short MOVE_TO_BEGIN_OF_PARAGRAPH
Definition: Key.idl:392
const short F3
Definition: Key.idl:146
const short F5
Definition: Key.idl:152
const short E
Definition: Key.idl:74
const short F11
Definition: Key.idl:170
const short UNDO
Definition: Key.idl:302
const short MOVE_TO_END_OF_LINE
Definition: Key.idl:389
const short F9
Definition: Key.idl:164
const short C
Definition: Key.idl:68
const short DELETE_TO_END_OF_LINE
Definition: Key.idl:350
const short SELECT_PARAGRAPH
Definition: Key.idl:416
const short MENU
Definition: Key.idl:323
const short SELECT_TO_BEGIN_OF_PARAGRAPH
Definition: Key.idl:440
const short F20
Definition: Key.idl:197
const short NUM9
Definition: Key.idl:59
const short INSERT
Definition: Key.idl:257
const short U
Definition: Key.idl:122
const short V
Definition: Key.idl:125
const short EQUAL
Definition: Key.idl:287
const short SELECT_LINE
Definition: Key.idl:413
const short INSERT_LINEBREAK
Definition: Key.idl:374
const short MOVE_WORD_BACKWARD
Definition: Key.idl:380
const short NUM2
Definition: Key.idl:38
const short X
Definition: Key.idl:131
const short DELETE_TO_BEGIN_OF_PARAGRAPH
Definition: Key.idl:353
const short QUOTELEFT
Definition: Key.idl:335
const short SUBTRACT
Definition: Key.idl:266
const short INSERT_PARAGRAPH
Definition: Key.idl:377
const short F24
Definition: Key.idl:209
const short HOME
Definition: Key.idl:230
const short UP
Definition: Key.idl:221
const short PROPERTIES
Definition: Key.idl:311
const short TAB
Definition: Key.idl:248
const short NUM7
Definition: Key.idl:53
const short NUM1
Definition: Key.idl:35
const short F17
Definition: Key.idl:188
const short NUM5
Definition: Key.idl:47
const short DELETE_TO_BEGIN_OF_LINE
Definition: Key.idl:347
const short CONTEXTMENU
Definition: Key.idl:317
const short COPY
Definition: Key.idl:296
const short RIGHT
Definition: Key.idl:227
const short F18
Definition: Key.idl:191
const short LEFT
Definition: Key.idl:224
const short DECIMAL
Definition: Key.idl:329
const short NUM3
Definition: Key.idl:41
const short F15
Definition: Key.idl:182
const short SELECT_TO_BEGIN_OF_DOCUMENT
Definition: Key.idl:434
const short SELECT_FORWARD
Definition: Key.idl:401
const short ADD
Definition: Key.idl:263
const short I
Definition: Key.idl:86
const short BRACKETLEFT
Definition: Key.idl:356
const short NUM0
Definition: Key.idl:32
const short HANGUL_HANJA
Definition: Key.idl:326
const short OPEN
Definition: Key.idl:290
const short SELECT_TO_BEGIN_OF_LINE
Definition: Key.idl:422
const short F14
Definition: Key.idl:179
const short SEMICOLON
Definition: Key.idl:362
const short PAGEUP
Definition: Key.idl:236
const short K
Definition: Key.idl:92
const short R
Definition: Key.idl:113
const short A
Definition: Key.idl:62