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 #include "sfx2/sfxcommands.h" 29 #include "svx/svxcommands.h" 30 #include "sccommands.h" 31 32 #define HID_INSWIN_POS "SC_HID_INSWIN_POS" 33 #define HID_INSWIN_CALC "SC_HID_INSWIN_CALC" 34 #define HID_INSWIN_CANCEL "SC_HID_INSWIN_CANCEL" 35 #define HID_INSWIN_OK "SC_HID_INSWIN_OK" 36 #define HID_INSWIN_SUMME "SC_HID_INSWIN_SUMME" 37 #define HID_INSWIN_FUNC "SC_HID_INSWIN_FUNC" 38 #define HID_INSWIN_INPUT "SC_HID_INSWIN_INPUT" 39 40 // Hilfe IDs fuer Dokumentfenster -------------------------------------------- 41 #define HID_SC_WIN_GRIDWIN "SC_HID_SC_WIN_GRIDWIN" 42 #define HID_SC_WIN_PREVIEW "SC_HID_SC_WIN_PREVIEW" 43 44 // Hilfe IDs fuer einzelne Controls (max.30) --------------------------------- 45 // Kopf/Fusszeilen Editfenster: Header/Footer links/rechts links/mitte/rechts 46 #define HID_SC_HF_HLL "SC_HID_SC_HF_HLL" 47 #define HID_SC_HF_HLC "SC_HID_SC_HF_HLC" 48 #define HID_SC_HF_HLR "SC_HID_SC_HF_HLR" 49 #define HID_SC_HF_HRL "SC_HID_SC_HF_HRL" 50 #define HID_SC_HF_HRC "SC_HID_SC_HF_HRC" 51 #define HID_SC_HF_HRR "SC_HID_SC_HF_HRR" 52 #define HID_SC_HF_FLL "SC_HID_SC_HF_FLL" 53 #define HID_SC_HF_FLC "SC_HID_SC_HF_FLC" 54 #define HID_SC_HF_FLR "SC_HID_SC_HF_FLR" 55 #define HID_SC_HF_FRL "SC_HID_SC_HF_FRL" 56 #define HID_SC_HF_FRC "SC_HID_SC_HF_FRC" 57 #define HID_SC_HF_FRR "SC_HID_SC_HF_FRR" 58 // "Spalten" in Teilergebnissen: Gruppe 1/2/3 - nicht mehr! 59 #define HID_SC_SUBT_COLS_1 "SC_HID_SC_SUBT_COLS_1" 60 #define HID_SC_SUBT_COLS_2 "SC_HID_SC_SUBT_COLS_2" 61 #define HID_SC_SUBT_COLS_3 "SC_HID_SC_SUBT_COLS_3" 62 // Eintraege im Navigator 63 #define HID_SC_NAVIPI_ENTRIES "SC_HID_SC_NAVIPI_ENTRIES" 64 #define HID_SC_NAVIPI_ROW "SC_HID_SC_NAVIPI_ROW" 65 #define HID_SC_NAVIPI_COL "SC_HID_SC_NAVIPI_COL" 66 #define HID_SC_NAVIPI_DOC "SC_HID_SC_NAVIPI_DOC" 67 #define HID_SC_NAVIPI_DATA "SC_HID_SC_NAVIPI_DATA" 68 #define HID_SC_NAVIPI_UP "SC_HID_SC_NAVIPI_UP" 69 #define HID_SC_NAVIPI_DOWN "SC_HID_SC_NAVIPI_DOWN" 70 #define HID_SC_NAVIPI_ZOOM "SC_HID_SC_NAVIPI_ZOOM" 71 #define HID_SC_NAVIPI_ROOT "SC_HID_SC_NAVIPI_ROOT" 72 #define HID_SC_NAVIPI_SCEN "SC_HID_SC_NAVIPI_SCEN" 73 #define HID_SC_NAVIPI_DROP "SC_HID_SC_NAVIPI_DROP" 74 // Teilergebnisse 75 #define HID_SC_SUBT_GROUP "SC_HID_SC_SUBT_GROUP" 76 #define HID_SC_SUBT_COLS "SC_HID_SC_SUBT_COLS" 77 #define HID_SC_SUBT_FUNC "SC_HID_SC_SUBT_FUNC" 78 // 79 #define HID_SC_NAVIPI_TOOLBOX "SC_HID_SC_NAVIPI_TOOLBOX" 80 // Bereich ist voll! 81 82 // Hilfe IDs fuer Dialoge / Pages (max.70) ----------------------------------- 83 #define HID_SC_AUTOFORMAT "SC_HID_SC_AUTOFORMAT" 84 #define HID_SC_PIVOTFILTER "SC_HID_SC_PIVOTFILTER" 85 #define HID_SC_INPORTOPT "SC_HID_SC_INPORTOPT" 86 #define HID_SC_PIVOTSUBT "SC_HID_SC_PIVOTSUBT" 87 #define HID_SC_FORM_ARGS "SC_HID_SC_FORM_ARGS" 88 #define HID_SCPAGE_SORT_FIELDS "SC_HID_SCPAGE_SORT_FIELDS" 89 #define HID_SCPAGE_SORT_OPTIONS "SC_HID_SCPAGE_SORT_OPTIONS" 90 #define HID_SCPAGE_SUBT_OPTIONS "SC_HID_SCPAGE_SUBT_OPTIONS" 91 #define HID_SCPAGE_SUBT_GROUP "SC_HID_SCPAGE_SUBT_GROUP" 92 #define HID_SCPAGE_PROTECTION "SC_HID_SCPAGE_PROTECTION" 93 #define HID_SCPAGE_VIEW "SC_HID_SCPAGE_VIEW" 94 #define HID_SCPAGE_CALC "SC_HID_SCPAGE_CALC" 95 #define HID_SCPAGE_USERLISTS "SC_HID_SCPAGE_USERLISTS" 96 #define HID_SCPAGE_HFEDIT "SC_HID_SCPAGE_HFEDIT" 97 #define HID_SCPAGE_AREAS "SC_HID_SCPAGE_AREAS" 98 #define HID_SCPAGE_TABLE "SC_HID_SCPAGE_TABLE" 99 #define HID_SCPAGE_PRINT "SC_HID_SCPAGE_PRINT" 100 101 #define HID_SCPAGE_SUBT_GROUP1 "SC_HID_SCPAGE_SUBT_GROUP1" 102 #define HID_SCPAGE_SUBT_GROUP2 "SC_HID_SCPAGE_SUBT_GROUP2" 103 #define HID_SCPAGE_SUBT_GROUP3 "SC_HID_SCPAGE_SUBT_GROUP3" 104 105 #define HID_SCPAGE_HFED_HL "SC_HID_SCPAGE_HFED_HL" 106 #define HID_SCPAGE_HFED_HR "SC_HID_SCPAGE_HFED_HR" 107 #define HID_SCPAGE_HFED_FL "SC_HID_SCPAGE_HFED_FL" 108 #define HID_SCPAGE_HFED_FR "SC_HID_SCPAGE_HFED_FR" 109 110 #define HID_SCPAGE_CONTENT "SC_HID_SCPAGE_CONTENT" 111 #define HID_SCPAGE_LAYOUT "SC_HID_SCPAGE_LAYOUT" 112 #define HID_SCPAGE_INPUT "SC_HID_SCPAGE_INPUT" 113 114 #define HID_SC_NAVIGATOR "SC_HID_SC_NAVIGATOR" 115 116 #define HID_SC_MTRIN_VAL "SC_HID_SC_MTRIN_VAL" 117 #define HID_SC_MTRIN_DEF "SC_HID_SC_MTRIN_DEF" 118 #define HID_SC_SELENTRY_LIST "SC_HID_SC_SELENTRY_LIST" 119 #define HID_SC_GROUP_COLS "SC_HID_SC_GROUP_COLS" 120 #define HID_SC_GROUP_ROWS "SC_HID_SC_GROUP_ROWS" 121 122 #define HID_SC_HF_TEXT "SC_HID_SC_HF_TEXT" 123 #define HID_SC_HF_FILE "SC_HID_SC_HF_FILE" 124 #define HID_SC_HF_TABLE "SC_HID_SC_HF_TABLE" 125 #define HID_SC_HF_PAGE "SC_HID_SC_HF_PAGE" 126 #define HID_SC_HF_PAGES "SC_HID_SC_HF_PAGES" 127 #define HID_SC_HF_DATE "SC_HID_SC_HF_DATE" 128 #define HID_SC_HF_TIME "SC_HID_SC_HF_TIME" 129 130 #define HID_SC_HEADER_EDIT "SC_HID_SC_HEADER_EDIT" 131 #define HID_SC_FOOTER_EDIT "SC_HID_SC_FOOTER_EDIT" 132 133 #define HID_SC_SCENWIN_TOP "SC_HID_SC_SCENWIN_TOP" 134 #define HID_SC_SCENWIN_BOTTOM "SC_HID_SC_SCENWIN_BOTTOM" 135 136 #define HID_SC_INPUTWIN "SC_HID_SC_INPUTWIN" 137 138 #define HID_SC_RENAME_NAME "SC_HID_SC_RENAME_NAME" 139 #define HID_SC_APPEND_NAME "SC_HID_SC_APPEND_NAME" 140 141 // Funktionsautopilot: nur als Unique-IDs 142 #define HID_SC_FAP_PAGE "SC_HID_SC_FAP_PAGE" 143 #define HID_SC_FAP_EDIT1 "SC_HID_SC_FAP_EDIT1" 144 #define HID_SC_FAP_EDIT2 "SC_HID_SC_FAP_EDIT2" 145 #define HID_SC_FAP_EDIT3 "SC_HID_SC_FAP_EDIT3" 146 #define HID_SC_FAP_EDIT4 "SC_HID_SC_FAP_EDIT4" 147 148 #define HID_SC_ADD_AUTOFMT "SC_HID_SC_ADD_AUTOFMT" 149 #define HID_SC_AUTOFMT_NAME "SC_HID_SC_AUTOFMT_NAME" 150 151 #define HID_SC_DROPMODE_URL "SC_HID_SC_DROPMODE_URL" 152 #define HID_SC_DROPMODE_LINK "SC_HID_SC_DROPMODE_LINK" 153 #define HID_SC_DROPMODE_COPY "SC_HID_SC_DROPMODE_COPY" 154 155 #define HID_SC_FAP_STRUCT "SC_HID_SC_FAP_STRUCT" 156 #define HID_SC_ASCII_TABCTR "SC_HID_SC_ASCII_TABCTR" 157 158 #define HID_SC_SCENARIO_DELETE "SC_HID_SC_SCENARIO_DELETE" 159 #define HID_SC_SCENARIO_EDIT "SC_HID_SC_SCENARIO_EDIT" 160 161 #define HID_SCDLG_FORMULA "SC_HID_SCDLG_FORMULA" 162 #define HID_SCDLG_CONDFORMAT "SC_HID_SCDLG_CONDFORMAT" 163 #define HID_COLROWNAMERANGES "SC_HID_COLROWNAMERANGES" 164 165 #define HID_FUNCTION_BOX "SC_HID_FUNCTION_BOX" 166 #define HID_SCPAGE_OPREDLINE "SC_HID_SCPAGE_OPREDLINE" 167 #define HID_SC_REDLIN_CTR "SC_HID_SC_REDLIN_CTR" 168 169 //Kopf/FusszeilenDlg: Contextmenue fuer Dateiname 170 #define HID_FCOMMAND_TITEL "SC_HID_FCOMMAND_TITEL" 171 #define HID_FCOMMAND_FILENAME "SC_HID_FCOMMAND_FILENAME" 172 #define HID_FCOMMAND_PATH "SC_HID_FCOMMAND_PATH" 173 174 175 // Hilfe IDs fuer Objekt- und Werkzeugleisten (max.10) ----------------------- 176 177 #define HID_SC_TOOLBOX_TOOLS "SC_HID_SC_TOOLBOX_TOOLS" 178 #define HID_SC_TOOLBOX_TABLE "SC_HID_SC_TOOLBOX_TABLE" 179 #define HID_SC_TOOLBOX_DRAW "SC_HID_SC_TOOLBOX_DRAW" 180 #define HID_SC_TOOLBOX_DRTEXT "SC_HID_SC_TOOLBOX_DRTEXT" 181 #define HID_SC_TOOLBOX_PREVIEW "SC_HID_SC_TOOLBOX_PREVIEW" 182 183 // wrong group - HID_SC_DLG_START is full 184 #define HID_SC_RENAME_AUTOFMT "SC_HID_SC_RENAME_AUTOFMT" 185 #define HID_SC_REN_AFMT_NAME "SC_HID_SC_REN_AFMT_NAME" 186 187 #define HID_SC_TOOLBOX_GRAPHIC "SC_HID_SC_TOOLBOX_GRAPHIC" 188 189 #define HID_CHG_PROTECT "SC_HID_CHG_PROTECT" 190 191 #define HID_SC_RENAME_OBJECT "SC_HID_SC_RENAME_OBJECT" 192 193 #define HID_SC_REN_AFMT_DLG "SC_HID_SC_REN_AFMT_DLG" 194 195 // Hilfe IDs fuer Submenus (max.50) ------------------------------------------ 196 #define HID_SCMENU_EDIT "SC_HID_SCMENU_EDIT" 197 #define HID_SCMENU_FILL "SC_HID_SCMENU_FILL" 198 #define HID_SCMENU_DELBREAK "SC_HID_SCMENU_DELBREAK" 199 #define HID_SCMENU_VIEW "SC_HID_SCMENU_VIEW" 200 #define HID_SCMENU_TOOLBARS "SC_HID_SCMENU_TOOLBARS" 201 #define HID_SCMENU_INSERT "SC_HID_SCMENU_INSERT" 202 #define HID_SCMENU_INSBREAK "SC_HID_SCMENU_INSBREAK" 203 #define HID_SCMENU_NAME "SC_HID_SCMENU_NAME" 204 #define HID_SCMENU_GRAPHIC "SC_HID_SCMENU_GRAPHIC" 205 #define HID_SCMENU_DATA "SC_HID_SCMENU_DATA" 206 #define HID_SCMENU_FILTER "SC_HID_SCMENU_FILTER" 207 #define HID_SCMENU_OUTLINE "SC_HID_SCMENU_OUTLINE" 208 #define HID_SCMENU_PIVOT "SC_HID_SCMENU_PIVOT" 209 #define HID_SCMENU_EXTRA "SC_HID_SCMENU_EXTRA" 210 #define HID_SCMENU_SPELLING "SC_HID_SCMENU_SPELLING" 211 #define HID_SCMENU_AUDIT "SC_HID_SCMENU_AUDIT" 212 #define HID_SCMENU_PROTECT "SC_HID_SCMENU_PROTECT" 213 #define HID_SCMENU_CELLCONT "SC_HID_SCMENU_CELLCONT" 214 #define HID_SCMENU_ROW "SC_HID_SCMENU_ROW" 215 #define HID_SCMENU_COL "SC_HID_SCMENU_COL" 216 #define HID_SCMENU_TAB "SC_HID_SCMENU_TAB" 217 #define HID_SCMENU_MERGE "SC_HID_SCMENU_MERGE" 218 #define HID_SCMENU_AREA "SC_HID_SCMENU_AREA" 219 #define HID_SCMENU_OBJMIRROR "SC_HID_SCMENU_OBJMIRROR" 220 #define HID_SCMENU_OBJARRANGE "SC_HID_SCMENU_OBJARRANGE" 221 #define HID_SCMENU_ANCHOR "SC_HID_SCMENU_ANCHOR" 222 #define HID_SCMENU_SENDTO "SC_HID_SCMENU_SENDTO" 223 #define HID_SCMENU_CHANGES "SC_HID_SCMENU_CHANGES" 224 225 #define HID_SC_FAP_BTN_FX1 "SC_HID_SC_FAP_BTN_FX1" 226 #define HID_SC_FAP_BTN_FX2 "SC_HID_SC_FAP_BTN_FX2" 227 #define HID_SC_FAP_BTN_FX3 "SC_HID_SC_FAP_BTN_FX3" 228 #define HID_SC_FAP_BTN_FX4 "SC_HID_SC_FAP_BTN_FX4" 229 #define HID_SC_FAP_BTN_REF1 "SC_HID_SC_FAP_BTN_REF1" 230 #define HID_SC_FAP_BTN_REF2 "SC_HID_SC_FAP_BTN_REF2" 231 #define HID_SC_FAP_BTN_REF3 "SC_HID_SC_FAP_BTN_REF3" 232 #define HID_SC_FAP_BTN_REF4 "SC_HID_SC_FAP_BTN_REF4" 233 #define HID_SC_FAP_FORMULA "SC_HID_SC_FAP_FORMULA" 234 235 #define HID_SC_SORT_ACTION "SC_HID_SC_SORT_ACTION" 236 #define HID_SC_SORT_AUTHOR "SC_HID_SC_SORT_AUTHOR" 237 #define HID_SC_SORT_DATE "SC_HID_SC_SORT_DATE" 238 #define HID_SC_SORT_COMMENT "SC_HID_SC_SORT_COMMENT" 239 #define HID_SORT_POSITION "SC_HID_SORT_POSITION" 240 #define HID_SC_CHANGES_COMMENT "SC_HID_SC_CHANGES_COMMENT" 241 #define HID_SC_FUNCTIONLIST "SC_HID_SC_FUNCTIONLIST" 242 #define HID_SCPAGE_OPTLOAD "SC_HID_SCPAGE_OPTLOAD" 243 #define HID_PASSWD_TABLE "SC_HID_PASSWD_TABLE" 244 #define HID_PASSWD_DOC "SC_HID_PASSWD_DOC" 245 246 #define HID_DATAPILOT_TYPE "SC_HID_DATAPILOT_TYPE" 247 #define HID_DATAPILOT_DATABASE "SC_HID_DATAPILOT_DATABASE" 248 #define HID_DATAPILOT_SERVICE "SC_HID_DATAPILOT_SERVICE" 249 250 // Other help IDs (max.70) --------------------------------------------------- 251 #define HID_SCDLG_LINKAREAURL "SC_HID_SCDLG_LINKAREAURL" 252 #define HID_SCMENU_EDIT_TABLE "SC_HID_SCMENU_EDIT_TABLE" 253 254 #define HID_SELECTTABLES "SC_HID_SELECTTABLES" 255 #define HID_SC_REPLCELLSWARN "SC_HID_SC_REPLCELLSWARN" 256 257 // data pilot layout dialog 258 #define HID_SC_DPLAY_PAGE "SC_HID_SC_DPLAY_PAGE" 259 #define HID_SC_DPLAY_COLUMN "SC_HID_SC_DPLAY_COLUMN" 260 #define HID_SC_DPLAY_ROW "SC_HID_SC_DPLAY_ROW" 261 #define HID_SC_DPLAY_DATA "SC_HID_SC_DPLAY_DATA" 262 #define HID_SC_DPLAY_SELECT "SC_HID_SC_DPLAY_SELECT" 263 264 #define HID_SC_DRAW_RENAME "SC_HID_SC_DRAW_RENAME" 265 266 #define HID_SC_DPDATAFIELD "SC_HID_SC_DPDATAFIELD" 267 #define HID_SC_DPSUBT_OPT "SC_HID_SC_DPSUBT_OPT" 268 #define HID_SC_DPSUBT_HIDE "SC_HID_SC_DPSUBT_HIDE" 269 #define HID_SC_DPNUMGROUP "SC_HID_SC_DPNUMGROUP" 270 #define HID_SC_DPDATEGROUP "SC_HID_SC_DPDATEGROUP" 271 #define HID_SC_DPDATEGROUP_LB "SC_HID_SC_DPDATEGROUP_LB" 272 #define HID_SC_DPSHOWDETAIL "SC_HID_SC_DPSHOWDETAIL" 273 274 // #i68101# 275 #define HID_SC_TITLE_DESCRIPTION_OBJECT "SC_HID_SC_TITLE_DESCRIPTION_OBJECT" 276 277 #define HID_SC_SOLVEROPTIONS "SC_HID_SC_SOLVEROPTIONS" 278 #define HID_SC_SOLVEROPTIONS_LB "SC_HID_SC_SOLVEROPTIONS_LB" 279 #define HID_SC_SOLVER_INTEGER "SC_HID_SC_SOLVER_INTEGER" 280 #define HID_SC_SOLVER_DOUBLE "SC_HID_SC_SOLVER_DOUBLE" 281 #define HID_SC_SOLVER_PROGRESS "SC_HID_SC_SOLVER_PROGRESS" 282 #define HID_SC_SOLVER_NOSOLUTION "SC_HID_SC_SOLVER_NOSOLUTION" 283 #define HID_SC_SOLVER_SUCCESS "SC_HID_SC_SOLVER_SUCCESS" 284 285 #define HID_SCDLG_CONFLICTS "SC_HID_SCDLG_CONFLICTS" 286 287 #define HID_SC_HF_HL_DEFINED "SC_HID_SC_HF_HL_DEFINED" 288 #define HID_SC_HF_HR_DEFINED "SC_HID_SC_HF_HR_DEFINED" 289 #define HID_SC_HF_FL_DEFINED "SC_HID_SC_HF_FL_DEFINED" 290 #define HID_SC_HF_FR_DEFINED "SC_HID_SC_HF_FR_DEFINED" 291 292 // Analysis Addin Functions (max.120) ---------------------------------------- 293 #define HID_AAI_FUNC_WORKDAY "SC_HID_AAI_FUNC_WORKDAY" 294 #define HID_AAI_FUNC_YEARFRAC "SC_HID_AAI_FUNC_YEARFRAC" 295 #define HID_AAI_FUNC_EDATE "SC_HID_AAI_FUNC_EDATE" 296 #define HID_AAI_FUNC_WEEKNUM "SC_HID_AAI_FUNC_WEEKNUM" 297 #define HID_AAI_FUNC_EOMONTH "SC_HID_AAI_FUNC_EOMONTH" 298 #define HID_AAI_FUNC_NETWORKDAYS "SC_HID_AAI_FUNC_NETWORKDAYS" 299 #define HID_AAI_FUNC_AMORDEGRC "SC_HID_AAI_FUNC_AMORDEGRC" 300 #define HID_AAI_FUNC_AMORLINC "SC_HID_AAI_FUNC_AMORLINC" 301 #define HID_AAI_FUNC_ACCRINT "SC_HID_AAI_FUNC_ACCRINT" 302 #define HID_AAI_FUNC_ACCRINTM "SC_HID_AAI_FUNC_ACCRINTM" 303 #define HID_AAI_FUNC_RECEIVED "SC_HID_AAI_FUNC_RECEIVED" 304 #define HID_AAI_FUNC_DISC "SC_HID_AAI_FUNC_DISC" 305 #define HID_AAI_FUNC_DURATION "SC_HID_AAI_FUNC_DURATION" 306 #define HID_AAI_FUNC_EFFECT "SC_HID_AAI_FUNC_EFFECT" 307 #define HID_AAI_FUNC_CUMPRINC "SC_HID_AAI_FUNC_CUMPRINC" 308 #define HID_AAI_FUNC_CUMIPMT "SC_HID_AAI_FUNC_CUMIPMT" 309 #define HID_AAI_FUNC_PRICE "SC_HID_AAI_FUNC_PRICE" 310 #define HID_AAI_FUNC_PRICEDISC "SC_HID_AAI_FUNC_PRICEDISC" 311 #define HID_AAI_FUNC_PRICEMAT "SC_HID_AAI_FUNC_PRICEMAT" 312 #define HID_AAI_FUNC_MDURATION "SC_HID_AAI_FUNC_MDURATION" 313 #define HID_AAI_FUNC_NOMINAL "SC_HID_AAI_FUNC_NOMINAL" 314 #define HID_AAI_FUNC_DOLLARFR "SC_HID_AAI_FUNC_DOLLARFR" 315 #define HID_AAI_FUNC_DOLLARDE "SC_HID_AAI_FUNC_DOLLARDE" 316 #define HID_AAI_FUNC_YIELD "SC_HID_AAI_FUNC_YIELD" 317 #define HID_AAI_FUNC_YIELDDISC "SC_HID_AAI_FUNC_YIELDDISC" 318 #define HID_AAI_FUNC_YIELDMAT "SC_HID_AAI_FUNC_YIELDMAT" 319 #define HID_AAI_FUNC_TBILLEQ "SC_HID_AAI_FUNC_TBILLEQ" 320 #define HID_AAI_FUNC_TBILLPRICE "SC_HID_AAI_FUNC_TBILLPRICE" 321 #define HID_AAI_FUNC_TBILLYIELD "SC_HID_AAI_FUNC_TBILLYIELD" 322 #define HID_AAI_FUNC_ODDFPRICE "SC_HID_AAI_FUNC_ODDFPRICE" 323 #define HID_AAI_FUNC_ODDFYIELD "SC_HID_AAI_FUNC_ODDFYIELD" 324 #define HID_AAI_FUNC_ODDLPRICE "SC_HID_AAI_FUNC_ODDLPRICE" 325 #define HID_AAI_FUNC_ODDLYIELD "SC_HID_AAI_FUNC_ODDLYIELD" 326 #define HID_AAI_FUNC_XIRR "SC_HID_AAI_FUNC_XIRR" 327 #define HID_AAI_FUNC_XNPV "SC_HID_AAI_FUNC_XNPV" 328 #define HID_AAI_FUNC_INTRATE "SC_HID_AAI_FUNC_INTRATE" 329 #define HID_AAI_FUNC_COUPNCD "SC_HID_AAI_FUNC_COUPNCD" 330 #define HID_AAI_FUNC_COUPDAYS "SC_HID_AAI_FUNC_COUPDAYS" 331 #define HID_AAI_FUNC_COUPDAYSNC "SC_HID_AAI_FUNC_COUPDAYSNC" 332 #define HID_AAI_FUNC_COUPDAYBS "SC_HID_AAI_FUNC_COUPDAYBS" 333 #define HID_AAI_FUNC_COUPPCD "SC_HID_AAI_FUNC_COUPPCD" 334 #define HID_AAI_FUNC_COUPNUM "SC_HID_AAI_FUNC_COUPNUM" 335 #define HID_AAI_FUNC_FVSCHEDULE "SC_HID_AAI_FUNC_FVSCHEDULE" 336 #define HID_AAI_FUNC_ISEVEN "SC_HID_AAI_FUNC_ISEVEN" 337 #define HID_AAI_FUNC_ISODD "SC_HID_AAI_FUNC_ISODD" 338 #define HID_AAI_FUNC_GCD "SC_HID_AAI_FUNC_GCD" 339 #define HID_AAI_FUNC_LCM "SC_HID_AAI_FUNC_LCM" 340 #define HID_AAI_FUNC_MULTINOMIAL "SC_HID_AAI_FUNC_MULTINOMIAL" 341 #define HID_AAI_FUNC_SERIESSUM "SC_HID_AAI_FUNC_SERIESSUM" 342 #define HID_AAI_FUNC_QUOTIENT "SC_HID_AAI_FUNC_QUOTIENT" 343 #define HID_AAI_FUNC_MROUND "SC_HID_AAI_FUNC_MROUND" 344 #define HID_AAI_FUNC_SQRTPI "SC_HID_AAI_FUNC_SQRTPI" 345 #define HID_AAI_FUNC_RANDBETWEEN "SC_HID_AAI_FUNC_RANDBETWEEN" 346 #define HID_AAI_FUNC_BESSELI "SC_HID_AAI_FUNC_BESSELI" 347 #define HID_AAI_FUNC_BESSELJ "SC_HID_AAI_FUNC_BESSELJ" 348 #define HID_AAI_FUNC_BESSELK "SC_HID_AAI_FUNC_BESSELK" 349 #define HID_AAI_FUNC_BESSELY "SC_HID_AAI_FUNC_BESSELY" 350 #define HID_AAI_FUNC_BIN2DEC "SC_HID_AAI_FUNC_BIN2DEC" 351 #define HID_AAI_FUNC_BIN2HEX "SC_HID_AAI_FUNC_BIN2HEX" 352 #define HID_AAI_FUNC_BIN2OCT "SC_HID_AAI_FUNC_BIN2OCT" 353 #define HID_AAI_FUNC_DELTA "SC_HID_AAI_FUNC_DELTA" 354 #define HID_AAI_FUNC_DEC2BIN "SC_HID_AAI_FUNC_DEC2BIN" 355 #define HID_AAI_FUNC_DEC2HEX "SC_HID_AAI_FUNC_DEC2HEX" 356 #define HID_AAI_FUNC_DEC2OCT "SC_HID_AAI_FUNC_DEC2OCT" 357 #define HID_AAI_FUNC_ERF "SC_HID_AAI_FUNC_ERF" 358 #define HID_AAI_FUNC_ERFC "SC_HID_AAI_FUNC_ERFC" 359 #define HID_AAI_FUNC_GESTEP "SC_HID_AAI_FUNC_GESTEP" 360 #define HID_AAI_FUNC_HEX2BIN "SC_HID_AAI_FUNC_HEX2BIN" 361 #define HID_AAI_FUNC_HEX2DEC "SC_HID_AAI_FUNC_HEX2DEC" 362 #define HID_AAI_FUNC_HEX2OCT "SC_HID_AAI_FUNC_HEX2OCT" 363 #define HID_AAI_FUNC_IMABS "SC_HID_AAI_FUNC_IMABS" 364 #define HID_AAI_FUNC_IMAGINARY "SC_HID_AAI_FUNC_IMAGINARY" 365 #define HID_AAI_FUNC_IMPOWER "SC_HID_AAI_FUNC_IMPOWER" 366 #define HID_AAI_FUNC_IMARGUMENT "SC_HID_AAI_FUNC_IMARGUMENT" 367 #define HID_AAI_FUNC_IMCOS "SC_HID_AAI_FUNC_IMCOS" 368 #define HID_AAI_FUNC_IMDIV "SC_HID_AAI_FUNC_IMDIV" 369 #define HID_AAI_FUNC_IMEXP "SC_HID_AAI_FUNC_IMEXP" 370 #define HID_AAI_FUNC_IMCONJUGATE "SC_HID_AAI_FUNC_IMCONJUGATE" 371 #define HID_AAI_FUNC_IMLN "SC_HID_AAI_FUNC_IMLN" 372 #define HID_AAI_FUNC_IMLOG10 "SC_HID_AAI_FUNC_IMLOG10" 373 #define HID_AAI_FUNC_IMLOG2 "SC_HID_AAI_FUNC_IMLOG2" 374 #define HID_AAI_FUNC_IMPRODUCT "SC_HID_AAI_FUNC_IMPRODUCT" 375 #define HID_AAI_FUNC_IMREAL "SC_HID_AAI_FUNC_IMREAL" 376 #define HID_AAI_FUNC_IMSIN "SC_HID_AAI_FUNC_IMSIN" 377 #define HID_AAI_FUNC_IMSUB "SC_HID_AAI_FUNC_IMSUB" 378 #define HID_AAI_FUNC_IMSUM "SC_HID_AAI_FUNC_IMSUM" 379 #define HID_AAI_FUNC_IMSQRT "SC_HID_AAI_FUNC_IMSQRT" 380 #define HID_AAI_FUNC_COMPLEX "SC_HID_AAI_FUNC_COMPLEX" 381 #define HID_AAI_FUNC_OCT2BIN "SC_HID_AAI_FUNC_OCT2BIN" 382 #define HID_AAI_FUNC_OCT2DEZ "SC_HID_AAI_FUNC_OCT2DEZ" 383 #define HID_AAI_FUNC_OCT2HEX "SC_HID_AAI_FUNC_OCT2HEX" 384 #define HID_AAI_FUNC_CONVERT "SC_HID_AAI_FUNC_CONVERT" 385 #define HID_AAI_FUNC_FACTDOUBLE "SC_HID_AAI_FUNC_FACTDOUBLE" 386 387 // DateFunc Addin Functions (max.20) ----------------------------------------- 388 #define HID_DAI_FUNC_DAYSINMONTH "SC_HID_DAI_FUNC_DAYSINMONTH" 389 #define HID_DAI_FUNC_DAYSINYEAR "SC_HID_DAI_FUNC_DAYSINYEAR" 390 #define HID_DAI_FUNC_WEEKSINYEAR "SC_HID_DAI_FUNC_WEEKSINYEAR" 391 #define HID_DAI_FUNC_DIFFMONTHS "SC_HID_DAI_FUNC_DIFFMONTHS" 392 #define HID_DAI_FUNC_DIFFWEEKS "SC_HID_DAI_FUNC_DIFFWEEKS" 393 #define HID_DAI_FUNC_DIFFYEARS "SC_HID_DAI_FUNC_DIFFYEARS" 394 #define HID_DAI_FUNC_ROT13 "SC_HID_DAI_FUNC_ROT13" 395 396 #define HID_SCPAGE_OPREDLINBE_FT_CONTENT "SC_HID_SCPAGE_OPREDLINBE_FT_CONTENT" 397 #define HID_MN_FORMAT_STYLE "SC_HID_MN_FORMAT_STYLE" 398 #define HID_MN_FORMAT_ALGN "SC_HID_MN_FORMAT_ALGN" 399 #define HID_MN_FORMAT_LINESPACE "SC_HID_MN_FORMAT_LINESPACE" 400 401 402 // Ende Hilfe IDs ------------------------------------------------------------ 403 404 #define HID_SC_FUNC_DUMMY "SC_HID_SC_FUNC_DUMMY" 405 406 #define HID_FUNC_DBANZAHL "SC_HID_FUNC_DBANZAHL" 407 #define HID_FUNC_DBANZAHL2 "SC_HID_FUNC_DBANZAHL2" 408 #define HID_FUNC_DBMITTELWERT "SC_HID_FUNC_DBMITTELWERT" 409 #define HID_FUNC_DBAUSZUG "SC_HID_FUNC_DBAUSZUG" 410 #define HID_FUNC_DBMAX "SC_HID_FUNC_DBMAX" 411 #define HID_FUNC_DBMIN "SC_HID_FUNC_DBMIN" 412 #define HID_FUNC_DBPRODUKT "SC_HID_FUNC_DBPRODUKT" 413 #define HID_FUNC_DBSTDABW "SC_HID_FUNC_DBSTDABW" 414 #define HID_FUNC_DBSTDABWN "SC_HID_FUNC_DBSTDABWN" 415 #define HID_FUNC_DBSUMME "SC_HID_FUNC_DBSUMME" 416 #define HID_FUNC_DBVARIANZ "SC_HID_FUNC_DBVARIANZ" 417 #define HID_FUNC_DBVARIANZEN "SC_HID_FUNC_DBVARIANZEN" 418 419 #define HID_FUNC_DATUM "SC_HID_FUNC_DATUM" 420 #define HID_FUNC_DATWERT "SC_HID_FUNC_DATWERT" 421 #define HID_FUNC_TAG "SC_HID_FUNC_TAG" 422 #define HID_FUNC_TAGE360 "SC_HID_FUNC_TAGE360" 423 #define HID_FUNC_STUNDE "SC_HID_FUNC_STUNDE" 424 #define HID_FUNC_MINUTE "SC_HID_FUNC_MINUTE" 425 #define HID_FUNC_MONAT "SC_HID_FUNC_MONAT" 426 #define HID_FUNC_JETZT "SC_HID_FUNC_JETZT" 427 #define HID_FUNC_SEKUNDE "SC_HID_FUNC_SEKUNDE" 428 #define HID_FUNC_ZEIT "SC_HID_FUNC_ZEIT" 429 #define HID_FUNC_ZEITWERT "SC_HID_FUNC_ZEITWERT" 430 #define HID_FUNC_HEUTE "SC_HID_FUNC_HEUTE" 431 #define HID_FUNC_WOCHENTAG "SC_HID_FUNC_WOCHENTAG" 432 #define HID_FUNC_JAHR "SC_HID_FUNC_JAHR" 433 #define HID_FUNC_TAGE "SC_HID_FUNC_TAGE" 434 #define HID_FUNC_KALENDERWOCHE "SC_HID_FUNC_KALENDERWOCHE" 435 #define HID_FUNC_OSTERSONNTAG "SC_HID_FUNC_OSTERSONNTAG" 436 437 #define HID_FUNC_BW "SC_HID_FUNC_BW" 438 #define HID_FUNC_ZW "SC_HID_FUNC_ZW" 439 #define HID_FUNC_ZZR "SC_HID_FUNC_ZZR" 440 #define HID_FUNC_RMZ "SC_HID_FUNC_RMZ" 441 #define HID_FUNC_ZINS "SC_HID_FUNC_ZINS" 442 #define HID_FUNC_ZINSZ "SC_HID_FUNC_ZINSZ" 443 #define HID_FUNC_KAPZ "SC_HID_FUNC_KAPZ" 444 #define HID_FUNC_KUMKAPITAL "SC_HID_FUNC_KUMKAPITAL" 445 #define HID_FUNC_KUMZINSZ "SC_HID_FUNC_KUMZINSZ" 446 #define HID_FUNC_DIA "SC_HID_FUNC_DIA" 447 #define HID_FUNC_LIA "SC_HID_FUNC_LIA" 448 #define HID_FUNC_GDA "SC_HID_FUNC_GDA" 449 #define HID_FUNC_GDA2 "SC_HID_FUNC_GDA2" 450 #define HID_FUNC_VDB "SC_HID_FUNC_VDB" 451 #define HID_FUNC_EFFEKTIV "SC_HID_FUNC_EFFEKTIV" 452 #define HID_FUNC_NOMINAL "SC_HID_FUNC_NOMINAL" 453 #define HID_FUNC_NBW "SC_HID_FUNC_NBW" 454 #define HID_FUNC_IKV "SC_HID_FUNC_IKV" 455 #define HID_FUNC_LAUFZEIT "SC_HID_FUNC_LAUFZEIT" 456 #define HID_FUNC_ZGZ "SC_HID_FUNC_ZGZ" 457 #define HID_FUNC_QIKV "SC_HID_FUNC_QIKV" 458 #define HID_FUNC_ISPMT "SC_HID_FUNC_ISPMT" 459 460 #define HID_FUNC_ISTBEZUG "SC_HID_FUNC_ISTBEZUG" 461 #define HID_FUNC_ISTFEHL "SC_HID_FUNC_ISTFEHL" 462 #define HID_FUNC_ISTFEHLER "SC_HID_FUNC_ISTFEHLER" 463 #define HID_FUNC_ISTLEER "SC_HID_FUNC_ISTLEER" 464 #define HID_FUNC_ISTLOG "SC_HID_FUNC_ISTLOG" 465 #define HID_FUNC_ISTNV "SC_HID_FUNC_ISTNV" 466 #define HID_FUNC_ISTKTEXT "SC_HID_FUNC_ISTKTEXT" 467 #define HID_FUNC_ISTTEXT "SC_HID_FUNC_ISTTEXT" 468 #define HID_FUNC_ISTZAHL "SC_HID_FUNC_ISTZAHL" 469 #define HID_FUNC_ISTFORMEL "SC_HID_FUNC_ISTFORMEL" 470 #define HID_FUNC_N "SC_HID_FUNC_N" 471 #define HID_FUNC_NV "SC_HID_FUNC_NV" 472 #define HID_FUNC_TYP "SC_HID_FUNC_TYP" 473 #define HID_FUNC_AKTUELL "SC_HID_FUNC_AKTUELL" 474 #define HID_FUNC_FORMEL "SC_HID_FUNC_FORMEL" 475 #define HID_FUNC_ZELLE "SC_HID_FUNC_ZELLE" 476 #define HID_FUNC_INFO "SC_HID_FUNC_INFO" 477 478 479 #define HID_FUNC_FALSCH "SC_HID_FUNC_FALSCH" 480 #define HID_FUNC_NICHT "SC_HID_FUNC_NICHT" 481 #define HID_FUNC_WAHR "SC_HID_FUNC_WAHR" 482 #define HID_FUNC_WENN "SC_HID_FUNC_WENN" 483 #define HID_FUNC_ODER "SC_HID_FUNC_ODER" 484 #define HID_FUNC_UND "SC_HID_FUNC_UND" 485 486 #define HID_FUNC_ABS "SC_HID_FUNC_ABS" 487 #define HID_FUNC_POTENZ "SC_HID_FUNC_POTENZ" 488 #define HID_FUNC_ANZAHLLEEREZELLEN "SC_HID_FUNC_ANZAHLLEEREZELLEN" 489 #define HID_FUNC_PI "SC_HID_FUNC_PI" 490 #define HID_FUNC_SUMME "SC_HID_FUNC_SUMME" 491 #define HID_FUNC_QUADRATESUMME "SC_HID_FUNC_QUADRATESUMME" 492 #define HID_FUNC_PRODUKT "SC_HID_FUNC_PRODUKT" 493 #define HID_FUNC_SUMMEWENN "SC_HID_FUNC_SUMMEWENN" 494 #define HID_FUNC_ZAEHLENWENN "SC_HID_FUNC_ZAEHLENWENN" 495 #define HID_FUNC_WURZEL "SC_HID_FUNC_WURZEL" 496 #define HID_FUNC_ZUFALLSZAHL "SC_HID_FUNC_ZUFALLSZAHL" 497 #define HID_FUNC_ISTGERADE "SC_HID_FUNC_ISTGERADE" 498 #define HID_FUNC_ISTUNGERADE "SC_HID_FUNC_ISTUNGERADE" 499 #define HID_FUNC_KOMBINATIONEN "SC_HID_FUNC_KOMBINATIONEN" 500 #define HID_FUNC_KOMBINATIONEN2 "SC_HID_FUNC_KOMBINATIONEN2" 501 #define HID_FUNC_ARCCOS "SC_HID_FUNC_ARCCOS" 502 #define HID_FUNC_ARCSIN "SC_HID_FUNC_ARCSIN" 503 #define HID_FUNC_ARCOSHYP "SC_HID_FUNC_ARCOSHYP" 504 #define HID_FUNC_ARSINHYP "SC_HID_FUNC_ARSINHYP" 505 #define HID_FUNC_ARCCOT "SC_HID_FUNC_ARCCOT" 506 #define HID_FUNC_ARCTAN "SC_HID_FUNC_ARCTAN" 507 #define HID_FUNC_ARCOTHYP "SC_HID_FUNC_ARCOTHYP" 508 #define HID_FUNC_ARTANHYP "SC_HID_FUNC_ARTANHYP" 509 #define HID_FUNC_COS "SC_HID_FUNC_COS" 510 #define HID_FUNC_SIN "SC_HID_FUNC_SIN" 511 #define HID_FUNC_COT "SC_HID_FUNC_COT" 512 #define HID_FUNC_TAN "SC_HID_FUNC_TAN" 513 #define HID_FUNC_COSHYP "SC_HID_FUNC_COSHYP" 514 #define HID_FUNC_SINHYP "SC_HID_FUNC_SINHYP" 515 #define HID_FUNC_COTHYP "SC_HID_FUNC_COTHYP" 516 #define HID_FUNC_TANHYP "SC_HID_FUNC_TANHYP" 517 #define HID_FUNC_ARCTAN2 "SC_HID_FUNC_ARCTAN2" 518 #define HID_FUNC_DEG "SC_HID_FUNC_DEG" 519 #define HID_FUNC_RAD "SC_HID_FUNC_RAD" 520 #define HID_FUNC_EXP "SC_HID_FUNC_EXP" 521 #define HID_FUNC_LOG "SC_HID_FUNC_LOG" 522 #define HID_FUNC_LN "SC_HID_FUNC_LN" 523 #define HID_FUNC_LOG10 "SC_HID_FUNC_LOG10" 524 #define HID_FUNC_FAKULTAET "SC_HID_FUNC_FAKULTAET" 525 #define HID_FUNC_REST "SC_HID_FUNC_REST" 526 #define HID_FUNC_VORZEICHEN "SC_HID_FUNC_VORZEICHEN" 527 #define HID_FUNC_TEILERGEBNIS "SC_HID_FUNC_TEILERGEBNIS" 528 #define HID_FUNC_GANZZAHL "SC_HID_FUNC_GANZZAHL" 529 #define HID_FUNC_KUERZEN "SC_HID_FUNC_KUERZEN" 530 #define HID_FUNC_RUNDEN "SC_HID_FUNC_RUNDEN" 531 #define HID_FUNC_AUFRUNDEN "SC_HID_FUNC_AUFRUNDEN" 532 #define HID_FUNC_ABRUNDEN "SC_HID_FUNC_ABRUNDEN" 533 #define HID_FUNC_GERADE "SC_HID_FUNC_GERADE" 534 #define HID_FUNC_UNGERADE "SC_HID_FUNC_UNGERADE" 535 #define HID_FUNC_OBERGRENZE "SC_HID_FUNC_OBERGRENZE" 536 #define HID_FUNC_UNTERGRENZE "SC_HID_FUNC_UNTERGRENZE" 537 #define HID_FUNC_GGT "SC_HID_FUNC_GGT" 538 #define HID_FUNC_KGV "SC_HID_FUNC_KGV" 539 #define HID_FUNC_UMRECHNEN "SC_HID_FUNC_UMRECHNEN" 540 #define HID_FUNC_EUROCONVERT "SC_HID_FUNC_EUROCONVERT" 541 542 #define HID_FUNC_MTRANS "SC_HID_FUNC_MTRANS" 543 #define HID_FUNC_MMULT "SC_HID_FUNC_MMULT" 544 #define HID_FUNC_MDET "SC_HID_FUNC_MDET" 545 #define HID_FUNC_MINV "SC_HID_FUNC_MINV" 546 #define HID_FUNC_EINHEITSMATRIX "SC_HID_FUNC_EINHEITSMATRIX" 547 #define HID_FUNC_SUMMENPRODUKT "SC_HID_FUNC_SUMMENPRODUKT" 548 #define HID_FUNC_SUMMEX2MY2 "SC_HID_FUNC_SUMMEX2MY2" 549 #define HID_FUNC_SUMMEX2PY2 "SC_HID_FUNC_SUMMEX2PY2" 550 #define HID_FUNC_SUMMEXMY2 "SC_HID_FUNC_SUMMEXMY2" 551 #define HID_FUNC_HAEUFIGKEIT "SC_HID_FUNC_HAEUFIGKEIT" 552 #define HID_FUNC_RGP "SC_HID_FUNC_RGP" 553 #define HID_FUNC_RKP "SC_HID_FUNC_RKP" 554 #define HID_FUNC_TREND "SC_HID_FUNC_TREND" 555 #define HID_FUNC_VARIATION "SC_HID_FUNC_VARIATION" 556 557 #define HID_FUNC_ANZAHL "SC_HID_FUNC_ANZAHL" 558 #define HID_FUNC_ANZAHL2 "SC_HID_FUNC_ANZAHL2" 559 #define HID_FUNC_MAX "SC_HID_FUNC_MAX" 560 #define HID_FUNC_MIN "SC_HID_FUNC_MIN" 561 #define HID_FUNC_VARIANZ "SC_HID_FUNC_VARIANZ" 562 #define HID_FUNC_VARIANZEN "SC_HID_FUNC_VARIANZEN" 563 #define HID_FUNC_STABW "SC_HID_FUNC_STABW" 564 #define HID_FUNC_STABWN "SC_HID_FUNC_STABWN" 565 #define HID_FUNC_MITTELWERT "SC_HID_FUNC_MITTELWERT" 566 #define HID_FUNC_SUMQUADABW "SC_HID_FUNC_SUMQUADABW" 567 #define HID_FUNC_MITTELABW "SC_HID_FUNC_MITTELABW" 568 #define HID_FUNC_SCHIEFE "SC_HID_FUNC_SCHIEFE" 569 #define HID_FUNC_KURT "SC_HID_FUNC_KURT" 570 #define HID_FUNC_GEOMITTEL "SC_HID_FUNC_GEOMITTEL" 571 #define HID_FUNC_HARMITTEL "SC_HID_FUNC_HARMITTEL" 572 #define HID_FUNC_MODALWERT "SC_HID_FUNC_MODALWERT" 573 #define HID_FUNC_MEDIAN "SC_HID_FUNC_MEDIAN" 574 #define HID_FUNC_QUANTIL "SC_HID_FUNC_QUANTIL" 575 #define HID_FUNC_QUARTILE "SC_HID_FUNC_QUARTILE" 576 #define HID_FUNC_KGROESSTE "SC_HID_FUNC_KGROESSTE" 577 #define HID_FUNC_KKLEINSTE "SC_HID_FUNC_KKLEINSTE" 578 #define HID_FUNC_QUANTILSRANG "SC_HID_FUNC_QUANTILSRANG" 579 #define HID_FUNC_RANG "SC_HID_FUNC_RANG" 580 #define HID_FUNC_GESTUTZTMITTEL "SC_HID_FUNC_GESTUTZTMITTEL" 581 #define HID_FUNC_WAHRSCHBEREICH "SC_HID_FUNC_WAHRSCHBEREICH" 582 #define HID_FUNC_B "SC_HID_FUNC_B" 583 #define HID_FUNC_PHI "SC_HID_FUNC_PHI" 584 #define HID_FUNC_GAUSS "SC_HID_FUNC_GAUSS" 585 #define HID_FUNC_FISHER "SC_HID_FUNC_FISHER" 586 #define HID_FUNC_FISHERINV "SC_HID_FUNC_FISHERINV" 587 #define HID_FUNC_BINOMVERT "SC_HID_FUNC_BINOMVERT" 588 #define HID_FUNC_NEGBINOMVERT "SC_HID_FUNC_NEGBINOMVERT" 589 #define HID_FUNC_KRITBINOM "SC_HID_FUNC_KRITBINOM" 590 #define HID_FUNC_POISSON "SC_HID_FUNC_POISSON" 591 #define HID_FUNC_NORMVERT "SC_HID_FUNC_NORMVERT" 592 #define HID_FUNC_NORMINV "SC_HID_FUNC_NORMINV" 593 #define HID_FUNC_STANDNORMVERT "SC_HID_FUNC_STANDNORMVERT" 594 #define HID_FUNC_STANDNORMINV "SC_HID_FUNC_STANDNORMINV" 595 #define HID_FUNC_LOGNORMVERT "SC_HID_FUNC_LOGNORMVERT" 596 #define HID_FUNC_LOGINV "SC_HID_FUNC_LOGINV" 597 #define HID_FUNC_EXPONVERT "SC_HID_FUNC_EXPONVERT" 598 #define HID_FUNC_GAMMAVERT "SC_HID_FUNC_GAMMAVERT" 599 #define HID_FUNC_GAMMAINV "SC_HID_FUNC_GAMMAINV" 600 #define HID_FUNC_GAMMALN "SC_HID_FUNC_GAMMALN" 601 #define HID_FUNC_BETAVERT "SC_HID_FUNC_BETAVERT" 602 #define HID_FUNC_BETAINV "SC_HID_FUNC_BETAINV" 603 #define HID_FUNC_WEIBULL "SC_HID_FUNC_WEIBULL" 604 #define HID_FUNC_HYPGEOMVERT "SC_HID_FUNC_HYPGEOMVERT" 605 #define HID_FUNC_TVERT "SC_HID_FUNC_TVERT" 606 #define HID_FUNC_TINV "SC_HID_FUNC_TINV" 607 #define HID_FUNC_FVERT "SC_HID_FUNC_FVERT" 608 #define HID_FUNC_FINV "SC_HID_FUNC_FINV" 609 #define HID_FUNC_CHIVERT "SC_HID_FUNC_CHIVERT" 610 #define HID_FUNC_CHIINV "SC_HID_FUNC_CHIINV" 611 #define HID_FUNC_STANDARDISIERUNG "SC_HID_FUNC_STANDARDISIERUNG" 612 #define HID_FUNC_VARIATIONEN "SC_HID_FUNC_VARIATIONEN" 613 #define HID_FUNC_VARIATIONEN2 "SC_HID_FUNC_VARIATIONEN2" 614 #define HID_FUNC_KONFIDENZ "SC_HID_FUNC_KONFIDENZ" 615 #define HID_FUNC_GTEST "SC_HID_FUNC_GTEST" 616 #define HID_FUNC_CHITEST "SC_HID_FUNC_CHITEST" 617 #define HID_FUNC_FTEST "SC_HID_FUNC_FTEST" 618 #define HID_FUNC_TTEST "SC_HID_FUNC_TTEST" 619 #define HID_FUNC_BESTIMMTHEITSMASS "SC_HID_FUNC_BESTIMMTHEITSMASS" 620 #define HID_FUNC_ACHSENABSCHNITT "SC_HID_FUNC_ACHSENABSCHNITT" 621 #define HID_FUNC_STEIGUNG "SC_HID_FUNC_STEIGUNG" 622 #define HID_FUNC_STFEHLERYX "SC_HID_FUNC_STFEHLERYX" 623 #define HID_FUNC_PEARSON "SC_HID_FUNC_PEARSON" 624 #define HID_FUNC_KORREL "SC_HID_FUNC_KORREL" 625 #define HID_FUNC_KOVAR "SC_HID_FUNC_KOVAR" 626 #define HID_FUNC_SCHAETZER "SC_HID_FUNC_SCHAETZER" 627 #define HID_FUNC_MINA "SC_HID_FUNC_MINA" 628 #define HID_FUNC_MAXA "SC_HID_FUNC_MAXA" 629 #define HID_FUNC_MITTELWERTA "SC_HID_FUNC_MITTELWERTA" 630 #define HID_FUNC_STABWA "SC_HID_FUNC_STABWA" 631 #define HID_FUNC_STABWNA "SC_HID_FUNC_STABWNA" 632 #define HID_FUNC_VARIANZA "SC_HID_FUNC_VARIANZA" 633 #define HID_FUNC_VARIANZENA "SC_HID_FUNC_VARIANZENA" 634 #define HID_FUNC_CHISQDIST "SC_HID_FUNC_CHISQDIST" 635 #define HID_FUNC_CHISQINV "SC_HID_FUNC_CHISQINV" 636 #define HID_FUNC_GAMMA "SC_HID_FUNC_GAMMA" 637 638 #define HID_FUNC_ADRESSE "SC_HID_FUNC_ADRESSE" 639 #define HID_FUNC_BEREICHE "SC_HID_FUNC_BEREICHE" 640 #define HID_FUNC_WAHL "SC_HID_FUNC_WAHL" 641 #define HID_FUNC_SPALTE "SC_HID_FUNC_SPALTE" 642 #define HID_FUNC_ZEILE "SC_HID_FUNC_ZEILE" 643 #define HID_FUNC_SPALTEN "SC_HID_FUNC_SPALTEN" 644 #define HID_FUNC_ZEILEN "SC_HID_FUNC_ZEILEN" 645 #define HID_FUNC_WVERWEIS "SC_HID_FUNC_WVERWEIS" 646 #define HID_FUNC_SVERWEIS "SC_HID_FUNC_SVERWEIS" 647 #define HID_FUNC_INDEX "SC_HID_FUNC_INDEX" 648 #define HID_FUNC_INDIREKT "SC_HID_FUNC_INDIREKT" 649 #define HID_FUNC_VERWEIS "SC_HID_FUNC_VERWEIS" 650 #define HID_FUNC_VERGLEICH "SC_HID_FUNC_VERGLEICH" 651 #define HID_FUNC_VERSCHIEBUNG "SC_HID_FUNC_VERSCHIEBUNG" 652 #define HID_FUNC_FEHLERTYP "SC_HID_FUNC_FEHLERTYP" 653 #define HID_FUNC_VORLAGE "SC_HID_FUNC_VORLAGE" 654 #define HID_FUNC_DDE "SC_HID_FUNC_DDE" 655 #define HID_FUNC_TABELLE "SC_HID_FUNC_TABELLE" 656 #define HID_FUNC_TABELLEN "SC_HID_FUNC_TABELLEN" 657 #define HID_FUNC_HYPERLINK "SC_HID_FUNC_HYPERLINK" 658 #define HID_FUNC_GETPIVOTDATA "SC_HID_FUNC_GETPIVOTDATA" 659 660 #define HID_FUNC_CODE "SC_HID_FUNC_CODE" 661 #define HID_FUNC_DM "SC_HID_FUNC_DM" 662 #define HID_FUNC_ZEICHEN "SC_HID_FUNC_ZEICHEN" 663 #define HID_FUNC_SAEUBERN "SC_HID_FUNC_SAEUBERN" 664 #define HID_FUNC_VERKETTEN "SC_HID_FUNC_VERKETTEN" 665 #define HID_FUNC_IDENTISCH "SC_HID_FUNC_IDENTISCH" 666 #define HID_FUNC_FINDEN "SC_HID_FUNC_FINDEN" 667 #define HID_FUNC_SUCHEN "SC_HID_FUNC_SUCHEN" 668 #define HID_FUNC_GLAETTEN "SC_HID_FUNC_GLAETTEN" 669 #define HID_FUNC_GROSS2 "SC_HID_FUNC_GROSS2" 670 #define HID_FUNC_GROSS "SC_HID_FUNC_GROSS" 671 #define HID_FUNC_KLEIN "SC_HID_FUNC_KLEIN" 672 #define HID_FUNC_WERT "SC_HID_FUNC_WERT" 673 #define HID_FUNC_TEXT "SC_HID_FUNC_TEXT" 674 #define HID_FUNC_T "SC_HID_FUNC_T" 675 #define HID_FUNC_ERSETZEN "SC_HID_FUNC_ERSETZEN" 676 #define HID_FUNC_FEST "SC_HID_FUNC_FEST" 677 #define HID_FUNC_LAENGE "SC_HID_FUNC_LAENGE" 678 #define HID_FUNC_LINKS "SC_HID_FUNC_LINKS" 679 #define HID_FUNC_RECHTS "SC_HID_FUNC_RECHTS" 680 #define HID_FUNC_TEIL "SC_HID_FUNC_TEIL" 681 #define HID_FUNC_WIEDERHOLEN "SC_HID_FUNC_WIEDERHOLEN" 682 #define HID_FUNC_WECHSELN "SC_HID_FUNC_WECHSELN" 683 #define HID_FUNC_BASIS "SC_HID_FUNC_BASIS" 684 #define HID_FUNC_DEZIMAL "SC_HID_FUNC_DEZIMAL" 685 #define HID_FUNC_ROEMISCH "SC_HID_FUNC_ROEMISCH" 686 #define HID_FUNC_ARABISCH "SC_HID_FUNC_ARABISCH" 687 #define HID_FUNC_BAHTTEXT "SC_HID_FUNC_BAHTTEXT" 688 #define HID_FUNC_JIS "SC_HID_FUNC_JIS" 689 #define HID_FUNC_ASC "SC_HID_FUNC_ASC" 690 #define HID_FUNC_UNICODE "SC_HID_FUNC_UNICODE" 691 #define HID_FUNC_UNICHAR "SC_HID_FUNC_UNICHAR" 692 #define HID_FUNC_NUMBERVALUE "SC_HID_FUNC_NUMBERVALUE" 693