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 #ifndef SCH_SLOTIDS_HXX 28 #define SCH_SLOTIDS_HXX 29 30 // header for SID_OBJ1_START 31 #include <sfx2/sfxsids.hrc> 32 33 // SID_OBJ1_START == 30000 + 512 34 //not used as slot in old chart 35 //#define SID_COPYFORMAT SID_OBJ1_START 36 //not used as slot in old chart 37 //#define SID_PASTEFORMAT (SID_OBJ1_START + 1) 38 39 //still used as help id 40 #define SID_DIAGRAM_DATA (SID_OBJ1_START + 2) 41 //only used as help id 42 #define SID_INSERT_TITLE (SID_OBJ1_START + 3) 43 //only used as help id 44 #define SID_INSERT_CHART_LEGEND (SID_OBJ1_START + 4) 45 //only used as help id 46 #define SID_INSERT_DESCRIPTION (SID_OBJ1_START + 5) 47 //only used as help id 48 #define SID_INSERT_AXIS (SID_OBJ1_START + 6) 49 //some how used as slot in old chart 50 //#define SID_DATA_ROW_POINT (SID_OBJ1_START + 7) 51 //menu parent id and helpid 52 //MENUCHANGE FORMATMENU #define SID_CHART_TITLE (SID_OBJ1_START + 8) 53 //still used as slot id 54 //MENUCHANGE FORMATMENU #define SID_LEGEND (SID_OBJ1_START + 9) 55 //menu parent id and helpid 56 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_AXIS (SID_OBJ1_START + 10) 57 //menu parent id and helpid 58 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID (SID_OBJ1_START + 11) 59 60 /* 61 //MENUCHANGE 62 //still used as slot id 63 #define SID_DIAGRAM_WALL (SID_OBJ1_START + 12) 64 //still used as slot id 65 #define SID_DIAGRAM_FLOOR (SID_OBJ1_START + 13) 66 //still used as slot id 67 #define SID_DIAGRAM_AREA (SID_OBJ1_START + 14) 68 */ 69 70 //only used as help id 71 #define SID_3D_VIEW (SID_OBJ1_START + 15) 72 //still used as slot id 73 #define SID_DIAGRAM_TYPE (SID_OBJ1_START + 16) 74 //used as slot in old chart 75 //#define SID_TOGGLE_TITLE (SID_OBJ1_START + 17) 76 //used as slot in old chart 77 //#define SID_TOGGLE_LEGEND (SID_OBJ1_START + 18) 78 //used as slot in old chart 79 //#define SID_TOGGLE_AXIS_TITLE (SID_OBJ1_START + 19) 80 //used as slot in old chart 81 //#define SID_TOGGLE_AXIS_DESCR (SID_OBJ1_START + 20) // 30532 82 //used as slot in old chart 83 //#define SID_TOGGLE_GRID_HORZ (SID_OBJ1_START + 21) 84 //used as slot in old chart 85 //#define SID_TOGGLE_GRID_VERT (SID_OBJ1_START + 22) 86 //used as slot in old chart 87 //#define SID_DATA_IN_ROWS (SID_OBJ1_START + 23) 88 //used as slot in old chart 89 //#define SID_DATA_IN_COLUMNS (SID_OBJ1_START + 24) 90 //used as slot in old chart 91 //#define SID_TOOL_SELECT (SID_OBJ1_START + 25) 92 //some how used as slot in old chart 93 //#define SID_CONTEXT_TYPE (SID_OBJ1_START + 26) 94 //used as slot in old chart 95 //#define SID_NEW_ARRANGEMENT (SID_OBJ1_START + 27) // 30539 96 //only used as help id 97 #define SID_INSERT_GRIDS (SID_OBJ1_START + 28) 98 99 //not used as slot in old chart 100 //#define SID_MAINTITLE (SID_OBJ1_START + 29) 101 //not used as slot in old chart 102 //#define SID_SUBTITLE (SID_OBJ1_START + 30) 103 //not used as slot in old chart 104 //#define SID_XAXIS_TITLE (SID_OBJ1_START + 31) 105 //not used as slot in old chart 106 //#define SID_YAXIS_TITLE (SID_OBJ1_START + 32) 107 //not used as slot in old chart 108 //#define SID_ZAXIS_TITLE (SID_OBJ1_START + 33) 109 110 /* 111 //used as slot in old chart 112 #ifdef SID_UPDATE 113 #undef SID_UPDATE 114 #endif 115 #define SID_UPDATE (SID_OBJ1_START + 34) 116 */ 117 118 //not used as slot in old chart 119 //#define SID_DATA (SID_OBJ1_START + 35) 120 //not used as slot in old chart 121 //#define SID_ADD_COLUMN (SID_OBJ1_START + 36) 122 //not used as slot in old chart 123 //#define SID_ADD_ROW (SID_OBJ1_START + 37) 124 125 //still used as slot id 126 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_AXIS_X (SID_OBJ1_START + 40) 127 //still used as slot id 128 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_AXIS_Y (SID_OBJ1_START + 41) 129 //still used as slot id 130 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_AXIS_Z (SID_OBJ1_START + 42) 131 //still used as slot id 132 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_AXIS_ALL (SID_OBJ1_START + 43) 133 //only used as help id 134 #define SID_INSERT_STATISTICS (SID_OBJ1_START + 44) 135 //still used as slot id 136 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_TITLE_MAIN (SID_OBJ1_START + 45) 137 //still used as slot id 138 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_TITLE_SUB (SID_OBJ1_START + 46) 139 //still used as slot id 140 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_TITLE_X (SID_OBJ1_START + 47) 141 //still used as slot id 142 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_TITLE_Y (SID_OBJ1_START + 48) 143 //still used as slot id 144 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_TITLE_Z (SID_OBJ1_START + 49) 145 //still used as slot id 146 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_TITLE_ALL (SID_OBJ1_START + 50) 147 //still used as slot id 148 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID_Y_MAIN (SID_OBJ1_START + 51) 149 //still used as slot id 150 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID_X_MAIN (SID_OBJ1_START + 52) 151 //still used as slot id 152 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID_Z_MAIN (SID_OBJ1_START + 53) 153 //still used as slot id 154 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID_ALL (SID_OBJ1_START + 54) 155 156 //used as slot in old chart 157 //#define SID_HAS_X_DESCR (SID_OBJ1_START + 55) 158 //used as slot in old chart 159 //#define SID_HAS_Y_DESCR (SID_OBJ1_START + 56) 160 //used as slot in old chart 161 //#define SID_HAS_Z_DESCR (SID_OBJ1_START + 57) 162 163 //#define SID_DIAGRAM_OBJECTS (SID_OBJ1_START + 60) 164 165 //not used as slot in old chart 166 //#define SID_HAS_X_TITLE (SID_OBJ1_START + 61) 167 //not used as slot in old chart 168 //#define SID_HAS_Y_TITLE (SID_OBJ1_START + 62) 169 //not used as slot in old chart 170 //#define SID_HAS_Z_TITLE (SID_OBJ1_START + 63) 171 //not used as slot in old chart 172 //#define SID_HAS_MAIN_TITLE (SID_OBJ1_START + 64) 173 //not used as slot in old chart 174 //#define SID_HAS_SUB_TITLE (SID_OBJ1_START + 65) 175 176 //still used as slot id 177 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID_Y_HELP (SID_OBJ1_START + 66) 178 //still used as slot id 179 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID_X_HELP (SID_OBJ1_START + 67) 180 //still used as slot id 181 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_GRID_Z_HELP (SID_OBJ1_START + 68) 182 183 //not used as slot in old chart 184 //#define SID_DIAGRAM_DATA_WIN (SID_OBJ1_START + 70) 185 186 //used as slot in old chart 187 //#define SID_DIAGRAM_ERROR (SID_OBJ1_START + 71) 188 //used as slot in old chart 189 //#define SID_DIAGRAM_AVERAGEVALUE (SID_OBJ1_START + 72) 190 //used as slot in old chart 191 //#define SID_DIAGRAM_REGRESSION (SID_OBJ1_START + 73) 192 //used as slot in old chart 193 //#define SID_SCALE_TEXT (SID_OBJ1_START + 74) 194 //not used as slot in old chart 195 //#define SID_TEXTBREAK (SID_OBJ1_START + 75) 196 197 //not used as slot in old chart 198 //#define SID_DIAGRAM_DATADESCRIPTION (SID_OBJ1_START + 76) 199 //not used as slot in old chart 200 //#define SID_DIAGRAM_POSLEGEND (SID_OBJ1_START + 77) 201 //not used as slot in old chart 202 //#define SID_DIAGRAM_DEFAULTCOLORS (SID_OBJ1_START + 78) 203 //not used as slot in old chart 204 //#define SID_DIAGRAM_BARWIDTH (SID_OBJ1_START + 79) 205 //not used as slot in old chart 206 //#define SID_DIAGRAM_NUMLINES (SID_OBJ1_START + 80) 207 208 //menu parent id and helpid 209 //#define SID_ROW_POSITION (SID_OBJ1_START + 81) 210 //still used as slot id 211 //#define SID_ROW_MOREFRONT (SID_OBJ1_START + 82) 212 //still used as slot id 213 //#define SID_ROW_MOREBACK (SID_OBJ1_START + 83) 214 215 //not used as slot in old chart 216 //#define SID_TITLE_TEXT (SID_OBJ1_START + 100) 217 //somehow used as slot in old chart 218 //#define SID_DIAGRAM_STOCK_LINE (SID_OBJ1_START + 101) 219 //used as slot in old chart 220 //#define SID_DIAGRAM_STOCK_LOSS (SID_OBJ1_START + 102) 221 //used as slot in old chart 222 //#define SID_DIAGRAM_STOCK_PLUS (SID_OBJ1_START + 103) 223 224 //still used as slot id 225 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_AXIS_A (SID_OBJ1_START + 104) 226 //still used as slot id 227 //MENUCHANGE FORMATMENU #define SID_DIAGRAM_AXIS_B (SID_OBJ1_START + 105) 228 //used as slot in old chart 229 //#define SID_DIAGRAM_AXIS_C (SID_OBJ1_START + 106) 230 231 // Reserved till (SID_OBJ1_START + 110) 232 233 #endif 234 // SCH_SLOTIDS_HXX 235