LibreOffice
LibreOffice 7.4 SDK API Reference
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: */
const long CROP
specifies a crop symbol as mouse pointer.
Definition: SystemPointer.idl:232
const long DRAW_TEXT
specifies a mouse pointer which symbolizes drawing text.
Definition: SystemPointer.idl:362
const long ROTATE
specifies a rotate symbol as mouse pointer.
Definition: SystemPointer.idl:207
const long NESIZE
specifies a mouse pointer which symbolizes resizing for the top-right corner.
Definition: SystemPointer.idl:97
const long ESIZE
specifies a mouse pointer which symbolizes resizing for a right border.
Definition: SystemPointer.idl:85
const long DRAW_ARC
specifies a mouse pointer which symbolizes drawing an arc.
Definition: SystemPointer.idl:332
const long DRAW_LINE
specifies a mouse pointer which symbolizes drawing a line.
Definition: SystemPointer.idl:312
const long MOVEFILELINK
specifies a mouse pointer which symbolizes moving a file link.
Definition: SystemPointer.idl:287
const long COPYDATALINK
specifies a mouse pointer which symbolizes copying a data link.
Definition: SystemPointer.idl:267
const long VSIZEBAR
specifies a mouse pointer which symbolizes vertical resizing.
Definition: SystemPointer.idl:177
const long LINKFILE
specifies a mouse pointer which symbolizes linking a file.
Definition: SystemPointer.idl:282
const long DRAW_CIRCLECUT
specifies a mouse pointer which symbolizes drawing a circle cut.
Definition: SystemPointer.idl:342
const long VSHEAR
specifies a vertical shear symbol as mouse pointer.
Definition: SystemPointer.idl:217
const long SESIZE
specifies a mouse pointer which symbolizes resizing for the bottom-right corner.
Definition: SystemPointer.idl:109
const long MOVEFILE
specifies a mouse pointer which symbolizes moving a file.
Definition: SystemPointer.idl:272
const long VSPLIT
specifies a mouse pointer which symbolizes vertical splitting.
Definition: SystemPointer.idl:167
const long DRAW_PIE
specifies a mouse pointer which symbolizes drawing a pie.
Definition: SystemPointer.idl:337
const long DRAW_BEZIER
specifies a mouse pointer which symbolizes drawing a Bezier.
Definition: SystemPointer.idl:327
const long ARROW
specifies the normal arrow-like mouse pointer.
Definition: SystemPointer.idl:34
const long DRAW_ELLIPSE
specifies a mouse pointer which symbolizes drawing an ellipse.
Definition: SystemPointer.idl:347
const long WINDOW_SSIZE
specifies a mouse pointer which symbolizes window resizing for a bottom border.
Definition: SystemPointer.idl:121
const long PIVOT_ROW
specifies a mouse pointer which symbolizes a pivot row.
Definition: SystemPointer.idl:387
const long COPYDATA
specifies a mouse pointer which symbolizes copying data.
Definition: SystemPointer.idl:252
const long SWSIZE
specifies a mouse pointer which symbolizes resizing for the bottom-left corner.
Definition: SystemPointer.idl:103
const long DRAW_RECT
specifies a mouse pointer which symbolizes drawing a rectangle.
Definition: SystemPointer.idl:317
const long DRAW_CAPTION
specifies a mouse pointer which symbolizes drawing a text caption.
Definition: SystemPointer.idl:367
const long MOVEBEZIERWEIGHT
specifies a mouse pointer which symbolizes moving a Bezier weight.
Definition: SystemPointer.idl:242
const long WINDOW_NESIZE
specifies a mouse pointer which symbolizes window resizing for the top-right corner.
Definition: SystemPointer.idl:145
const long PIVOT_COL
specifies a mouse pointer which symbolizes a pivot column.
Definition: SystemPointer.idl:382
const long CHAIN
specifies a mouse pointer which symbolizes a chain.
Definition: SystemPointer.idl:397
const long HSIZEBAR
specifies a mouse pointer which symbolizes horizontal resizing.
Definition: SystemPointer.idl:172
const long MOVEFILES
specifies a mouse pointer which symbolizes moving multiple files.
Definition: SystemPointer.idl:297
const long SSIZE
specifies a mouse pointer which symbolizes resizing for a bottom border.
Definition: SystemPointer.idl:75
const long MOVEPOINT
specifies a mouse pointer which symbolizes moving a point.
Definition: SystemPointer.idl:237
const long WAIT
specifies a waiting symbol as a mouse pointer (for example hourglass).
Definition: SystemPointer.idl:44
const long NSIZE
specifies a mouse pointer which symbolizes resizing for a top border.
Definition: SystemPointer.idl:69
const long MIRROR
specifies a mirror symbol as mouse pointer.
Definition: SystemPointer.idl:222
const long MOVE
specifies a mouse pointer which symbolizes movement.
Definition: SystemPointer.idl:64
const long LINKDATA
specifies a mouse pointer which symbolizes linking data.
Definition: SystemPointer.idl:257
const long WINDOW_SESIZE
specifies a mouse pointer which symbolizes window resizing for the bottom-right corner.
Definition: SystemPointer.idl:157
const long MOVEDATA
specifies a mouse pointer which symbolizes moving data.
Definition: SystemPointer.idl:247
const long WINDOW_NWSIZE
specifies a mouse pointer which symbolizes window resizing for the top-left corner.
Definition: SystemPointer.idl:139
const long MOVEDATALINK
specifies a mouse pointer which symbolizes moving a data link.
Definition: SystemPointer.idl:262
const long WINDOW_ESIZE
specifies a mouse pointer which symbolizes window resizing for a right border.
Definition: SystemPointer.idl:133
const long CROSS
specifies a cross as a mouse pointer.
Definition: SystemPointer.idl:59
const long REFHAND
specifies a pointing hand symbol as mouse pointer.
Definition: SystemPointer.idl:187
const long MAGNIFY
specifies a magnify symbol as mouse pointer.
Definition: SystemPointer.idl:197
const long DRAW_FREEHAND
specifies a mouse pointer which symbolizes drawing free handed.
Definition: SystemPointer.idl:352
const long HELP
specifies a mouse pointer for on-line help.
Definition: SystemPointer.idl:54
const long PIVOT_FIELD
specifies a mouse pointer which symbolizes a pivot field.
Definition: SystemPointer.idl:392
const long COPYFILES
specifies a mouse pointer which symbolizes copying multiple files.
Definition: SystemPointer.idl:302
const long DETECTIVE
specifies a mouse pointer which symbolizes a detective.
Definition: SystemPointer.idl:377
const long WINDOW_NSIZE
specifies a mouse pointer which symbolizes window resizing for a top border.
Definition: SystemPointer.idl:115
const long FILL
specifies a fill symbol as mouse pointer.
Definition: SystemPointer.idl:202
const long DRAW_CONNECT
specifies a mouse pointer which symbolizes drawing a connector.
Definition: SystemPointer.idl:357
const long CROOK
specifies a crook symbol as mouse pointer.
Definition: SystemPointer.idl:227
const long DRAW_POLYGON
specifies a mouse pointer which symbolizes drawing a polygon.
Definition: SystemPointer.idl:322
const long WINDOW_SWSIZE
specifies a mouse pointer which symbolizes window resizing for the bottom-left corner.
Definition: SystemPointer.idl:151
const long WSIZE
specifies a mouse pointer which symbolizes resizing for a left border.
Definition: SystemPointer.idl:80
const long CHAIN_NOTALLOWED
specifies a mouse pointer which symbolizes "chaining not allowed".
Definition: SystemPointer.idl:402
const long HSHEAR
specifies a horizontal shear symbol as mouse pointer.
Definition: SystemPointer.idl:212
const long COPYFILELINK
specifies a mouse pointer which symbolizes copying a file link.
Definition: SystemPointer.idl:292
const long NWSIZE
specifies a mouse pointer which symbolizes resizing for the top-left corner.
Definition: SystemPointer.idl:91
const long NOTALLOWED
specifies a mouse pointer which symbolizes "not allowed".
Definition: SystemPointer.idl:307
const long HAND
specifies a hand symbol as mouse pointer.
Definition: SystemPointer.idl:182
const long WINDOW_WSIZE
specifies a mouse pointer which symbolizes window resizing for a left border.
Definition: SystemPointer.idl:127
const long TEXT
specifies a mouse pointer for text (cursor-like).
Definition: SystemPointer.idl:49
const long PEN
specifies a pen symbol as mouse pointer.
Definition: SystemPointer.idl:192
const long CHART
specifies a mouse pointer which symbolizes a chart.
Definition: SystemPointer.idl:372
const long COPYFILE
specifies a mouse pointer which symbolizes copying a file.
Definition: SystemPointer.idl:277
const long HSPLIT
specifies a mouse pointer which symbolizes horizontal splitting.
Definition: SystemPointer.idl:162
const long INVISIBLE
specifies an invisible mouse pointer.
Definition: SystemPointer.idl:39
Definition: Ambiguous.idl:22