1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
/*************************************************************************
*
* $RCSfile: salids.hrc,v $
*
* $Revision: 1.1.1.1 $
*
* last change: $Author: hr $ $Date: 2000-09-18 17:05:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef _SV_SALIDS_HRC
#define _SV_SALIDS_HRC
// Cursor
#define SAL_RESID_POINTER_NULL 10000
#ifndef W40ONLY
#define SAL_RESID_POINTER_HELP 10001
#endif
#ifndef WNT
#define SAL_RESID_POINTER_HSIZE 10002
#define SAL_RESID_POINTER_VSIZE 10003
#define SAL_RESID_POINTER_NESWSIZE 10004
#define SAL_RESID_POINTER_NWSESIZE 10005
#endif
#define SAL_RESID_POINTER_CROSS 10006
#define SAL_RESID_POINTER_MOVE 10007
#define SAL_RESID_POINTER_HSPLIT 10008
#define SAL_RESID_POINTER_VSPLIT 10009
#define SAL_RESID_POINTER_HSIZEBAR 10010
#define SAL_RESID_POINTER_VSIZEBAR 10011
#define SAL_RESID_POINTER_HAND 10012
#define SAL_RESID_POINTER_REFHAND 10013
#define SAL_RESID_POINTER_PEN 10014
#define SAL_RESID_POINTER_MAGNIFY 10015
#define SAL_RESID_POINTER_FILL 10016
#define SAL_RESID_POINTER_ROTATE 10017
#define SAL_RESID_POINTER_HSHEAR 10018
#define SAL_RESID_POINTER_VSHEAR 10019
#define SAL_RESID_POINTER_MIRROR 10020
#define SAL_RESID_POINTER_CROOK 10021
#define SAL_RESID_POINTER_CROP 10022
#define SAL_RESID_POINTER_MOVEPOINT 10023
#define SAL_RESID_POINTER_MOVEBEZIERWEIGHT 10024
#define SAL_RESID_POINTER_MOVEDATA 10025
#define SAL_RESID_POINTER_COPYDATA 10026
#define SAL_RESID_POINTER_LINKDATA 10027
#define SAL_RESID_POINTER_MOVEDATALINK 10028
#define SAL_RESID_POINTER_COPYDATALINK 10029
#define SAL_RESID_POINTER_MOVEFILE 10030
#define SAL_RESID_POINTER_COPYFILE 10031
#define SAL_RESID_POINTER_LINKFILE 10032
#define SAL_RESID_POINTER_MOVEFILELINK 10033
#define SAL_RESID_POINTER_COPYFILELINK 10034
#define SAL_RESID_POINTER_MOVEFILES 10035
#define SAL_RESID_POINTER_COPYFILES 10036
#define SAL_RESID_POINTER_NOTALLOWED 10037
#define SAL_RESID_POINTER_DRAW_LINE 10038
#define SAL_RESID_POINTER_DRAW_RECT 10039
#define SAL_RESID_POINTER_DRAW_POLYGON 10040
#define SAL_RESID_POINTER_DRAW_BEZIER 10041
#define SAL_RESID_POINTER_DRAW_ARC 10042
#define SAL_RESID_POINTER_DRAW_PIE 10043
#define SAL_RESID_POINTER_DRAW_CIRCLECUT 10044
#define SAL_RESID_POINTER_DRAW_ELLIPSE 10045
#define SAL_RESID_POINTER_DRAW_FREEHAND 10046
#define SAL_RESID_POINTER_DRAW_CONNECT 10047
#define SAL_RESID_POINTER_DRAW_TEXT 10048
#define SAL_RESID_POINTER_DRAW_CAPTION 10049
#define SAL_RESID_POINTER_CHART 10050
#define SAL_RESID_POINTER_DETECTIVE 10051
#define SAL_RESID_POINTER_PIVOT_COL 10052
#define SAL_RESID_POINTER_PIVOT_ROW 10053
#define SAL_RESID_POINTER_PIVOT_FIELD 10054
#define SAL_RESID_POINTER_CHAIN 10055
#define SAL_RESID_POINTER_CHAIN_NOTALLOWED 10056
#define SAL_RESID_POINTER_TIMEEVENT_MOVE 10057
#define SAL_RESID_POINTER_TIMEEVENT_SIZE 10058
#define SAL_RESID_POINTER_AUTOSCROLL_N 10059
#define SAL_RESID_POINTER_AUTOSCROLL_S 10060
#define SAL_RESID_POINTER_AUTOSCROLL_W 10061
#define SAL_RESID_POINTER_AUTOSCROLL_E 10062
#define SAL_RESID_POINTER_AUTOSCROLL_NW 10063
#define SAL_RESID_POINTER_AUTOSCROLL_NE 10064
#define SAL_RESID_POINTER_AUTOSCROLL_SW 10065
#define SAL_RESID_POINTER_AUTOSCROLL_SE 10066
#define SAL_RESID_POINTER_AUTOSCROLL_NS 10067
#define SAL_RESID_POINTER_AUTOSCROLL_WE 10068
#define SAL_RESID_POINTER_AUTOSCROLL_NSWE 10069
#define SAL_RESID_POINTER_AIRBRUSH 10070
#define SAL_RESID_BITMAP_50 11000
#define SAL_RESID_ICON_DEFAULT 1
#endif // _SV_SALIDS_HRC
|