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