1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 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. 14 * 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). 20 * 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. 25 * 26 ************************************************************************/ 27 28#ifndef _SV_SALIDS_HRC 29#define _SV_SALIDS_HRC 30 31// Cursor 32#define SAL_RESID_POINTER_NULL 10000 33#ifndef W40ONLY 34#define SAL_RESID_POINTER_HELP 10001 35#endif 36#ifndef WNT 37#define SAL_RESID_POINTER_HSIZE 10002 38#define SAL_RESID_POINTER_VSIZE 10003 39#define SAL_RESID_POINTER_NESWSIZE 10004 40#define SAL_RESID_POINTER_NWSESIZE 10005 41#endif 42#define SAL_RESID_POINTER_CROSS 10006 43#define SAL_RESID_POINTER_MOVE 10007 44#define SAL_RESID_POINTER_HSPLIT 10008 45#define SAL_RESID_POINTER_VSPLIT 10009 46#define SAL_RESID_POINTER_HSIZEBAR 10010 47#define SAL_RESID_POINTER_VSIZEBAR 10011 48#define SAL_RESID_POINTER_HAND 10012 49#define SAL_RESID_POINTER_REFHAND 10013 50#define SAL_RESID_POINTER_PEN 10014 51#define SAL_RESID_POINTER_MAGNIFY 10015 52#define SAL_RESID_POINTER_FILL 10016 53#define SAL_RESID_POINTER_ROTATE 10017 54#define SAL_RESID_POINTER_HSHEAR 10018 55#define SAL_RESID_POINTER_VSHEAR 10019 56#define SAL_RESID_POINTER_MIRROR 10020 57#define SAL_RESID_POINTER_CROOK 10021 58#define SAL_RESID_POINTER_CROP 10022 59#define SAL_RESID_POINTER_MOVEPOINT 10023 60#define SAL_RESID_POINTER_MOVEBEZIERWEIGHT 10024 61#define SAL_RESID_POINTER_MOVEDATA 10025 62#define SAL_RESID_POINTER_COPYDATA 10026 63#define SAL_RESID_POINTER_LINKDATA 10027 64#define SAL_RESID_POINTER_MOVEDATALINK 10028 65#define SAL_RESID_POINTER_COPYDATALINK 10029 66#define SAL_RESID_POINTER_MOVEFILE 10030 67#define SAL_RESID_POINTER_COPYFILE 10031 68#define SAL_RESID_POINTER_LINKFILE 10032 69#define SAL_RESID_POINTER_MOVEFILELINK 10033 70#define SAL_RESID_POINTER_COPYFILELINK 10034 71#define SAL_RESID_POINTER_MOVEFILES 10035 72#define SAL_RESID_POINTER_COPYFILES 10036 73#define SAL_RESID_POINTER_NOTALLOWED 10037 74#define SAL_RESID_POINTER_DRAW_LINE 10038 75#define SAL_RESID_POINTER_DRAW_RECT 10039 76#define SAL_RESID_POINTER_DRAW_POLYGON 10040 77#define SAL_RESID_POINTER_DRAW_BEZIER 10041 78#define SAL_RESID_POINTER_DRAW_ARC 10042 79#define SAL_RESID_POINTER_DRAW_PIE 10043 80#define SAL_RESID_POINTER_DRAW_CIRCLECUT 10044 81#define SAL_RESID_POINTER_DRAW_ELLIPSE 10045 82#define SAL_RESID_POINTER_DRAW_FREEHAND 10046 83#define SAL_RESID_POINTER_DRAW_CONNECT 10047 84#define SAL_RESID_POINTER_DRAW_TEXT 10048 85#define SAL_RESID_POINTER_DRAW_CAPTION 10049 86#define SAL_RESID_POINTER_CHART 10050 87#define SAL_RESID_POINTER_DETECTIVE 10051 88#define SAL_RESID_POINTER_PIVOT_COL 10052 89#define SAL_RESID_POINTER_PIVOT_ROW 10053 90#define SAL_RESID_POINTER_PIVOT_FIELD 10054 91#define SAL_RESID_POINTER_CHAIN 10055 92#define SAL_RESID_POINTER_CHAIN_NOTALLOWED 10056 93#define SAL_RESID_POINTER_TIMEEVENT_MOVE 10057 94#define SAL_RESID_POINTER_TIMEEVENT_SIZE 10058 95#define SAL_RESID_POINTER_AUTOSCROLL_N 10059 96#define SAL_RESID_POINTER_AUTOSCROLL_S 10060 97#define SAL_RESID_POINTER_AUTOSCROLL_W 10061 98#define SAL_RESID_POINTER_AUTOSCROLL_E 10062 99#define SAL_RESID_POINTER_AUTOSCROLL_NW 10063 100#define SAL_RESID_POINTER_AUTOSCROLL_NE 10064 101#define SAL_RESID_POINTER_AUTOSCROLL_SW 10065 102#define SAL_RESID_POINTER_AUTOSCROLL_SE 10066 103#define SAL_RESID_POINTER_AUTOSCROLL_NS 10067 104#define SAL_RESID_POINTER_AUTOSCROLL_WE 10068 105#define SAL_RESID_POINTER_AUTOSCROLL_NSWE 10069 106#define SAL_RESID_POINTER_AIRBRUSH 10070 107#define SAL_RESID_POINTER_TEXT_VERTICAL 10071 108#define SAL_RESID_POINTER_PIVOT_DELETE 10072 109#define SAL_RESID_POINTER_TAB_SELECT_S 10073 110#define SAL_RESID_POINTER_TAB_SELECT_E 10074 111#define SAL_RESID_POINTER_TAB_SELECT_SE 10075 112#define SAL_RESID_POINTER_TAB_SELECT_W 10076 113#define SAL_RESID_POINTER_TAB_SELECT_SW 10077 114#define SAL_RESID_POINTER_PAINTBRUSH 10078 115 116#define SAL_RESID_BITMAP_50 11000 117 118#define SAL_RESID_ICON_DEFAULT 1 119 120#endif // _SV_SALIDS_HRC 121