1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #ifndef __com_sun_star_awt_SystemPointer_idl__
20 #define __com_sun_star_awt_SystemPointer_idl__
24 module com
{ module sun
{ module star
{ module awt
{
27 /** specifies the shape of a mouse pointer.
29 published constants SystemPointer
32 /** specifies the normal arrow-like mouse pointer.
37 /** specifies an invisible mouse pointer.
39 const long INVISIBLE
= 1;
42 /** specifies a waiting symbol as a mouse pointer (for example hourglass).
47 /** specifies a mouse pointer for text (cursor-like).
52 /** specifies a mouse pointer for on-line help.
57 /** specifies a cross as a mouse pointer.
62 /** specifies a mouse pointer which symbolizes movement.
67 /** specifies a mouse pointer which symbolizes resizing for a top border.
72 /** specifies a mouse pointer which symbolizes resizing for a bottom
78 /** specifies a mouse pointer which symbolizes resizing for a left border.
83 /** specifies a mouse pointer which symbolizes resizing for a right border.
85 const long ESIZE
= 10;
88 /** specifies a mouse pointer which symbolizes resizing for the top-left
91 const long NWSIZE
= 11;
94 /** specifies a mouse pointer which symbolizes resizing for the top-right
97 const long NESIZE
= 12;
100 /** specifies a mouse pointer which symbolizes resizing for the bottom-left
103 const long SWSIZE
= 13;
106 /** specifies a mouse pointer which symbolizes resizing for the
109 const long SESIZE
= 14;
112 /** specifies a mouse pointer which symbolizes window resizing for a top
115 const long WINDOW_NSIZE
= 15;
118 /** specifies a mouse pointer which symbolizes window resizing for a bottom
121 const long WINDOW_SSIZE
= 16;
124 /** specifies a mouse pointer which symbolizes window resizing for a left
127 const long WINDOW_WSIZE
= 17;
130 /** specifies a mouse pointer which symbolizes window resizing for a right
133 const long WINDOW_ESIZE
= 18;
136 /** specifies a mouse pointer which symbolizes window resizing for the
139 const long WINDOW_NWSIZE
= 19;
142 /** specifies a mouse pointer which symbolizes window resizing for the
145 const long WINDOW_NESIZE
= 20;
148 /** specifies a mouse pointer which symbolizes window resizing for the
151 const long WINDOW_SWSIZE
= 21;
154 /** specifies a mouse pointer which symbolizes window resizing for the
157 const long WINDOW_SESIZE
= 22;
160 /** specifies a mouse pointer which symbolizes horizontal splitting.
162 const long HSPLIT
= 23;
165 /** specifies a mouse pointer which symbolizes vertical splitting.
167 const long VSPLIT
= 24;
170 /** specifies a mouse pointer which symbolizes horizontal resizing.
172 const long HSIZEBAR
= 25;
175 /** specifies a mouse pointer which symbolizes vertical resizing.
177 const long VSIZEBAR
= 26;
180 /** specifies a hand symbol as mouse pointer.
182 const long HAND
= 27;
185 /** specifies a pointing hand symbol as mouse pointer.
187 const long REFHAND
= 28;
190 /** specifies a pen symbol as mouse pointer.
195 /** specifies a magnify symbol as mouse pointer.
197 const long MAGNIFY
= 30;
200 /** specifies a fill symbol as mouse pointer.
202 const long FILL
= 31;
205 /** specifies a rotate symbol as mouse pointer.
207 const long ROTATE
= 32;
210 /** specifies a horizontal shear symbol as mouse pointer.
212 const long HSHEAR
= 33;
215 /** specifies a vertical shear symbol as mouse pointer.
217 const long VSHEAR
= 34;
220 /** specifies a mirror symbol as mouse pointer.
222 const long MIRROR
= 35;
225 /** specifies a crook symbol as mouse pointer.
227 const long CROOK
= 36;
230 /** specifies a crop symbol as mouse pointer.
232 const long CROP
= 37;
235 /** specifies a mouse pointer which symbolizes moving a point.
237 const long MOVEPOINT
= 38;
240 /** specifies a mouse pointer which symbolizes moving a Bezier weight.
242 const long MOVEBEZIERWEIGHT
= 39;
245 /** specifies a mouse pointer which symbolizes moving data.
247 const long MOVEDATA
= 40;
250 /** specifies a mouse pointer which symbolizes copying data.
252 const long COPYDATA
= 41;
255 /** specifies a mouse pointer which symbolizes linking data.
257 const long LINKDATA
= 42;
260 /** specifies a mouse pointer which symbolizes moving a data link.
262 const long MOVEDATALINK
= 43;
265 /** specifies a mouse pointer which symbolizes copying a data link.
267 const long COPYDATALINK
= 44;
270 /** specifies a mouse pointer which symbolizes moving a file.
272 const long MOVEFILE
= 45;
275 /** specifies a mouse pointer which symbolizes copying a file.
277 const long COPYFILE
= 46;
280 /** specifies a mouse pointer which symbolizes linking a file.
282 const long LINKFILE
= 47;
285 /** specifies a mouse pointer which symbolizes moving a file link.
287 const long MOVEFILELINK
= 48;
290 /** specifies a mouse pointer which symbolizes copying a file link.
292 const long COPYFILELINK
= 49;
295 /** specifies a mouse pointer which symbolizes moving multiple files.
297 const long MOVEFILES
= 50;
300 /** specifies a mouse pointer which symbolizes copying multiple files.
302 const long COPYFILES
= 51;
305 /** specifies a mouse pointer which symbolizes "not allowed".
307 const long NOTALLOWED
= 52;
310 /** specifies a mouse pointer which symbolizes drawing a line.
312 const long DRAW_LINE
= 53;
315 /** specifies a mouse pointer which symbolizes drawing a rectangle.
317 const long DRAW_RECT
= 54;
320 /** specifies a mouse pointer which symbolizes drawing a polygon.
322 const long DRAW_POLYGON
= 55;
325 /** specifies a mouse pointer which symbolizes drawing a Bezier.
327 const long DRAW_BEZIER
= 56;
330 /** specifies a mouse pointer which symbolizes drawing an arc.
332 const long DRAW_ARC
= 57;
335 /** specifies a mouse pointer which symbolizes drawing a pie.
337 const long DRAW_PIE
= 58;
340 /** specifies a mouse pointer which symbolizes drawing a circle cut.
342 const long DRAW_CIRCLECUT
= 59;
345 /** specifies a mouse pointer which symbolizes drawing an ellipse.
347 const long DRAW_ELLIPSE
= 60;
350 /** specifies a mouse pointer which symbolizes drawing free handed.
352 const long DRAW_FREEHAND
= 61;
355 /** specifies a mouse pointer which symbolizes drawing a connector.
357 const long DRAW_CONNECT
= 62;
360 /** specifies a mouse pointer which symbolizes drawing text.
362 const long DRAW_TEXT
= 63;
365 /** specifies a mouse pointer which symbolizes drawing a text caption.
367 const long DRAW_CAPTION
= 64;
370 /** specifies a mouse pointer which symbolizes a chart.
372 const long CHART
= 65;
375 /** specifies a mouse pointer which symbolizes a detective.
377 const long DETECTIVE
= 66;
380 /** specifies a mouse pointer which symbolizes a pivot column.
382 const long PIVOT_COL
= 67;
385 /** specifies a mouse pointer which symbolizes a pivot row.
387 const long PIVOT_ROW
= 68;
390 /** specifies a mouse pointer which symbolizes a pivot field.
392 const long PIVOT_FIELD
= 69;
395 /** specifies a mouse pointer which symbolizes a chain.
397 const long CHAIN
= 70;
400 /** specifies a mouse pointer which symbolizes "chaining not allowed".
402 const long CHAIN_NOTALLOWED
= 71;
411 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */