/**************************************************************
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 *
 *************************************************************/

#ifndef _SV_SALIDS_HRC
#define _SV_SALIDS_HRC

// Pointer
#define SAL_RESID_POINTER_NULL					10000
#define SAL_RESID_POINTER_HELP					10001
#define SAL_RESID_POINTER_CROSS					10002
//#define SAL_RESID_POINTER_MOVE				10003 // Replaced with System Pointer in January 2026
//#define SAL_RESID_POINTER_HSPLIT				10004 // Replaced with System Pointer in January 2026
//#define SAL_RESID_POINTER_VSPLIT				10005 // Replaced with System Pointer in January 2026
//#define SAL_RESID_POINTER_HSIZEBAR			10006 // Replaced with System Pointer in January 2026
//#define SAL_RESID_POINTER_VSIZEBAR			10007 // Replaced with System Pointer in January 2026
#define SAL_RESID_POINTER_HAND					10008
#define SAL_RESID_POINTER_REFHAND				10009
#define SAL_RESID_POINTER_PEN					10010
#define SAL_RESID_POINTER_MAGNIFY				10011
#define SAL_RESID_POINTER_FILL					10012
#define SAL_RESID_POINTER_ROTATE				10013
#define SAL_RESID_POINTER_HSHEAR				10014
#define SAL_RESID_POINTER_VSHEAR				10015
#define SAL_RESID_POINTER_MIRROR				10016
#define SAL_RESID_POINTER_CROOK					10017
#define SAL_RESID_POINTER_CROP					10018
#define SAL_RESID_POINTER_MOVEPOINT				10019
#define SAL_RESID_POINTER_MOVEBEZIERWEIGHT		10020
#define SAL_RESID_POINTER_MOVEDATA				10021
#define SAL_RESID_POINTER_COPYDATA				10022
#define SAL_RESID_POINTER_LINKDATA				10023
#define SAL_RESID_POINTER_MOVEDATALINK			10024
#define SAL_RESID_POINTER_COPYDATALINK			10025
#define SAL_RESID_POINTER_MOVEFILE				10026
#define SAL_RESID_POINTER_COPYFILE				10027
#define SAL_RESID_POINTER_LINKFILE				10028
#define SAL_RESID_POINTER_MOVEFILELINK			10029
#define SAL_RESID_POINTER_COPYFILELINK			10030
#define SAL_RESID_POINTER_MOVEFILES				10031
#define SAL_RESID_POINTER_COPYFILES				10032
#define SAL_RESID_POINTER_DRAW_LINE				10033
#define SAL_RESID_POINTER_DRAW_RECT				10034
#define SAL_RESID_POINTER_DRAW_POLYGON			10035
#define SAL_RESID_POINTER_DRAW_BEZIER			10036
#define SAL_RESID_POINTER_DRAW_ARC				10037
#define SAL_RESID_POINTER_DRAW_PIE				10038
#define SAL_RESID_POINTER_DRAW_CIRCLECUT		10039
#define SAL_RESID_POINTER_DRAW_ELLIPSE			10040
#define SAL_RESID_POINTER_DRAW_FREEHAND			10041
#define SAL_RESID_POINTER_DRAW_CONNECT			10042
#define SAL_RESID_POINTER_DRAW_TEXT				10043
#define SAL_RESID_POINTER_DRAW_CAPTION			10044
#define SAL_RESID_POINTER_CHART					10045
#define SAL_RESID_POINTER_DETECTIVE				10046
#define SAL_RESID_POINTER_PIVOT_COL				10047
#define SAL_RESID_POINTER_PIVOT_ROW				10048
#define SAL_RESID_POINTER_PIVOT_FIELD			10049
#define SAL_RESID_POINTER_CHAIN					10050
#define SAL_RESID_POINTER_CHAIN_NOTALLOWED		10051
//#define SAL_RESID_POINTER_TIMEEVENT_MOVE		10052 // Removed in December 2025
//#define SAL_RESID_POINTER_TIMEEVENT_SIZE		10053 // Removed in December 2025
#define SAL_RESID_POINTER_AUTOSCROLL_N			10054
#define SAL_RESID_POINTER_AUTOSCROLL_S			10055
#define SAL_RESID_POINTER_AUTOSCROLL_W			10056
#define SAL_RESID_POINTER_AUTOSCROLL_E			10057
#define SAL_RESID_POINTER_AUTOSCROLL_NW			10058
#define SAL_RESID_POINTER_AUTOSCROLL_NE			10059
#define SAL_RESID_POINTER_AUTOSCROLL_SW			10060
#define SAL_RESID_POINTER_AUTOSCROLL_SE			10061
#define SAL_RESID_POINTER_AUTOSCROLL_NS			10062
#define SAL_RESID_POINTER_AUTOSCROLL_WE			10063
#define SAL_RESID_POINTER_AUTOSCROLL_NSWE		10064
#define SAL_RESID_POINTER_AIRBRUSH				10070
#define SAL_RESID_POINTER_TEXT_VERTICAL			10071
#define SAL_RESID_POINTER_PIVOT_DELETE			10072
#define SAL_RESID_POINTER_TAB_SELECT_S			10073
#define SAL_RESID_POINTER_TAB_SELECT_E			10074
#define SAL_RESID_POINTER_TAB_SELECT_SE			10075
#define SAL_RESID_POINTER_TAB_SELECT_W			10076
#define SAL_RESID_POINTER_TAB_SELECT_SW			10077
#define SAL_RESID_POINTER_PAINTBRUSH			10078

#define SAL_RESID_ICON_DEFAULT					1

#endif // _SV_SALIDS_HRC
