1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #ifndef _SV_SALIDS_HRC
29 #define _SV_SALIDS_HRC
32 #define SAL_RESID_POINTER_NULL 10000
33 #define SAL_RESID_POINTER_HELP 10001
34 #define SAL_RESID_POINTER_CROSS 10002
35 #define SAL_RESID_POINTER_MOVE 10003
36 #define SAL_RESID_POINTER_HSPLIT 10004
37 #define SAL_RESID_POINTER_VSPLIT 10005
38 #define SAL_RESID_POINTER_HSIZEBAR 10006
39 #define SAL_RESID_POINTER_VSIZEBAR 10007
40 #define SAL_RESID_POINTER_HAND 10008
41 #define SAL_RESID_POINTER_REFHAND 10009
42 #define SAL_RESID_POINTER_PEN 10010
43 #define SAL_RESID_POINTER_MAGNIFY 10011
44 #define SAL_RESID_POINTER_FILL 10012
45 #define SAL_RESID_POINTER_ROTATE 10013
46 #define SAL_RESID_POINTER_HSHEAR 10014
47 #define SAL_RESID_POINTER_VSHEAR 10015
48 #define SAL_RESID_POINTER_MIRROR 10016
49 #define SAL_RESID_POINTER_CROOK 10017
50 #define SAL_RESID_POINTER_CROP 10018
51 #define SAL_RESID_POINTER_MOVEPOINT 10019
52 #define SAL_RESID_POINTER_MOVEBEZIERWEIGHT 10020
53 #define SAL_RESID_POINTER_MOVEDATA 10021
54 #define SAL_RESID_POINTER_COPYDATA 10022
55 #define SAL_RESID_POINTER_LINKDATA 10023
56 #define SAL_RESID_POINTER_MOVEDATALINK 10024
57 #define SAL_RESID_POINTER_COPYDATALINK 10025
58 #define SAL_RESID_POINTER_MOVEFILE 10026
59 #define SAL_RESID_POINTER_COPYFILE 10027
60 #define SAL_RESID_POINTER_LINKFILE 10028
61 #define SAL_RESID_POINTER_MOVEFILELINK 10029
62 #define SAL_RESID_POINTER_COPYFILELINK 10030
63 #define SAL_RESID_POINTER_MOVEFILES 10031
64 #define SAL_RESID_POINTER_COPYFILES 10032
65 #define SAL_RESID_POINTER_DRAW_LINE 10033
66 #define SAL_RESID_POINTER_DRAW_RECT 10034
67 #define SAL_RESID_POINTER_DRAW_POLYGON 10035
68 #define SAL_RESID_POINTER_DRAW_BEZIER 10036
69 #define SAL_RESID_POINTER_DRAW_ARC 10037
70 #define SAL_RESID_POINTER_DRAW_PIE 10038
71 #define SAL_RESID_POINTER_DRAW_CIRCLECUT 10039
72 #define SAL_RESID_POINTER_DRAW_ELLIPSE 10040
73 #define SAL_RESID_POINTER_DRAW_FREEHAND 10041
74 #define SAL_RESID_POINTER_DRAW_CONNECT 10042
75 #define SAL_RESID_POINTER_DRAW_TEXT 10043
76 #define SAL_RESID_POINTER_DRAW_CAPTION 10044
77 #define SAL_RESID_POINTER_CHART 10045
78 #define SAL_RESID_POINTER_DETECTIVE 10046
79 #define SAL_RESID_POINTER_PIVOT_COL 10047
80 #define SAL_RESID_POINTER_PIVOT_ROW 10048
81 #define SAL_RESID_POINTER_PIVOT_FIELD 10049
82 #define SAL_RESID_POINTER_CHAIN 10050
83 #define SAL_RESID_POINTER_CHAIN_NOTALLOWED 10051
84 #define SAL_RESID_POINTER_TIMEEVENT_MOVE 10052
85 #define SAL_RESID_POINTER_TIMEEVENT_SIZE 10053
86 #define SAL_RESID_POINTER_AUTOSCROLL_N 10054
87 #define SAL_RESID_POINTER_AUTOSCROLL_S 10055
88 #define SAL_RESID_POINTER_AUTOSCROLL_W 10056
89 #define SAL_RESID_POINTER_AUTOSCROLL_E 10057
90 #define SAL_RESID_POINTER_AUTOSCROLL_NW 10058
91 #define SAL_RESID_POINTER_AUTOSCROLL_NE 10059
92 #define SAL_RESID_POINTER_AUTOSCROLL_SW 10060
93 #define SAL_RESID_POINTER_AUTOSCROLL_SE 10061
94 #define SAL_RESID_POINTER_AUTOSCROLL_NS 10062
95 #define SAL_RESID_POINTER_AUTOSCROLL_WE 10063
96 #define SAL_RESID_POINTER_AUTOSCROLL_NSWE 10064
97 #define SAL_RESID_POINTER_AIRBRUSH 10070
98 #define SAL_RESID_POINTER_TEXT_VERTICAL 10071
99 #define SAL_RESID_POINTER_PIVOT_DELETE 10072
100 #define SAL_RESID_POINTER_TAB_SELECT_S 10073
101 #define SAL_RESID_POINTER_TAB_SELECT_E 10074
102 #define SAL_RESID_POINTER_TAB_SELECT_SE 10075
103 #define SAL_RESID_POINTER_TAB_SELECT_W 10076
104 #define SAL_RESID_POINTER_TAB_SELECT_SW 10077
105 #define SAL_RESID_POINTER_PAINTBRUSH 10078
107 #define SAL_RESID_ICON_DEFAULT 1
109 #endif // _SV_SALIDS_HRC