LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SystemPointer.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_SystemPointer_idl__
20 #define __com_sun_star_awt_SystemPointer_idl__
21 
22 
23 
24  module com { module sun { module star { module awt {
25 
26 
29 published constants SystemPointer
30 {
31 
34  const long ARROW = 0;
35 
36 
39  const long INVISIBLE = 1;
40 
41 
44  const long WAIT = 2;
45 
46 
49  const long TEXT = 3;
50 
51 
54  const long HELP = 4;
55 
56 
59  const long CROSS = 5;
60 
61 
64  const long MOVE = 6;
65 
66 
69  const long NSIZE = 7;
70 
71 
75  const long SSIZE = 8;
76 
77 
80  const long WSIZE = 9;
81 
82 
85  const long ESIZE = 10;
86 
87 
91  const long NWSIZE = 11;
92 
93 
97  const long NESIZE = 12;
98 
99 
103  const long SWSIZE = 13;
104 
105 
109  const long SESIZE = 14;
110 
111 
115  const long WINDOW_NSIZE = 15;
116 
117 
121  const long WINDOW_SSIZE = 16;
122 
123 
127  const long WINDOW_WSIZE = 17;
128 
129 
133  const long WINDOW_ESIZE = 18;
134 
135 
139  const long WINDOW_NWSIZE = 19;
140 
141 
145  const long WINDOW_NESIZE = 20;
146 
147 
151  const long WINDOW_SWSIZE = 21;
152 
153 
157  const long WINDOW_SESIZE = 22;
158 
159 
162  const long HSPLIT = 23;
163 
164 
167  const long VSPLIT = 24;
168 
169 
172  const long HSIZEBAR = 25;
173 
174 
177  const long VSIZEBAR = 26;
178 
179 
182  const long HAND = 27;
183 
184 
187  const long REFHAND = 28;
188 
189 
192  const long PEN = 29;
193 
194 
197  const long MAGNIFY = 30;
198 
199 
202  const long FILL = 31;
203 
204 
207  const long ROTATE = 32;
208 
209 
212  const long HSHEAR = 33;
213 
214 
217  const long VSHEAR = 34;
218 
219 
222  const long MIRROR = 35;
223 
224 
227  const long CROOK = 36;
228 
229 
232  const long CROP = 37;
233 
234 
237  const long MOVEPOINT = 38;
238 
239 
242  const long MOVEBEZIERWEIGHT = 39;
243 
244 
247  const long MOVEDATA = 40;
248 
249 
252  const long COPYDATA = 41;
253 
254 
257  const long LINKDATA = 42;
258 
259 
262  const long MOVEDATALINK = 43;
263 
264 
267  const long COPYDATALINK = 44;
268 
269 
272  const long MOVEFILE = 45;
273 
274 
277  const long COPYFILE = 46;
278 
279 
282  const long LINKFILE = 47;
283 
284 
287  const long MOVEFILELINK = 48;
288 
289 
292  const long COPYFILELINK = 49;
293 
294 
297  const long MOVEFILES = 50;
298 
299 
302  const long COPYFILES = 51;
303 
304 
307  const long NOTALLOWED = 52;
308 
309 
312  const long DRAW_LINE = 53;
313 
314 
317  const long DRAW_RECT = 54;
318 
319 
322  const long DRAW_POLYGON = 55;
323 
324 
327  const long DRAW_BEZIER = 56;
328 
329 
332  const long DRAW_ARC = 57;
333 
334 
337  const long DRAW_PIE = 58;
338 
339 
342  const long DRAW_CIRCLECUT = 59;
343 
344 
347  const long DRAW_ELLIPSE = 60;
348 
349 
352  const long DRAW_FREEHAND = 61;
353 
354 
357  const long DRAW_CONNECT = 62;
358 
359 
362  const long DRAW_TEXT = 63;
363 
364 
367  const long DRAW_CAPTION = 64;
368 
369 
372  const long CHART = 65;
373 
374 
377  const long DETECTIVE = 66;
378 
379 
382  const long PIVOT_COL = 67;
383 
384 
387  const long PIVOT_ROW = 68;
388 
389 
392  const long PIVOT_FIELD = 69;
393 
394 
397  const long CHAIN = 70;
398 
399 
402  const long CHAIN_NOTALLOWED = 71;
403 
404 };
405 
406 
407 }; }; }; };
408 
409 #endif
410 
411 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */