1a5ae5a41SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3a5ae5a41SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4a5ae5a41SAndrew Rist * or more contributor license agreements. See the NOTICE file 5a5ae5a41SAndrew Rist * distributed with this work for additional information 6a5ae5a41SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7a5ae5a41SAndrew Rist * to you under the Apache License, Version 2.0 (the 8a5ae5a41SAndrew Rist * "License"); you may not use this file except in compliance 9a5ae5a41SAndrew Rist * with the License. You may obtain a copy of the License at 10a5ae5a41SAndrew Rist * 11a5ae5a41SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12a5ae5a41SAndrew Rist * 13a5ae5a41SAndrew Rist * Unless required by applicable law or agreed to in writing, 14a5ae5a41SAndrew Rist * software distributed under the License is distributed on an 15a5ae5a41SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16a5ae5a41SAndrew Rist * KIND, either express or implied. See the License for the 17a5ae5a41SAndrew Rist * specific language governing permissions and limitations 18a5ae5a41SAndrew Rist * under the License. 19a5ae5a41SAndrew Rist * 20a5ae5a41SAndrew Rist *************************************************************/ 21a5ae5a41SAndrew Rist 22a5ae5a41SAndrew Rist 23cdf0e10cSrcweir#ifndef SC_SC_HRC 24cdf0e10cSrcweir#define SC_SC_HRC 25cdf0e10cSrcweir 26cdf0e10cSrcweir#ifndef _SFX_HRC 27cdf0e10cSrcweir#include <sfx2/sfx.hrc> // ->#include <solar.hrc> 28cdf0e10cSrcweir#endif 29cdf0e10cSrcweir 30cdf0e10cSrcweir#ifndef _SVX_DIALOGS_HRC 31cdf0e10cSrcweir#include <svx/dialogs.hrc> // ->Svx-IDs 32cdf0e10cSrcweir#endif 33cdf0e10cSrcweir 34cdf0e10cSrcweir#include "sfx2/sfxcommands.h" 35cdf0e10cSrcweir#include "svx/svxcommands.h" 36cdf0e10cSrcweir#include "sccommands.h" 37cdf0e10cSrcweir#include "helpids.h" 38cdf0e10cSrcweir 39cdf0e10cSrcweir#define VAR_ARGS 30 // variable Parameter in scfuncs.src 401b1b70fbSAndrew Rist#define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS) 41cdf0e10cSrcweir 42cdf0e10cSrcweir#define RID_HANDLEBITMAP 10005 43cdf0e10cSrcweir 44cdf0e10cSrcweir// Bereiche ------------------------------------------------------------------ 45cdf0e10cSrcweir 46cdf0e10cSrcweir#define SC_VIEW_START (SID_SC_START) 47cdf0e10cSrcweir#define SC_VIEW_END (SID_SC_START + 99) 48cdf0e10cSrcweir#define SC_MESSAGE_START (SID_SC_START + 100) 49cdf0e10cSrcweir#define SC_MESSAGE_END (SID_SC_START + 199) 50cdf0e10cSrcweir#define SC_FUNCTION_START (SID_SC_START + 200) 51cdf0e10cSrcweir#define SC_FUNCTION_END (SID_SC_START + 299) 52cdf0e10cSrcweir#define SC_PARAM_START (SID_SC_START + 300) 53cdf0e10cSrcweir#define SC_PARAM_END (SID_SC_START + 399) 54facb16e7SArmin Le Grand#define SC_SIDEBAR_PROPERTY_BEGIN (SID_SC_START + 400) 55facb16e7SArmin Le Grand#define SC_SIDEBAR_PROPERTY_END (SID_SC_START + 499) 56cdf0e10cSrcweir 57cdf0e10cSrcweir// kompatibel zu frueher bleiben: 58cdf0e10cSrcweir#define SC_RESOURCE_START (RID_APP_START+5000) 59cdf0e10cSrcweir#define SC_RESOURCE_END (RID_APP_END) 60cdf0e10cSrcweir 61cdf0e10cSrcweir// --------------------------------------------------------------------------- 62cdf0e10cSrcweir// Hilfe IDs ----------------------------------------------------------------- 63cdf0e10cSrcweir// Calc hat einen Bereich von 2000 IDs 64cdf0e10cSrcweir// Die Funktionen brauchen 11*90 = 990 IDs 65cdf0e10cSrcweir 66cdf0e10cSrcweir#define HID_SC_SHEET_START (HID_SC_START + 1010) 67cdf0e10cSrcweir#define HID_SC_SHELL_START (HID_SC_START + 1030) 68cdf0e10cSrcweir 69cdf0e10cSrcweir// --------------------------------------------------------------------------- 70cdf0e10cSrcweir 71cdf0e10cSrcweir// Hilfe IDs fuer Vorlagen --------------------------------------------------- 72cdf0e10cSrcweir#define HID_SC_SHEET_CELL_STD (HID_SC_SHEET_START +0 ) 73cdf0e10cSrcweir#define HID_SC_SHEET_CELL_ERG (HID_SC_SHEET_START +1 ) 74cdf0e10cSrcweir#define HID_SC_SHEET_CELL_ERG1 (HID_SC_SHEET_START +2 ) 75cdf0e10cSrcweir#define HID_SC_SHEET_CELL_UEB (HID_SC_SHEET_START +3 ) 76cdf0e10cSrcweir#define HID_SC_SHEET_CELL_UEB1 (HID_SC_SHEET_START +4 ) 77cdf0e10cSrcweir#define HID_SC_SHEET_PAGE_STD (HID_SC_SHEET_START +10 ) 78cdf0e10cSrcweir#define HID_SC_SHEET_PAGE_REP (HID_SC_SHEET_START +11 ) 79cdf0e10cSrcweir 80cdf0e10cSrcweir// Hilfe IDs fuer Shells (Helferlein) (max.20) ------------------------------- 81cdf0e10cSrcweir#define HID_SCSHELL_APP (HID_SC_SHELL_START +0 ) 82cdf0e10cSrcweir#define HID_SCSHELL_DOCSH (HID_SC_SHELL_START +1 ) 83cdf0e10cSrcweir#define HID_SCSHELL_DRAWSH (HID_SC_SHELL_START +2 ) 84cdf0e10cSrcweir#define HID_SCSHELL_DRTXTOB (HID_SC_SHELL_START +3 ) 85cdf0e10cSrcweir#define HID_SCSHELL_PIVOTSH (HID_SC_SHELL_START +4 ) 86cdf0e10cSrcweir#define HID_SCSHELL_PREVWSH (HID_SC_SHELL_START +5 ) 87cdf0e10cSrcweir#define HID_SCSHELL_TABVWSH (HID_SC_SHELL_START +6 ) 88cdf0e10cSrcweir#define HID_SCSHELL_AUDIT (HID_SC_SHELL_START +7 ) 89cdf0e10cSrcweir#define HID_SCSHELL_DRAWFORMSH (HID_SC_SHELL_START +8 ) 90cdf0e10cSrcweir#define HID_SCSHELL_CELLSH (HID_SC_SHELL_START +9 ) 91cdf0e10cSrcweir#define HID_SCSHELL_FORMATSH (HID_SC_SHELL_START +10) 92cdf0e10cSrcweir#define HID_SCSHELL_OLEOBEJCTSH (HID_SC_SHELL_START +11) 93cdf0e10cSrcweir#define HID_SCSHELL_CHARTSH (HID_SC_SHELL_START +12) 94cdf0e10cSrcweir#define HID_SCSHELL_GRAPHIC (HID_SC_SHELL_START +13) 95cdf0e10cSrcweir#define HID_SCSHELL_PAGEBREAK (HID_SC_SHELL_START +14) 96cdf0e10cSrcweir#define HID_SCSHELL_MEDIA (HID_SC_SHELL_START +15) 97cdf0e10cSrcweir 98cdf0e10cSrcweir// --------------------------------------------------------------------------- 99cdf0e10cSrcweir 100cdf0e10cSrcweir// View-Funktionen (max. 100) ------------------------------------------------ 101cdf0e10cSrcweir 102cdf0e10cSrcweir#define FID_TESTFUNC0 (SC_VIEW_START) 103cdf0e10cSrcweir#define FID_TESTFUNC1 (SC_VIEW_START + 1) 104cdf0e10cSrcweir#define FID_TESTFUNC2 (SC_VIEW_START + 2) 105cdf0e10cSrcweir#define FID_TESTFUNC3 (SC_VIEW_START + 3) 106cdf0e10cSrcweir#define FID_TESTFUNC4 (SC_VIEW_START + 4) 107cdf0e10cSrcweir#define FID_TESTFUNC5 (SC_VIEW_START + 5) 108cdf0e10cSrcweir#define FID_TESTFUNC6 (SC_VIEW_START + 6) 109cdf0e10cSrcweir#define FID_TESTFUNC7 (SC_VIEW_START + 7) 110cdf0e10cSrcweir#define FID_TESTFUNC8 (SC_VIEW_START + 8) 111cdf0e10cSrcweir#define FID_TESTFUNC9 (SC_VIEW_START + 9) 112cdf0e10cSrcweir#define FID_SCALESTATUS (SC_VIEW_START + 10) 113cdf0e10cSrcweir#define FID_COLOR (SC_VIEW_START + 11) 114cdf0e10cSrcweir//aus sfx: #define SID_REPAINT (SC_VIEW_START + 12) 115cdf0e10cSrcweir#define SID_UPDATECHART (SC_VIEW_START + 13) 116cdf0e10cSrcweir#define FID_MARKLEFT (SC_VIEW_START + 14) 117cdf0e10cSrcweir#define FID_MARKRIGHT (SC_VIEW_START + 15) 118cdf0e10cSrcweir#define FID_MARKUP (SC_VIEW_START + 16) 119cdf0e10cSrcweir#define FID_MARKDOWN (SC_VIEW_START + 17) 120cdf0e10cSrcweir#define FID_MARKPAGEUP (SC_VIEW_START + 18) 121cdf0e10cSrcweir#define FID_MARKPAGEDOWN (SC_VIEW_START + 19) 122cdf0e10cSrcweir 123cdf0e10cSrcweir// Slot-IDs fuer Attribute: 124cdf0e10cSrcweir 125cdf0e10cSrcweir#define SID_SCATTR_HOR_JUSTIFY (SC_VIEW_START + 30) // Alignment-Page 126cdf0e10cSrcweir#define SID_SCATTR_VER_JUSTIFY (SC_VIEW_START + 31) 127cdf0e10cSrcweir#define SID_SCATTR_MARGIN (SC_VIEW_START + 32) 128cdf0e10cSrcweir#define SID_SCATTR_STACKED (SC_VIEW_START + 33) 129cdf0e10cSrcweir#define SID_SCATTR_LINEBREAK (SC_VIEW_START + 35) 130cdf0e10cSrcweir#define SID_SCATTR_PROTECTION (SC_VIEW_START + 36) // Protection-Page 131cdf0e10cSrcweir 132cdf0e10cSrcweir// sonstige Slot-IDs: 133cdf0e10cSrcweir 134cdf0e10cSrcweir#define SID_SCUSERLISTS (SC_VIEW_START + 37) // Benutzerdef.Listen 135cdf0e10cSrcweir#define RES_TBX_DUMMY (SC_VIEW_START + 38) // Dummy-Item 136cdf0e10cSrcweir#define SID_SCVIEWOPTIONS (SC_VIEW_START + 39) 137cdf0e10cSrcweir#define SID_SCDOCOPTIONS (SC_VIEW_START + 40) 138cdf0e10cSrcweir 139cdf0e10cSrcweir// Cursorbewegungen als Properties: 140cdf0e10cSrcweir 141cdf0e10cSrcweir#define SID_CURRENTCELL (SC_VIEW_START + 41) 142cdf0e10cSrcweir#define SID_CURRENTTAB (SC_VIEW_START + 42) 143cdf0e10cSrcweir#define SID_CURRENTDOC (SC_VIEW_START + 43) 144cdf0e10cSrcweir#define SID_CURRENTOBJECT (SC_VIEW_START + 44) 145cdf0e10cSrcweir 146cdf0e10cSrcweir// Slot-IDs fuer spez. ToolBox-Funktionen: 147cdf0e10cSrcweir 148cdf0e10cSrcweir#define SID_NUMBER_CURRENCY (SC_VIEW_START + 45) 149cdf0e10cSrcweir#define SID_NUMBER_PERCENT (SC_VIEW_START + 46) 150cdf0e10cSrcweir 151cdf0e10cSrcweir// "Slot" Ids fuer Eingabezeilen Images: 152cdf0e10cSrcweir#define SID_INPUT_FUNCTION (SC_VIEW_START + 47) 153cdf0e10cSrcweir#define SID_INPUT_SUM (SC_VIEW_START + 48) 154cdf0e10cSrcweir#define SID_INPUT_EQUAL (SC_VIEW_START + 49) 155cdf0e10cSrcweir#define SID_INPUT_CANCEL (SC_VIEW_START + 50) 156cdf0e10cSrcweir#define SID_INPUT_OK (SC_VIEW_START + 51) 157cdf0e10cSrcweir 158cdf0e10cSrcweir#define SID_NUMBER_STANDARD (SC_VIEW_START + 52) 159cdf0e10cSrcweir#define SID_NUMBER_DATE (SC_VIEW_START + 53) 160cdf0e10cSrcweir#define SID_NUMBER_TWODEC (SC_VIEW_START + 54) 161cdf0e10cSrcweir#define SID_NUMBER_SCIENTIFIC (SC_VIEW_START + 55) 162cdf0e10cSrcweir#define SID_NUMBER_TIME (SC_VIEW_START + 56) 163cdf0e10cSrcweir#define SID_NUMBER_INCDEC (SC_VIEW_START + 57) 164cdf0e10cSrcweir#define SID_NUMBER_DECDEC (SC_VIEW_START + 58) 165cdf0e10cSrcweir 166cdf0e10cSrcweir// Sonstiges: 167cdf0e10cSrcweir#define SID_LINKS (SC_VIEW_START + 60) 168cdf0e10cSrcweir#define SID_INSERT_SIMAGE (SC_VIEW_START + 61) 169cdf0e10cSrcweir#define SID_INSERT_SCHART (SC_VIEW_START + 62) 170cdf0e10cSrcweir#define SID_INSERT_SMATH (SC_VIEW_START + 63) 171cdf0e10cSrcweir#define SID_STANDARD_FONTS (SC_VIEW_START + 64) 172cdf0e10cSrcweir#define SID_MIRROR_VERTICAL (SC_VIEW_START + 65) 173cdf0e10cSrcweir#define SID_MIRROR_HORIZONTAL (SC_VIEW_START + 66) 174cdf0e10cSrcweir#define SID_CELL_FORMAT_RESET (SC_VIEW_START + 67) 175cdf0e10cSrcweir#define SID_SCPRINTOPTIONS (SC_VIEW_START + 68) 176cdf0e10cSrcweir#define SID_WINDOW_SPLIT (SC_VIEW_START + 69) 177cdf0e10cSrcweir#define SID_WINDOW_FIX (SC_VIEW_START + 70) 178cdf0e10cSrcweir#ifdef SID_DRAW_CHART 179cdf0e10cSrcweir#undef SID_DRAW_CHART 180cdf0e10cSrcweir#endif 181cdf0e10cSrcweir#define SID_DRAW_CHART (SC_VIEW_START + 71) 182cdf0e10cSrcweir#define SID_UPDATETABLINKS (SC_VIEW_START + 72) 183cdf0e10cSrcweir 184cdf0e10cSrcweir//TabPage Eingabe 185cdf0e10cSrcweir#define SID_SC_INPUT_SELECTION (SC_VIEW_START + 73) 186cdf0e10cSrcweir#define SID_SC_INPUT_SELECTIONPOS (SC_VIEW_START + 74) 187cdf0e10cSrcweir#define SID_SC_INPUT_EDITMODE (SC_VIEW_START + 75) 188cdf0e10cSrcweir#define SID_SC_INPUT_FMT_EXPAND (SC_VIEW_START + 76) 189cdf0e10cSrcweir#define SID_SC_INPUT_RANGEFINDER (SC_VIEW_START + 77) 190cdf0e10cSrcweir#define SID_SC_INPUT_REF_EXPAND (SC_VIEW_START + 78) 191cdf0e10cSrcweir#define SID_SC_INPUT_MARK_HEADER (SC_VIEW_START + 79) 192cdf0e10cSrcweir 193cdf0e10cSrcweir#define SID_REIMPORT_AFTER_LOAD (SC_VIEW_START + 80) 194cdf0e10cSrcweir#define SID_DRAW_NOTEEDIT (SC_VIEW_START + 81) 195cdf0e10cSrcweir 196cdf0e10cSrcweir#define SID_CHOOSE_DESIGN (SC_VIEW_START + 82) 197cdf0e10cSrcweir#define SID_EURO_CONVERTER (SC_VIEW_START + 83) 198cdf0e10cSrcweir//#define SID_CHG_PROTECT (SC_VIEW_START + 84) -> moved to SVX 199cdf0e10cSrcweir#define SID_EXTERNAL_SOURCE (SC_VIEW_START + 85) 200cdf0e10cSrcweir 201cdf0e10cSrcweir#define SID_SC_INPUT_TEXTWYSIWYG (SC_VIEW_START + 86) 202cdf0e10cSrcweir 203cdf0e10cSrcweir#define SID_ENABLE_HYPHENATION (SC_VIEW_START + 87) 204cdf0e10cSrcweir 205cdf0e10cSrcweir#define SID_RENAME_OBJECT (SC_VIEW_START + 88) 206cdf0e10cSrcweir#define SID_FOCUS_INPUTLINE (SC_VIEW_START + 89) 207cdf0e10cSrcweir#define SID_SELECT_TABLES (SC_VIEW_START + 90) 208cdf0e10cSrcweir 209cdf0e10cSrcweir// #97776# new entry "Filter..." in DP popup menu 210cdf0e10cSrcweir#define SID_DP_FILTER (SC_VIEW_START + 91) 211cdf0e10cSrcweir 212cdf0e10cSrcweir// #101160# Replace cell contents warning 213cdf0e10cSrcweir#define SID_SC_INPUT_REPLCELLSWARN (SC_VIEW_START + 92) 214cdf0e10cSrcweir 215cdf0e10cSrcweir// additional IDs for list/range validity 216cdf0e10cSrcweir#define FID_VALID_LISTTYPE (SC_VIEW_START + 93) 217cdf0e10cSrcweir 218cdf0e10cSrcweir// #i68101# ID for changing Title & Descriptopn of an Object 219cdf0e10cSrcweir#define SID_TITLE_DESCRIPTION_OBJECT (SC_VIEW_START + 94) 220cdf0e10cSrcweir 221cdf0e10cSrcweir// #i59082# assign macro to shape 222cdf0e10cSrcweir#define SID_ASSIGNMACRO (SC_VIEW_START + 95) 223cdf0e10cSrcweir 224cdf0e10cSrcweir#ifdef ISSUE66550_HLINK_FOR_SHAPES 225cdf0e10cSrcweir// #i66550# hyperlinks in shapes 226cdf0e10cSrcweir#define SID_DRAW_HLINK_EDIT (SC_VIEW_START + 96) 227cdf0e10cSrcweir#define SID_DRAW_HLINK_DELETE (SC_VIEW_START + 97) 228cdf0e10cSrcweir#endif 229cdf0e10cSrcweir 230cdf0e10cSrcweir// "Zoom / Synchronize sheets" in options dialog 231cdf0e10cSrcweir#define SID_SC_OPT_SYNCZOOM (SC_VIEW_START + 98) 232cdf0e10cSrcweir 233cdf0e10cSrcweir// NOTE: last valid ID is (SC_VIEW_START + 99) 234cdf0e10cSrcweir 235cdf0e10cSrcweir// Nachrichten ------------------------------------------------------------- 236cdf0e10cSrcweir 237cdf0e10cSrcweir#define FID_INPUTLINE_STATUS (SC_MESSAGE_START) 238cdf0e10cSrcweir#define FID_INPUTLINE_ENTER (SC_MESSAGE_START + 1) 239cdf0e10cSrcweir#define FID_REPAINT (SC_MESSAGE_START + 2) 240cdf0e10cSrcweir#define FID_DATACHANGED (SC_MESSAGE_START + 3) 241cdf0e10cSrcweir#define FID_REFMODECHANGED (SC_MESSAGE_START + 4) 242cdf0e10cSrcweir#define FID_KILLEDITVIEW (SC_MESSAGE_START + 5) 243cdf0e10cSrcweir#define SID_SOLVE (SC_MESSAGE_START + 6) 244cdf0e10cSrcweir#define FID_FONT_SELECTED (SC_MESSAGE_START + 7) 245cdf0e10cSrcweir#define FID_FILTER_OK (SC_MESSAGE_START + 8) 246cdf0e10cSrcweir#define SC_HINT_DRWLAYER_NEW (SC_MESSAGE_START + 9) 247cdf0e10cSrcweir#define SID_TABDELETED (SC_MESSAGE_START + 10) 248cdf0e10cSrcweir#define FID_INPUTLINE_MATRIX (SC_MESSAGE_START + 11) 249cdf0e10cSrcweir#define SID_DLG_RETOK (SC_MESSAGE_START + 12) 250cdf0e10cSrcweir#define FID_ANYDATACHANGED (SC_MESSAGE_START + 13) 251cdf0e10cSrcweir#define SID_STATUS_DOCPOS (SC_MESSAGE_START + 14) 252cdf0e10cSrcweir#define SID_STATUS_PAGESTYLE (SC_MESSAGE_START + 15) 253cdf0e10cSrcweir#define SID_STATUS_SELMODE (SC_MESSAGE_START + 16) 254cdf0e10cSrcweir#define FID_KILLEDITVIEW_NOPAINT (SC_MESSAGE_START + 17) 255cdf0e10cSrcweir#define SID_DLG_MATRIX (SC_MESSAGE_START + 18) 256cdf0e10cSrcweir#define SC_HINT_DBAREAS_CHANGED (SC_MESSAGE_START + 19) 257cdf0e10cSrcweir#define SC_HINT_AREAS_CHANGED (SC_MESSAGE_START + 20) 258cdf0e10cSrcweir#define SC_HINT_TABLES_CHANGED (SC_MESSAGE_START + 21) 259cdf0e10cSrcweir 260cdf0e10cSrcweir#define SID_STATUS_SELMODE_ERG (SC_MESSAGE_START + 22) 261cdf0e10cSrcweir#define SID_STATUS_SELMODE_ERW (SC_MESSAGE_START + 23) 262cdf0e10cSrcweir#define SID_STATUS_SELMODE_NORM (SC_MESSAGE_START + 24) 263cdf0e10cSrcweir 264cdf0e10cSrcweir#define SID_CHART_SOURCE (SC_MESSAGE_START + 25) 265cdf0e10cSrcweir#define SID_CHART_NAME (SC_MESSAGE_START + 26) 266cdf0e10cSrcweir#define SID_CHART_ADDSOURCE (SC_MESSAGE_START + 27) 267cdf0e10cSrcweir 268cdf0e10cSrcweir#define SID_AUTO_STYLE (SC_MESSAGE_START + 28) 269cdf0e10cSrcweir 270cdf0e10cSrcweir#define FID_INPUTLINE_BLOCK (SC_MESSAGE_START + 29) 271cdf0e10cSrcweir 272cdf0e10cSrcweir#define SID_STATUS_SUM (SC_MESSAGE_START + 30) 273cdf0e10cSrcweir 274cdf0e10cSrcweir#define SC_HINT_DRAW_CHANGED (SC_MESSAGE_START + 31) 275cdf0e10cSrcweir#define SC_HINT_DOCNAME_CHANGED (SC_MESSAGE_START + 32) 276cdf0e10cSrcweir#define SC_HINT_AREALINKS_CHANGED (SC_MESSAGE_START + 33) 277cdf0e10cSrcweir#define SC_HINT_SHOWRANGEFINDER (SC_MESSAGE_START + 34) 278cdf0e10cSrcweir#define SC_HINT_DOC_SAVED (SC_MESSAGE_START + 35) 279cdf0e10cSrcweir#define SC_HINT_FORCESETTAB (SC_MESSAGE_START + 36) 280cdf0e10cSrcweir 281cdf0e10cSrcweir// Nachricht zum Oeffnen von Dialogen: 282cdf0e10cSrcweir#define SID_OPENDLG_CONSOLIDATE (SC_MESSAGE_START + 50) 283cdf0e10cSrcweir#define SID_OPENDLG_PIVOTTABLE (SC_MESSAGE_START + 51) 284cdf0e10cSrcweir#define SID_OPENDLG_FUNCTION (SC_MESSAGE_START + 52) 285cdf0e10cSrcweir#define SID_OPENDLG_SOLVE (SC_MESSAGE_START + 53) 286cdf0e10cSrcweir#define SID_OPENDLG_TABOP (SC_MESSAGE_START + 54) 287cdf0e10cSrcweir//#define SID_OPENDLG_CHART (SC_MESSAGE_START + 55) 288cdf0e10cSrcweir#define SID_OPENDLG_EDITFUNCTION (SC_MESSAGE_START + 56) 289cdf0e10cSrcweir#define SID_OPENDLG_ARGUMENT (SC_MESSAGE_START + 57) 290cdf0e10cSrcweir//#define SID_OPENDLG_MODCHART (SC_MESSAGE_START + 58) 291cdf0e10cSrcweir#define SID_OPENDLG_CONDFRMT (SC_MESSAGE_START + 59) 292cdf0e10cSrcweir#define SID_OPENDLG_OPTSOLVER (SC_MESSAGE_START + 60) 293cdf0e10cSrcweir//<!--Added by PengYunQuan for Validity Cell Range Picker 294cdf0e10cSrcweir#define SID_VALIDITY_REFERENCE (SC_MESSAGE_START + 61) 295cdf0e10cSrcweir//-->Added by PengYunQuan for Validity Cell Range Picker 296cdf0e10cSrcweir#define SC_HINT_NAVIGATOR_UPDATEALL (SC_MESSAGE_START + 65) 297cdf0e10cSrcweir 298cdf0e10cSrcweir// Funktionen ------------------------------------------------------------ 299cdf0e10cSrcweir 300cdf0e10cSrcweir 301cdf0e10cSrcweir//#define FID_PRINT_PREVIEW (SC_FUNCTION_START) 302cdf0e10cSrcweir#define FID_DOC_MANAGER (SC_FUNCTION_START + 1) 303cdf0e10cSrcweir#define FID_CURSOR_ENTER (SC_FUNCTION_START + 2) 304cdf0e10cSrcweir#define SID_MAIL (SC_FUNCTION_START + 3) 305cdf0e10cSrcweir#define FILE_MENU_END (SC_FUNCTION_START + 20) 306cdf0e10cSrcweir 307cdf0e10cSrcweir#define EDIT_MENU_START (FILE_MENU_END) 308cdf0e10cSrcweir#define FID_DELETE_CELLCONTENTS (EDIT_MENU_START + 1) 309cdf0e10cSrcweir#define FID_DELETE_CELL (EDIT_MENU_START + 2) 310cdf0e10cSrcweir#define FID_DELETE_TABLE (EDIT_MENU_START + 3) 311cdf0e10cSrcweir#define FID_FILL_TO_BOTTOM (EDIT_MENU_START + 4) 312cdf0e10cSrcweir#define FID_FILL_TO_RIGHT (EDIT_MENU_START + 5) 313cdf0e10cSrcweir#define FID_FILL_TO_TOP (EDIT_MENU_START + 6) 314cdf0e10cSrcweir#define FID_FILL_TO_LEFT (EDIT_MENU_START + 7) 315cdf0e10cSrcweir#define FID_FILL_TAB (EDIT_MENU_START + 8) 316cdf0e10cSrcweir#define FID_FILL_SERIES (EDIT_MENU_START + 9) 317cdf0e10cSrcweir#define FID_SEARCH_REPLACE_DLG (EDIT_MENU_START + 10) 318cdf0e10cSrcweir#define FID_EDIT_OBJECT (EDIT_MENU_START + 11) 319cdf0e10cSrcweir#define SID_SC_NAVIGATOR (EDIT_MENU_START + 12) 320cdf0e10cSrcweir#define SID_SC_WIZARD (EDIT_MENU_START + 13) 321cdf0e10cSrcweir#define SID_SC_EDIT_OBJECT (EDIT_MENU_START + 14) 322cdf0e10cSrcweir#define SID_HFEDIT (EDIT_MENU_START + 15) 323cdf0e10cSrcweir 324cdf0e10cSrcweir#define SID_DEL_ROWS (EDIT_MENU_START + 16)//JN 325cdf0e10cSrcweir#define SID_DEL_COLS (EDIT_MENU_START + 17)//JN 326cdf0e10cSrcweir 327cdf0e10cSrcweir//#define FID_CHG_RECORD (EDIT_MENU_START + 18) -> moved to SVX 328cdf0e10cSrcweir#define FID_CHG_SHOW (EDIT_MENU_START + 19) 329cdf0e10cSrcweir 330cdf0e10cSrcweir#define EDIT_MENU_END (EDIT_MENU_START + 20) 331cdf0e10cSrcweir#define VIEW_MENU_START (EDIT_MENU_END) 332cdf0e10cSrcweir 333cdf0e10cSrcweir#define FID_TOGGLEOBJECT (VIEW_MENU_START) 334cdf0e10cSrcweir#define FID_TOGGLEINPUTLINE (VIEW_MENU_START + 1) 335cdf0e10cSrcweir#define FID_TOGGLEHEADERS (VIEW_MENU_START + 2) 336cdf0e10cSrcweir#define FID_SCALE (VIEW_MENU_START + 4) 337cdf0e10cSrcweir#define FID_TOGGLESYNTAX (VIEW_MENU_START + 5) 338cdf0e10cSrcweir#define FID_SCREEN_OPTIONS (VIEW_MENU_START + 6) 339cdf0e10cSrcweir#define FID_PAGEBREAKMODE (VIEW_MENU_START + 7) 340cdf0e10cSrcweir#define FID_FUNCTION_BOX (VIEW_MENU_START + 8) 341cdf0e10cSrcweir#define FID_NORMALVIEWMODE (VIEW_MENU_START + 9) 342cdf0e10cSrcweir#define FID_TOGGLEFORMULA (VIEW_MENU_START + 10) 343cdf0e10cSrcweir// Compare/Merge jetzt aus Sfx 344cdf0e10cSrcweir//#define FID_CHG_COMPARE (VIEW_MENU_START + 16)// DANGER DIRTY ID 345cdf0e10cSrcweir//#define FID_CHG_MERGE (VIEW_MENU_START + 17)// DANGER DIRTY ID 346cdf0e10cSrcweir#define FID_CHG_ACCEPT (VIEW_MENU_START + 18)// DANGER DIRTY ID 347cdf0e10cSrcweir#define FID_CHG_COMMENT (VIEW_MENU_START + 19)// DANGER DIRTY ID 348cdf0e10cSrcweir#define VIEW_MENU_END (VIEW_MENU_START + 20) 349cdf0e10cSrcweir 350cdf0e10cSrcweir#define INSERT_MENU_START (VIEW_MENU_END) 351cdf0e10cSrcweir#define FID_PAGEBREAK (INSERT_MENU_START) 352cdf0e10cSrcweir#define FID_INS_ROWBRK (INSERT_MENU_START + 1) 353cdf0e10cSrcweir#define FID_INS_COLBRK (INSERT_MENU_START + 2) 354cdf0e10cSrcweir#define FID_DEL_ROWBRK (INSERT_MENU_START + 3) 355cdf0e10cSrcweir#define FID_DEL_COLBRK (INSERT_MENU_START + 4) 356cdf0e10cSrcweir#define FID_INS_CELL_CONTENTS (INSERT_MENU_START + 5) 357cdf0e10cSrcweir#define FID_INS_CELL (INSERT_MENU_START + 6) 358cdf0e10cSrcweir#define FID_INS_ROW (INSERT_MENU_START + 7) 359cdf0e10cSrcweir#define FID_INS_COLUMN (INSERT_MENU_START + 8) 360cdf0e10cSrcweir#define FID_INS_TABLE (INSERT_MENU_START + 9) 361cdf0e10cSrcweir#define SID_INS_FUNCTION (INSERT_MENU_START + 10) 362cdf0e10cSrcweir#define FID_DEFINE_NAME (INSERT_MENU_START + 11) 363cdf0e10cSrcweir#define FID_INSERT_NAME (INSERT_MENU_START + 12) 364cdf0e10cSrcweir#define FID_USE_NAME (INSERT_MENU_START + 13) 365cdf0e10cSrcweir#define FID_APPLY_NAME (INSERT_MENU_START + 14) 366cdf0e10cSrcweir#define FID_INS_TABLE_EXT (INSERT_MENU_START + 15) 367cdf0e10cSrcweir//#define SID_CHARMAP (INSERT_MENU_START + 15)//!!! kommt von sfx 368cdf0e10cSrcweir//aus sfx: #define SID_INSERT_POSTIT (INSERT_MENU_START + 16) 369cdf0e10cSrcweir#define SID_INSERT_CLIPART (INSERT_MENU_START + 17) //!!! sollte vom Svx kommen 370cdf0e10cSrcweir#define FID_INS_CELLSDOWN (INSERT_MENU_START + 18) 371cdf0e10cSrcweir#define FID_INS_CELLSRIGHT (INSERT_MENU_START + 19) 372cdf0e10cSrcweir#define INSERT_MENU_END (INSERT_MENU_START + 20) 373cdf0e10cSrcweir 374cdf0e10cSrcweir#define FORMAT_MENU_START (INSERT_MENU_END) 375cdf0e10cSrcweir#define FID_CELL_FORMAT (FORMAT_MENU_START) 376cdf0e10cSrcweir#define FID_ROW_HEIGHT (FORMAT_MENU_START + 1) 377cdf0e10cSrcweir#define FID_ROW_OPT_HEIGHT (FORMAT_MENU_START + 2) 378cdf0e10cSrcweir#define FID_ROW_HIDE (FORMAT_MENU_START + 3) 379cdf0e10cSrcweir#define FID_ROW_SHOW (FORMAT_MENU_START + 4) 380cdf0e10cSrcweir#define FID_COL_WIDTH (FORMAT_MENU_START + 5) 381cdf0e10cSrcweir#define FID_COL_OPT_WIDTH (FORMAT_MENU_START + 6) 382cdf0e10cSrcweir#define FID_COL_HIDE (FORMAT_MENU_START + 7) 383cdf0e10cSrcweir#define FID_COL_SHOW (FORMAT_MENU_START + 8) 384cdf0e10cSrcweir#define FID_TABLE_HIDE (FORMAT_MENU_START + 9) 385cdf0e10cSrcweir#define FID_TABLE_SHOW (FORMAT_MENU_START + 10) 386cdf0e10cSrcweir#define FID_CONDITIONAL_FORMAT (FORMAT_MENU_START + 11) 387cdf0e10cSrcweir#define SID_SCSTYLES (FORMAT_MENU_START + 12) 388cdf0e10cSrcweir#define FID_MERGE_ON (FORMAT_MENU_START + 13) 389cdf0e10cSrcweir#define FID_MERGE_OFF (FORMAT_MENU_START + 14) 390cdf0e10cSrcweir#define SID_FORMATPAGE (FORMAT_MENU_START + 15) 391cdf0e10cSrcweir#define SID_TEXT_STANDARD (FORMAT_MENU_START + 16) 392cdf0e10cSrcweir#define SID_DRAWTEXT_ATTR_DLG (FORMAT_MENU_START + 17) 393cdf0e10cSrcweir#define FID_TABLE_VISIBLE (FORMAT_MENU_START + 18) 394cdf0e10cSrcweir#define FID_COL_OPT_DIRECT (FORMAT_MENU_START + 19) 395cdf0e10cSrcweir#define FORMAT_MENU_END (FORMAT_MENU_START + 20) 396cdf0e10cSrcweir 397cdf0e10cSrcweir#define EXTRA_MENU_START (FORMAT_MENU_END) 398cdf0e10cSrcweir#define FID_VOICE_CONTROL (EXTRA_MENU_START + 1) 399cdf0e10cSrcweir#define SID_RECALC_TITLE (EXTRA_MENU_START + 2) 400cdf0e10cSrcweir#define FID_AUTO_CALC (EXTRA_MENU_START + 3) 401cdf0e10cSrcweir#define FID_RECALC (EXTRA_MENU_START + 4) 402cdf0e10cSrcweir#define FID_UPDATE_DIAGRAMS (EXTRA_MENU_START + 5) 403cdf0e10cSrcweir#define FID_PROTECT_TABLE (EXTRA_MENU_START + 6) 404cdf0e10cSrcweir#define FID_PROTECT_DOC (EXTRA_MENU_START + 7) 405cdf0e10cSrcweir#define SID_EDIT_MACRO (EXTRA_MENU_START + 8) 406cdf0e10cSrcweir#define SID_SCOPTIONS (EXTRA_MENU_START + 9) 407cdf0e10cSrcweir#define SID_MACRO_CHOOSER (EXTRA_MENU_START + 10) 408cdf0e10cSrcweir#define SID_SHARE_DOC (EXTRA_MENU_START + 11) 409cdf0e10cSrcweir#define SID_SCENARIOS (EXTRA_MENU_START + 12) 410cdf0e10cSrcweir#define SID_ADD_IN_MANAGER (EXTRA_MENU_START + 13) 411cdf0e10cSrcweir#define SID_PIVOT_RECALC (EXTRA_MENU_START + 14) 412cdf0e10cSrcweir#define SID_PIVOT_KILL (EXTRA_MENU_START + 15) 413cdf0e10cSrcweir 414cdf0e10cSrcweir// hier falsch, aber erstmal 415cdf0e10cSrcweir#define SID_SC_HELP_PI (EXTRA_MENU_START + 16) 416cdf0e10cSrcweir#define SID_SC_SHOW_KEYBOARD_HELP (EXTRA_MENU_START + 17) 417cdf0e10cSrcweir 418cdf0e10cSrcweir#define FID_HARD_RECALC (EXTRA_MENU_START + 18) 419cdf0e10cSrcweir#define FID_AUTOCOMPLETE (EXTRA_MENU_START + 19) 420cdf0e10cSrcweir 421cdf0e10cSrcweir#define EXTRA_MENU_END (EXTRA_MENU_START + 20) 422cdf0e10cSrcweir 423cdf0e10cSrcweir#define DATA_MENU_START (EXTRA_MENU_END) 424cdf0e10cSrcweir#define SID_DEFINE_DBNAME (DATA_MENU_START) 425cdf0e10cSrcweir#define SID_SELECT_DB (DATA_MENU_START + 1) 426cdf0e10cSrcweir#define SID_SORT (DATA_MENU_START + 2) 427cdf0e10cSrcweir#define SID_FILTER (DATA_MENU_START + 3) 428cdf0e10cSrcweir#define SID_SPECIAL_FILTER (DATA_MENU_START + 4) 429cdf0e10cSrcweir#define SID_AUTO_FILTER (DATA_MENU_START + 5) 430cdf0e10cSrcweir#define SID_UNFILTER (DATA_MENU_START + 6) 431cdf0e10cSrcweir#define SID_QUERY (DATA_MENU_START + 7) 432cdf0e10cSrcweir#define SID_SUBTOTALS (DATA_MENU_START + 8) 433cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_HIDE (DATA_MENU_START + 9) 434cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_SHOW (DATA_MENU_START + 10) 435cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_MAKE (DATA_MENU_START + 11) 436cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_REMOVE (DATA_MENU_START + 12) 437cdf0e10cSrcweir#define SID_AUTO_OUTLINE (DATA_MENU_START + 13) 438cdf0e10cSrcweir//aus sfx: #define SID_OUTLINE_DELETEALL (DATA_MENU_START + 14) 439cdf0e10cSrcweir#define SID_IMPORT_DATA (DATA_MENU_START + 15) 440cdf0e10cSrcweir#define SID_REIMPORT_DATA (DATA_MENU_START + 16) 441cdf0e10cSrcweir#define SID_PIVOT_TABLE (DATA_MENU_START + 17) 442cdf0e10cSrcweir#define SID_TABOP (DATA_MENU_START + 18) 443cdf0e10cSrcweir#define SID_TEXT_TO_COLUMNS (DATA_MENU_START + 19) 444cdf0e10cSrcweir#define SID_CONSOLIDATE (DATA_MENU_START + 20) 445cdf0e10cSrcweir#define SID_AUTOFILTER_HIDE (DATA_MENU_START + 21) 446cdf0e10cSrcweir 447cdf0e10cSrcweir#define SID_SBA_IMPORT (DATA_MENU_START + 22) 448cdf0e10cSrcweir 449cdf0e10cSrcweir#define SID_SORT_DESCENDING (DATA_MENU_START + 23) 450cdf0e10cSrcweir#define SID_SORT_ASCENDING (DATA_MENU_START + 24) 451cdf0e10cSrcweir// 452cdf0e10cSrcweir// 453cdf0e10cSrcweir#define DATA_MENU_END (DATA_MENU_START + 25) 454cdf0e10cSrcweir 455cdf0e10cSrcweir#define TAB_POPUP_START (DATA_MENU_END) 456cdf0e10cSrcweir#define RID_POPUP_TAB (TAB_POPUP_START) 457cdf0e10cSrcweir#define FID_TAB_MENU_RENAME (TAB_POPUP_START+1) 458cdf0e10cSrcweir#define FID_TAB_RENAME (TAB_POPUP_START+2) 459cdf0e10cSrcweir#define FID_TAB_MOVE (TAB_POPUP_START+3) 460cdf0e10cSrcweir#define FID_TAB_SELECTALL (TAB_POPUP_START+4) 461cdf0e10cSrcweir#define FID_TAB_APPEND (TAB_POPUP_START+5) 462cdf0e10cSrcweir#define FID_TAB_INDEX (TAB_POPUP_START+6) 463cdf0e10cSrcweir#define FID_TAB_RTL (TAB_POPUP_START+7) 464cdf0e10cSrcweir#define FID_TAB_DESELECTALL (TAB_POPUP_START+8) 465cdf0e10cSrcweir#define FID_TAB_MENU_SET_TAB_BG_COLOR (TAB_POPUP_START + 9) 466cdf0e10cSrcweir#define FID_TAB_SET_TAB_BG_COLOR (TAB_POPUP_START + 10) 467cdf0e10cSrcweir#define FID_TAB_EVENTS (TAB_POPUP_START+11) 468cdf0e10cSrcweir 469cdf0e10cSrcweir#define TAB_POPUP_END (TAB_POPUP_START + 20) 470cdf0e10cSrcweir 471cdf0e10cSrcweir#define OBJBAR_FORMAT_START (TAB_POPUP_END) 472cdf0e10cSrcweir#define SID_ALIGNLEFT (OBJBAR_FORMAT_START+6) 473cdf0e10cSrcweir#define SID_ALIGNRIGHT (OBJBAR_FORMAT_START+7) 474cdf0e10cSrcweir#define SID_ALIGNCENTERHOR (OBJBAR_FORMAT_START+8) 475cdf0e10cSrcweir#define SID_ALIGNBLOCK (OBJBAR_FORMAT_START+9) 476cdf0e10cSrcweir#define SID_ALIGNTOP (OBJBAR_FORMAT_START+10) 477cdf0e10cSrcweir#define SID_ALIGNBOTTOM (OBJBAR_FORMAT_START+11) 478cdf0e10cSrcweir#define SID_ALIGNCENTERVER (OBJBAR_FORMAT_START+12) 479cdf0e10cSrcweir#define SID_SELECT_SCENARIO (OBJBAR_FORMAT_START+13) 480cdf0e10cSrcweir 481cdf0e10cSrcweir#define SID_V_ALIGNCELL (OBJBAR_FORMAT_START+14) 482cdf0e10cSrcweir#define SID_H_ALIGNCELL (OBJBAR_FORMAT_START+15) 483cdf0e10cSrcweir 484cdf0e10cSrcweir#define OBJBAR_FORMAT_END (OBJBAR_FORMAT_START+20) 485cdf0e10cSrcweir 486cdf0e10cSrcweir#define RID_INPUTBAR_START (OBJBAR_FORMAT_END) 487cdf0e10cSrcweir#define SID_INPUT_WINDOW (RID_INPUTBAR_START) 488cdf0e10cSrcweir#define RID_INPUTBAR_END (RID_INPUTBAR_START+1) 489cdf0e10cSrcweir 490cdf0e10cSrcweir#define DRAW_BAR_START (RID_INPUTBAR_END) 491cdf0e10cSrcweir#define SID_DRAWTOABOVE (DRAW_BAR_START+15) 492cdf0e10cSrcweir#define SID_DRAWTOBELOW (DRAW_BAR_START+16) 493cdf0e10cSrcweir//#define SID_GROUP (DRAW_BAR_START+17) 494cdf0e10cSrcweir//#define SID_UNGROUP (DRAW_BAR_START+18) 495cdf0e10cSrcweir#define SID_FRAMETOTOP (DRAW_BAR_START+19) 496cdf0e10cSrcweir#define SID_FRAMETOBOTTOM (DRAW_BAR_START+20) 497cdf0e10cSrcweir//aus sfx: #define SID_FRAME_UP (DRAW_BAR_START+21) 498cdf0e10cSrcweir//aus sfx: #define SID_FRAME_DOWN (DRAW_BAR_START+22) 499cdf0e10cSrcweir#define SID_TOOL_TEXT (DRAW_BAR_START+23) 500cdf0e10cSrcweir#define SID_ANCHOR_PAGE (DRAW_BAR_START+24) 501cdf0e10cSrcweir#define SID_ANCHOR_CELL (DRAW_BAR_START+25) 502cdf0e10cSrcweir#define SID_ANCHOR_TOGGLE (DRAW_BAR_START+26) 503cdf0e10cSrcweir#define SID_ORIGINALSIZE (DRAW_BAR_START+27) 504cdf0e10cSrcweir 505cdf0e10cSrcweir#define DRAW_BAR_END (DRAW_BAR_START+50) 506cdf0e10cSrcweir 507cdf0e10cSrcweir#define DRAWTEXTBAR_START (DRAW_BAR_END) 508cdf0e10cSrcweir#define SID_TEXT_LINESPACING_1 (DRAWTEXTBAR_START) 509cdf0e10cSrcweir#define SID_TEXT_LINESPACING_2 (DRAWTEXTBAR_START+1) 510cdf0e10cSrcweir#define SID_TEXT_LINESPACING_3 (DRAWTEXTBAR_START+2) 511cdf0e10cSrcweir#define DRAWTEXTBAR_END (DRAWTEXTBAR_START+20) 512cdf0e10cSrcweir 513cdf0e10cSrcweir#define DETECTIVE_START (DRAWTEXTBAR_END) 514cdf0e10cSrcweir#define SID_DETECTIVE_ADD_PRED (DETECTIVE_START) 515cdf0e10cSrcweir#define SID_DETECTIVE_DEL_PRED (DETECTIVE_START+1) 516cdf0e10cSrcweir#define SID_DETECTIVE_ADD_SUCC (DETECTIVE_START+2) 517cdf0e10cSrcweir#define SID_DETECTIVE_DEL_SUCC (DETECTIVE_START+3) 518cdf0e10cSrcweir#define SID_DETECTIVE_ADD_ERR (DETECTIVE_START+4) 519cdf0e10cSrcweir#define SID_DETECTIVE_DEL_ALL (DETECTIVE_START+5) 520cdf0e10cSrcweir 521cdf0e10cSrcweir#define SID_DETECTIVE_FILLMODE (DETECTIVE_START+6) 522cdf0e10cSrcweir#define SID_FILL_ADD_PRED (DETECTIVE_START+7) 523cdf0e10cSrcweir#define SID_FILL_DEL_PRED (DETECTIVE_START+8) 524cdf0e10cSrcweir#define SID_FILL_ADD_SUCC (DETECTIVE_START+9) 525cdf0e10cSrcweir#define SID_FILL_DEL_SUCC (DETECTIVE_START+10) 526cdf0e10cSrcweir#define SID_FILL_NONE (DETECTIVE_START+11) 527cdf0e10cSrcweir#define SID_FILL_SELECT (DETECTIVE_START+12) 528cdf0e10cSrcweir 529cdf0e10cSrcweir#define SID_DETECTIVE_INVALID (DETECTIVE_START+13) 530cdf0e10cSrcweir 531cdf0e10cSrcweir#define SID_DETECTIVE_REFRESH (DETECTIVE_START+14) 532cdf0e10cSrcweir#define SID_DETECTIVE_AUTO (DETECTIVE_START+15) 533cdf0e10cSrcweir 534cdf0e10cSrcweir#define DETECTIVE_END (DETECTIVE_START+20) 535cdf0e10cSrcweir 536cdf0e10cSrcweir#define SID_API_SLOTS (DETECTIVE_END) 537cdf0e10cSrcweir//aus sfx: #define SID_ENTER_STRING (SID_API_SLOTS) 538cdf0e10cSrcweir#define SID_INSERT_MATRIX (SID_API_SLOTS+1) 539cdf0e10cSrcweir 540cdf0e10cSrcweir#define SID_DELETE_NOTE (SID_API_SLOTS+2) 541cdf0e10cSrcweir 542cdf0e10cSrcweir 543cdf0e10cSrcweir#define SID_PREVIEW_START (SID_API_SLOTS+20) 544cdf0e10cSrcweir#define SID_PREVIEW_NEXT (SID_PREVIEW_START) 545cdf0e10cSrcweir#define SID_PREVIEW_PREVIOUS (SID_PREVIEW_START+1) 546cdf0e10cSrcweir#define SID_PREVIEW_FIRST (SID_PREVIEW_START+2) 547cdf0e10cSrcweir#define SID_PREVIEW_LAST (SID_PREVIEW_START+3) 548cdf0e10cSrcweir#define SID_PREVIEW_GOTO (SID_PREVIEW_START+4) 549cdf0e10cSrcweir#define SID_PREVIEW_ZOOMIN (SID_PREVIEW_START+5) 550cdf0e10cSrcweir#define SID_PREVIEW_ZOOMOUT (SID_PREVIEW_START+6) 551cdf0e10cSrcweir#define SID_PREVIEW_CLOSE (SID_PREVIEW_START+7) 552cdf0e10cSrcweir#define SID_PREVIEW_MARGIN (SID_PREVIEW_START+8) 553cdf0e10cSrcweir#define SID_PREVIEW_SCALINGFACTOR (SID_PREVIEW_START+9) 554cdf0e10cSrcweir#define SID_PREVIEW_END (SID_PREVIEW_START+20) 555cdf0e10cSrcweir 556cdf0e10cSrcweir//aus sfx: #define SID_KEYFUNC_START (SID_PREVIEW_END+5) 557cdf0e10cSrcweir#define SID_CURSORDOWN_SEL (SID_KEYFUNC_START + 0) 558cdf0e10cSrcweir#define SID_CURSORUP_SEL (SID_KEYFUNC_START + 1) 559cdf0e10cSrcweir#define SID_CURSORLEFT_SEL (SID_KEYFUNC_START + 2) 560cdf0e10cSrcweir#define SID_CURSORRIGHT_SEL (SID_KEYFUNC_START + 3) 561cdf0e10cSrcweir#define SID_CURSORPAGEDOWN_SEL (SID_KEYFUNC_START + 4) 562cdf0e10cSrcweir#define SID_CURSORPAGEUP_SEL (SID_KEYFUNC_START + 5) 563cdf0e10cSrcweir 564cdf0e10cSrcweir#define SID_CURSORPAGELEFT_ (SID_KEYFUNC_START + 6) 565cdf0e10cSrcweir#define SID_CURSORPAGELEFT_SEL (SID_KEYFUNC_START + 7) 566cdf0e10cSrcweir#define SID_CURSORPAGERIGHT_ (SID_KEYFUNC_START + 8) 567cdf0e10cSrcweir#define SID_CURSORPAGERIGHT_SEL (SID_KEYFUNC_START + 9) 568cdf0e10cSrcweir 569cdf0e10cSrcweir#define SID_CURSORTOPOFFILE_SEL (SID_KEYFUNC_START + 10) 570cdf0e10cSrcweir#define SID_CURSORENDOFFILE_SEL (SID_KEYFUNC_START + 11) 571cdf0e10cSrcweir#define SID_CURSORHOME_SEL (SID_KEYFUNC_START + 12) 572cdf0e10cSrcweir#define SID_CURSOREND_SEL (SID_KEYFUNC_START + 13) 573cdf0e10cSrcweir#define SID_CURSORBLKUP (SID_KEYFUNC_START + 14) 574cdf0e10cSrcweir#define SID_CURSORBLKDOWN (SID_KEYFUNC_START + 15) 575cdf0e10cSrcweir#define SID_CURSORBLKLEFT (SID_KEYFUNC_START + 16) 576cdf0e10cSrcweir#define SID_CURSORBLKRIGHT (SID_KEYFUNC_START + 17) 577cdf0e10cSrcweir#define SID_CURSORBLKUP_SEL (SID_KEYFUNC_START + 18) 578cdf0e10cSrcweir#define SID_CURSORBLKDOWN_SEL (SID_KEYFUNC_START + 19) 579cdf0e10cSrcweir#define SID_CURSORBLKLEFT_SEL (SID_KEYFUNC_START + 20) 580cdf0e10cSrcweir#define SID_CURSORBLKRIGHT_SEL (SID_KEYFUNC_START + 21) 581cdf0e10cSrcweir 582cdf0e10cSrcweir#define SID_NEXT_TABLE (SID_KEYFUNC_START + 22) 583cdf0e10cSrcweir#define SID_PREV_TABLE (SID_KEYFUNC_START + 23) 584cdf0e10cSrcweir 585cdf0e10cSrcweir#define SID_NEXT_UNPROTECT (SID_KEYFUNC_START + 24) 586cdf0e10cSrcweir#define SID_PREV_UNPROTECT (SID_KEYFUNC_START + 25) 587cdf0e10cSrcweir 588cdf0e10cSrcweir#define SID_SELECT_COL (SID_KEYFUNC_START + 26) 589cdf0e10cSrcweir#define SID_SELECT_ROW (SID_KEYFUNC_START + 27) 590cdf0e10cSrcweir#define SID_SELECT_NONE (SID_KEYFUNC_START + 28) 591cdf0e10cSrcweir#define SID_ALIGNCURSOR (SID_KEYFUNC_START + 29) 592cdf0e10cSrcweir#define SID_MARKDATAAREA (SID_KEYFUNC_START + 30) 593cdf0e10cSrcweir#define SID_SETINPUTMODE (SID_KEYFUNC_START + 31) 594cdf0e10cSrcweir#define SID_DELETE_CONTENTS (SID_KEYFUNC_START + 32) 595cdf0e10cSrcweir 596cdf0e10cSrcweir#define SID_MARKAREA (SID_KEYFUNC_START + 33) 597cdf0e10cSrcweir 598cdf0e10cSrcweir#define SID_AUTOFILL (SID_KEYFUNC_START + 34) 599cdf0e10cSrcweir#define FID_FILL_AUTO (SID_KEYFUNC_START + 35) 600cdf0e10cSrcweir#define SID_CANCEL (SID_KEYFUNC_START + 36) 601cdf0e10cSrcweir 602cdf0e10cSrcweir#define SID_CURSORENTERUP (SID_KEYFUNC_START + 37) 603cdf0e10cSrcweir#define SID_CURSORENTERDOWN (SID_KEYFUNC_START + 38) 604cdf0e10cSrcweir 605cdf0e10cSrcweir#define SID_MARKARRAYFORMULA (SID_KEYFUNC_START + 39) 606cdf0e10cSrcweir 607cdf0e10cSrcweir#define SID_NEXT_TABLE_SEL (SID_KEYFUNC_START + 40) 608cdf0e10cSrcweir#define SID_PREV_TABLE_SEL (SID_KEYFUNC_START + 41) 609cdf0e10cSrcweir 610cdf0e10cSrcweir#define SID_KEYFUNC_END (SID_KEYFUNC_START + 50) 611cdf0e10cSrcweir 612cdf0e10cSrcweir#define SID_NEW_SLOTS (SID_KEYFUNC_END) 613cdf0e10cSrcweir#define SID_NEW_SLOTS_END (SID_NEW_SLOTS+100) 614cdf0e10cSrcweir 615cdf0e10cSrcweir#define SID_NEW_TABLENAME (SID_NEW_SLOTS+1) 616cdf0e10cSrcweir#define SID_COL_START (SID_NEW_SLOTS+2) 617cdf0e10cSrcweir#define SID_ROW_START (SID_NEW_SLOTS+3) 618cdf0e10cSrcweir#define SID_COL_END (SID_NEW_SLOTS+4) 619cdf0e10cSrcweir#define SID_ROW_END (SID_NEW_SLOTS+5) 620cdf0e10cSrcweir#define SID_KEEP_MARK (SID_NEW_SLOTS+6) 621cdf0e10cSrcweir#define SID_FILL_DIR (SID_NEW_SLOTS+7) 622cdf0e10cSrcweir#define SID_FILL_COUNT (SID_NEW_SLOTS+8) 623cdf0e10cSrcweir#define SID_WITH_UNDO (SID_NEW_SLOTS+9) 624cdf0e10cSrcweir#define FID_MERGE_TOGGLE (SID_NEW_SLOTS+10) 625cdf0e10cSrcweir//aus sfx: #define SID_ATTR_SECIALCHAR (SID_NEW_SLOTS+10) 626cdf0e10cSrcweir#define SID_ATTR_ROWHEADERS (SID_NEW_SLOTS+11) 627cdf0e10cSrcweir#define SID_ATTR_COLHEADERS (SID_NEW_SLOTS+12) 628cdf0e10cSrcweir 629cdf0e10cSrcweir#define SID_SC_CELLS (SID_NEW_SLOTS+13) 630cdf0e10cSrcweir#define SID_SC_RANGE (SID_NEW_SLOTS+14) 631cdf0e10cSrcweir#define SID_SC_SELECTION (SID_NEW_SLOTS+15) 632cdf0e10cSrcweir#define SID_SC_CELLTEXT (SID_NEW_SLOTS+16) 633cdf0e10cSrcweir 634cdf0e10cSrcweir#define SID_SC_NAME_TITLE (SID_NEW_SLOTS+17) 635cdf0e10cSrcweir 636cdf0e10cSrcweir#define SID_SC_ACTIVECELL (SID_NEW_SLOTS+18) 637cdf0e10cSrcweir#define SID_SC_ACTIVETAB (SID_NEW_SLOTS+19) 638cdf0e10cSrcweir#define SID_RANGE_ROW (SID_NEW_SLOTS+20) 639cdf0e10cSrcweir#define SID_RANGE_COL (SID_NEW_SLOTS+21) 640cdf0e10cSrcweir#define SID_RANGE_TABLE (SID_NEW_SLOTS+22) 641cdf0e10cSrcweir#define SID_RANGE_VALUE (SID_NEW_SLOTS+23) 642cdf0e10cSrcweir#define SID_RANGE_FORMULA (SID_NEW_SLOTS+24) 643cdf0e10cSrcweir#define SID_RANGE_TEXT (SID_NEW_SLOTS+25) 644cdf0e10cSrcweir#define SID_RANGE_TEXTVALUE (SID_NEW_SLOTS+26) 645cdf0e10cSrcweir#define SID_TABLE_ACTIVATE (SID_NEW_SLOTS+27) 646cdf0e10cSrcweir#define SID_TABLES_GET (SID_NEW_SLOTS+28) 647cdf0e10cSrcweir#define SID_PROP_INTERIOR (SID_NEW_SLOTS+29) 648cdf0e10cSrcweir#define SID_PROP_FONT (SID_NEW_SLOTS+30) 649cdf0e10cSrcweir 650cdf0e10cSrcweir#define SID_DEFINE_PRINTAREA (SID_NEW_SLOTS+31) 651cdf0e10cSrcweir#define SID_DELETE_PRINTAREA (SID_NEW_SLOTS+32) 652cdf0e10cSrcweir#define SID_CHANGE_PRINTAREA (SID_NEW_SLOTS+33) 653cdf0e10cSrcweir#define SID_OPENDLG_EDIT_PRINTAREA (SID_NEW_SLOTS+34) 654cdf0e10cSrcweir 655cdf0e10cSrcweir#define SID_OLE_OBJECT (SID_NEW_SLOTS+35) 656cdf0e10cSrcweir#define SID_OLE_ACTIVATE (SID_NEW_SLOTS+36) 657cdf0e10cSrcweir#define SID_OLE_DEACTIVATE (SID_NEW_SLOTS+37) 658cdf0e10cSrcweir 659cdf0e10cSrcweir#define SID_TOGGLE_REL (SID_NEW_SLOTS+38) 660cdf0e10cSrcweir#define SID_DATA_SELECT (SID_NEW_SLOTS+39) 661cdf0e10cSrcweir 662cdf0e10cSrcweir// Suchen & Ersetzen 663cdf0e10cSrcweir#define FID_SEARCH (SID_NEW_SLOTS+40) 664cdf0e10cSrcweir#define FID_REPEAT_SEARCH (SID_NEW_SLOTS+41) 665cdf0e10cSrcweir#define FID_REPLACE (SID_NEW_SLOTS+42) 666cdf0e10cSrcweir#define FID_SEARCH_ALL (SID_NEW_SLOTS+43) 667cdf0e10cSrcweir#define FID_REPLACE_ALL (SID_NEW_SLOTS+44) 668cdf0e10cSrcweir#define FID_SEARCH_COUNT (SID_NEW_SLOTS+45) 669cdf0e10cSrcweir 670cdf0e10cSrcweir#define SID_SC_SETTEXT (SID_NEW_SLOTS+46) 671cdf0e10cSrcweir#define SID_RANGE_ADDRESS (SID_NEW_SLOTS+47) 672cdf0e10cSrcweir#define SID_RANGE_OFFSET (SID_NEW_SLOTS+48) 673cdf0e10cSrcweir#define SID_NUMBER_FORMAT (SID_NEW_SLOTS+49) 674cdf0e10cSrcweir 675cdf0e10cSrcweir#define SID_OLE_SELECT (SID_NEW_SLOTS+50) 676cdf0e10cSrcweir#define SID_SC_ACTIVEOBJECT (SID_NEW_SLOTS+51) 677cdf0e10cSrcweir 678cdf0e10cSrcweir#define SID_RANGE_NOTETEXT (SID_NEW_SLOTS+52) 679cdf0e10cSrcweir#define FID_INSERT_FILE (SID_NEW_SLOTS+53) 680cdf0e10cSrcweir 681cdf0e10cSrcweir#define FID_VALIDATION (SID_NEW_SLOTS+54) 682cdf0e10cSrcweir 683cdf0e10cSrcweir// Slots fuer Toolbox Controller in der Werkzeugleiste 684cdf0e10cSrcweir#define SID_TBXCTL_INSERT (SID_NEW_SLOTS+55) 685cdf0e10cSrcweir#define SID_TBXCTL_INSCELLS (SID_NEW_SLOTS+56) 686cdf0e10cSrcweir#define SID_TBXCTL_INSOBJ (SID_NEW_SLOTS+57) 687cdf0e10cSrcweir 688cdf0e10cSrcweir#define SID_DEFINE_COLROWNAMERANGES (SID_NEW_SLOTS+58) 689cdf0e10cSrcweir 690cdf0e10cSrcweir#define FID_NOTE_VISIBLE (SID_NEW_SLOTS+59) 691cdf0e10cSrcweir 692cdf0e10cSrcweir// Items fuer Gueltigkeit 693cdf0e10cSrcweir#define FID_VALID_MODE (SID_NEW_SLOTS+60) 694cdf0e10cSrcweir#define FID_VALID_CONDMODE (SID_NEW_SLOTS+61) 695cdf0e10cSrcweir#define FID_VALID_VALUE1 (SID_NEW_SLOTS+62) 696cdf0e10cSrcweir#define FID_VALID_VALUE2 (SID_NEW_SLOTS+63) 697cdf0e10cSrcweir#define FID_VALID_BLANK (SID_NEW_SLOTS+64) 698cdf0e10cSrcweir#define FID_VALID_SHOWHELP (SID_NEW_SLOTS+65) 699cdf0e10cSrcweir#define FID_VALID_HELPTITLE (SID_NEW_SLOTS+66) 700cdf0e10cSrcweir#define FID_VALID_HELPTEXT (SID_NEW_SLOTS+67) 701cdf0e10cSrcweir#define FID_VALID_SHOWERR (SID_NEW_SLOTS+68) 702cdf0e10cSrcweir#define FID_VALID_ERRSTYLE (SID_NEW_SLOTS+69) 703cdf0e10cSrcweir#define FID_VALID_ERRTITLE (SID_NEW_SLOTS+70) 704cdf0e10cSrcweir#define FID_VALID_ERRTEXT (SID_NEW_SLOTS+71) 705cdf0e10cSrcweir 706cdf0e10cSrcweir#define SID_REFRESH_DBAREA (SID_NEW_SLOTS+72) 707cdf0e10cSrcweir#define SID_RANGE_REGION (SID_NEW_SLOTS+73) 708cdf0e10cSrcweir 709cdf0e10cSrcweir#define FID_FOCUS_POSWND (SID_NEW_SLOTS+74) 710cdf0e10cSrcweir 711cdf0e10cSrcweir// einzelne Slots fuer verschiedene Unterstreich-Arten (Popup-Menu) 712cdf0e10cSrcweir#define SID_ULINE_VAL_NONE (SID_NEW_SLOTS+75) 713cdf0e10cSrcweir#define SID_ULINE_VAL_SINGLE (SID_NEW_SLOTS+76) 714cdf0e10cSrcweir#define SID_ULINE_VAL_DOUBLE (SID_NEW_SLOTS+77) 715cdf0e10cSrcweir#define SID_ULINE_VAL_DOTTED (SID_NEW_SLOTS+78) 716cdf0e10cSrcweir 717cdf0e10cSrcweir#define FID_DEL_MANUALBREAKS (SID_NEW_SLOTS+79) 718cdf0e10cSrcweir#define SID_ADD_PRINTAREA (SID_NEW_SLOTS+80) 719cdf0e10cSrcweir#define FID_ADJUST_PRINTZOOM (SID_NEW_SLOTS+81) 720cdf0e10cSrcweir#define FID_RESET_PRINTZOOM (SID_NEW_SLOTS+82) 721cdf0e10cSrcweir 722cdf0e10cSrcweir#define SID_TABLES_COUNT (SID_NEW_SLOTS+83) 723cdf0e10cSrcweir#define SID_ACTIVE_OBJ_NAME (SID_NEW_SLOTS+84) 724cdf0e10cSrcweir#define SID_OBJECT_LEFT (SID_NEW_SLOTS+85) 725cdf0e10cSrcweir#define SID_OBJECT_TOP (SID_NEW_SLOTS+86) 726cdf0e10cSrcweir#define SID_OBJECT_WIDTH (SID_NEW_SLOTS+87) 727cdf0e10cSrcweir#define SID_OBJECT_HEIGHT (SID_NEW_SLOTS+88) 728cdf0e10cSrcweir 729cdf0e10cSrcweir#define SID_PIVOT_CREATE (SID_NEW_SLOTS+89) 730cdf0e10cSrcweir#define SID_PIVOT_FIELDS (SID_NEW_SLOTS+90) 731cdf0e10cSrcweir#define SID_PFIELD_NAME (SID_NEW_SLOTS+91) 732cdf0e10cSrcweir#define SID_PFIELD_ORIENTATION (SID_NEW_SLOTS+92) 733cdf0e10cSrcweir#define SID_PFIELD_FUNCTION (SID_NEW_SLOTS+93) 734cdf0e10cSrcweir#define SID_PIVOT_GET (SID_NEW_SLOTS+94) 735cdf0e10cSrcweir 736cdf0e10cSrcweir#define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95) 737cdf0e10cSrcweir#define SID_EDIT_SCENARIO (SID_NEW_SLOTS+96) 738cdf0e10cSrcweir 739cdf0e10cSrcweir// idl Parameter --------------------------------------------------------- 740cdf0e10cSrcweir 741cdf0e10cSrcweir//aus sfx: #define FN_PARAM_1 (SC_PARAM_START) 742cdf0e10cSrcweir//aus sfx: #define FN_PARAM_2 (SC_PARAM_START+1) 743cdf0e10cSrcweir//aus sfx: #define FN_PARAM_3 (SC_PARAM_START+2) 744cdf0e10cSrcweir//aus sfx: #define FN_PARAM_4 (SC_PARAM_START+3) 745cdf0e10cSrcweir//aus sfx: #define FN_PARAM_5 (SC_PARAM_START+4) 746cdf0e10cSrcweir//aus sfx: #define FN_PARAM_6 (SC_PARAM_START+5) 747cdf0e10cSrcweir//aus sfx: #define FN_PARAM_7 (SC_PARAM_START+6) 748cdf0e10cSrcweir//aus sfx: #define FN_PARAM_8 (SC_PARAM_START+7) 749cdf0e10cSrcweir#define FN_PARAM_9 (FN_PARAM_8+1) 750cdf0e10cSrcweir 751cdf0e10cSrcweir#define SID_SORT_BYROW (SC_PARAM_START) 752cdf0e10cSrcweir#define SID_SORT_HASHEADER (SC_PARAM_START+1) 753cdf0e10cSrcweir#define SID_SORT_CASESENS (SC_PARAM_START+2) 754cdf0e10cSrcweir#define SID_SORT_ATTRIBS (SC_PARAM_START+3) 755cdf0e10cSrcweir#define SID_SORT_USERDEF (SC_PARAM_START+4) 756cdf0e10cSrcweir 757facb16e7SArmin Le Grand// Sidebar ------------------------------------------------------------- 758facb16e7SArmin Le Grand 759*4e8031e0SArmin Le Grand#define SID_SCGRIDSHOW (SC_SIDEBAR_PROPERTY_BEGIN+1) 760*4e8031e0SArmin Le Grand#define SID_NUMBER_TYPE_FORMAT (SC_SIDEBAR_PROPERTY_BEGIN+2) 761facb16e7SArmin Le Grand 762cdf0e10cSrcweir// Resourcen ------------------------------------------------------------- 763cdf0e10cSrcweir 764cdf0e10cSrcweir#define RID_OBJECTBAR_APP (SC_RESOURCE_START) 765cdf0e10cSrcweir#define RID_OBJECTBAR_FORMAT (SC_RESOURCE_START+1) 766cdf0e10cSrcweir#define RID_OBJECTBAR_INPUT (SC_RESOURCE_START+2) 767cdf0e10cSrcweir#define RID_POPUP_CELLS (SC_RESOURCE_START+3) 768cdf0e10cSrcweir#define RID_POPUP_DRAW (SC_RESOURCE_START+4) 769cdf0e10cSrcweir#define RID_TEXT_TOOLBOX (SC_RESOURCE_START+5) 770cdf0e10cSrcweir#define RID_OBJECTBAR_PREVIEW (SC_RESOURCE_START+6) 771cdf0e10cSrcweir#define RID_POPUP_PREVIEW (SC_RESOURCE_START+7) 772cdf0e10cSrcweir#define RID_POPUP_OLE (SC_RESOURCE_START+8) 773cdf0e10cSrcweir#define RID_POPUP_CHART (SC_RESOURCE_START+9) 774cdf0e10cSrcweir//#define RID_ANCHORBITMAP (SC_RESOURCE_START+10) 775cdf0e10cSrcweir//#define RID_GRAYANCHORBITMAP (SC_RESOURCE_START+11) 776cdf0e10cSrcweir#define RID_OUTLINEBITMAPS (SC_RESOURCE_START+12) 777cdf0e10cSrcweir#define RID_DRAW_WIN (SC_RESOURCE_START+13) 778cdf0e10cSrcweir#define RID_CNTRLR_WIN (SC_RESOURCE_START+14) 779cdf0e10cSrcweir#define RID_GLOBSTR (SC_RESOURCE_START+15) 780cdf0e10cSrcweir#define RID_ALIGNMENT_WIN (SC_RESOURCE_START+19) 781cdf0e10cSrcweir#define RID_SCFUNCTIONS (SC_RESOURCE_START+20) 782cdf0e10cSrcweir#define RID_POPUP_PIVOT (SC_RESOURCE_START+21) 783cdf0e10cSrcweir#define RID_IMGLIST_INPUTWIN (SC_RESOURCE_START+22) 784cdf0e10cSrcweir#define RID_ERRHDLSC (SC_RESOURCE_START+23) 785cdf0e10cSrcweir#define RID_POPUP_GRAPHIC (SC_RESOURCE_START+24) 786cdf0e10cSrcweir#define RID_POPUP_DRAWTEXT (SC_RESOURCE_START+29) 787cdf0e10cSrcweir#define RID_MN_FORMAT_ALGN (SC_RESOURCE_START+30) 788cdf0e10cSrcweir#define RID_MN_FORMAT_STYLE (SC_RESOURCE_START+31) 789cdf0e10cSrcweir#define RID_MN_FORMAT_LINESPACE (SC_RESOURCE_START+32) 790cdf0e10cSrcweir#define RID_POPUP_EDIT (SC_RESOURCE_START+33) 791cdf0e10cSrcweir#define RID_POPUP_AUDIT (SC_RESOURCE_START+34) 792cdf0e10cSrcweir#define RID_OBJECTBAR_TOOLS (SC_RESOURCE_START+35) 793cdf0e10cSrcweir// free 794cdf0e10cSrcweir// free 795cdf0e10cSrcweir#define RID_TBXCTL_INSERT (SC_RESOURCE_START+38) 796cdf0e10cSrcweir#define RID_TBXCTL_INSCELLS (SC_RESOURCE_START+39) 797cdf0e10cSrcweir#define RID_TBXCTL_INSOBJ (SC_RESOURCE_START+40) 798cdf0e10cSrcweir// free 799cdf0e10cSrcweir// free 800cdf0e10cSrcweir#define RID_SC_FUNCTION_DESCRIPTIONS1 (SC_RESOURCE_START+43) 801cdf0e10cSrcweir#define RID_SC_FUNCTION_DESCRIPTIONS2 (SC_RESOURCE_START+44) 802cdf0e10cSrcweir#define RID_POPUP_CONTROL (SC_RESOURCE_START+45) 803cdf0e10cSrcweir#define RID_POPUP_PAGEBREAK (SC_RESOURCE_START+46) 804cdf0e10cSrcweir// free 805cdf0e10cSrcweir#define RID_POPUP_DRAWFORM (SC_RESOURCE_START+48) 806cdf0e10cSrcweir#define RID_SC_ADDIN_ROT13 (SC_RESOURCE_START+50) 807cdf0e10cSrcweir#define RID_SC_ADDIN_DFA (SC_RESOURCE_START+51) 808cdf0e10cSrcweir#define RID_IMAGELIST_NAVCONT (SC_RESOURCE_START+52) 809cdf0e10cSrcweir#define RID_DRAW_OBJECTBAR (SC_RESOURCE_START+53) 810cdf0e10cSrcweir#define RID_GRAPHIC_OBJECTBAR (SC_RESOURCE_START+54) 811cdf0e10cSrcweir// free 812cdf0e10cSrcweir// free 813cdf0e10cSrcweir#define RID_IMAGELIST_H_NAVCONT (SC_RESOURCE_START+57) 814cdf0e10cSrcweir#define RID_OUTLINEBITMAPS_H (SC_RESOURCE_START+58) 815cdf0e10cSrcweir#define RID_MEDIA_OBJECTBAR (SC_RESOURCE_START+60) 816cdf0e10cSrcweir#define RID_POPUP_MEDIA (SC_RESOURCE_START+61) 817cdf0e10cSrcweir#define RID_FUNCTION_CATEGORIES (SC_RESOURCE_START+62) 818cdf0e10cSrcweir 819cdf0e10cSrcweir#define STR_START (SC_RESOURCE_START+100) 820cdf0e10cSrcweir#define STR_ROWHEIGHT (STR_START) 821cdf0e10cSrcweir#define STR_ROWHEIGHT_TITLE (STR_START + 1) 822cdf0e10cSrcweir#define STR_OPT_ROWHEIGHT (STR_START + 2) 823cdf0e10cSrcweir#define STR_OPT_ROWHEIGHT_TITLE (STR_START + 3) 824cdf0e10cSrcweir#define STR_COLWIDTH (STR_START + 4) 825cdf0e10cSrcweir#define STR_COLWIDTH_TITLE (STR_START + 5) 826cdf0e10cSrcweir#define STR_OPT_COLWIDTH (STR_START + 6) 827cdf0e10cSrcweir#define STR_OPT_COLWIDTH_TITLE (STR_START + 7) 828cdf0e10cSrcweir#define SCSTR_UNDEFINED (STR_START + 8) 829cdf0e10cSrcweir#define SCSTR_NONAME (STR_START + 9) 830cdf0e10cSrcweir#define SCSTR_NONE (STR_START + 10) 831cdf0e10cSrcweir#define SCSTR_EMPTY (STR_START + 11) 832cdf0e10cSrcweir#define SCSTR_NOTEMPTY (STR_START + 12) 833cdf0e10cSrcweir#define SCSTR_COLUMN (STR_START + 13) 834cdf0e10cSrcweir#define SCSTR_ROW (STR_START + 14) 835cdf0e10cSrcweir#define SCSTR_NEW (STR_START + 15) 836cdf0e10cSrcweir#define SCSTR_ADD (STR_START + 16) 837cdf0e10cSrcweir#define SCSTR_REMOVE (STR_START + 17) 838cdf0e10cSrcweir#define SCSTR_CANCEL (STR_START + 18) 839cdf0e10cSrcweir#define SCSTR_MODIFY (STR_START + 19) 840cdf0e10cSrcweir#define SCSTR_SHOWTABLE (STR_START + 20) 841cdf0e10cSrcweir#define SCSTR_HIDDENTABLES (STR_START + 21) 842cdf0e10cSrcweir#define SCSTR_SELECTDB (STR_START + 22) 843cdf0e10cSrcweir#define SCSTR_AREAS (STR_START + 23) 844cdf0e10cSrcweir#define SCSTR_TABLE (STR_START + 24) 845cdf0e10cSrcweir#define SCSTR_NAME (STR_START + 25) 846cdf0e10cSrcweir#define SCSTR_INSTABLE (STR_START + 26) 847cdf0e10cSrcweir#define SCSTR_APDTABLE (STR_START + 27) 848cdf0e10cSrcweir#define SCSTR_RENAMETAB (STR_START + 28) 849cdf0e10cSrcweir#define STR_INSERTGRAPHIC (STR_START + 29) 850cdf0e10cSrcweir//#define STR_BASIC_IDE (STR_START + 30) 851cdf0e10cSrcweir#define SCSTR_APPLICATION (STR_START + 31) 852cdf0e10cSrcweir#define SCSTR_DOCSHELL (STR_START + 32) 853cdf0e10cSrcweir#define SCSTR_TABVIEWSHELL (STR_START + 33) 854cdf0e10cSrcweir#define SCSTR_EDITSHELL (STR_START + 34) 855cdf0e10cSrcweir#define SCSTR_DRAWSHELL (STR_START + 35) 856cdf0e10cSrcweir#define SCSTR_DRAWTEXTSHELL (STR_START + 36) 857cdf0e10cSrcweir#define SCSTR_NEWTABLE (STR_START + 37) 858cdf0e10cSrcweir#define SCSTR_PREVIEWSHELL (STR_START + 38) 859cdf0e10cSrcweir 860cdf0e10cSrcweir#define SCSTR_PROTECTDOC (STR_START + 39) 861cdf0e10cSrcweir#define SCSTR_UNPROTECTDOC (STR_START + 40) 862cdf0e10cSrcweir#define SCSTR_PROTECTTAB (STR_START + 41) 863cdf0e10cSrcweir#define SCSTR_UNPROTECTTAB (STR_START + 42) 864cdf0e10cSrcweir#define SCSTR_PASSWORD (STR_START + 43) 865cdf0e10cSrcweir#define SCSTR_PASSWORDOPT (STR_START + 44) 866cdf0e10cSrcweir#define SCSTR_WRONGPASSWORD (STR_START + 45) 867cdf0e10cSrcweir 868cdf0e10cSrcweir#define SCSTR_PIVOTSHELL (STR_START + 46) 869cdf0e10cSrcweir#define SCSTR_END (STR_START + 47) 870cdf0e10cSrcweir#define SCSTR_STAT_PRINT (STR_START + 48) 871cdf0e10cSrcweir 872cdf0e10cSrcweir#define SCSTR_UNKNOWN (STR_START + 49) 873cdf0e10cSrcweir#define SCSTR_CHAR_ATTRS (STR_START + 50) 874cdf0e10cSrcweir#define SCSTR_ALL (STR_START + 51) 875cdf0e10cSrcweir#define SCSTR_STDFILTER (STR_START + 52) 876cdf0e10cSrcweir 877cdf0e10cSrcweir// Cfg-Item-Namen 878cdf0e10cSrcweir#define SCSTR_CFG_APP (STR_START + 53) 879cdf0e10cSrcweir#define SCSTR_CFG_DOC (STR_START + 54) 880cdf0e10cSrcweir#define SCSTR_CFG_VIEW (STR_START + 55) 881cdf0e10cSrcweir#define SCSTR_CFG_SPELLCHECK (STR_START + 56) 882cdf0e10cSrcweir#define SCSTR_CFG_PRINT (STR_START + 57) 883cdf0e10cSrcweir 884cdf0e10cSrcweir#define SCSTR_AUDITSHELL (STR_START + 58) 885cdf0e10cSrcweir 886cdf0e10cSrcweir#define SCSTR_CHARSET_USER (STR_START + 59) 887cdf0e10cSrcweir#define SCSTR_COLUMN_USER (STR_START + 60) 888cdf0e10cSrcweir#define SCSTR_FIELDSEP (STR_START + 61) 889cdf0e10cSrcweir#define SCSTR_TEXTSEP (STR_START + 62) 890cdf0e10cSrcweir 891cdf0e10cSrcweir#define SCSTR_30_APPLICATION (STR_START + 63) 892cdf0e10cSrcweir#define SCSTR_30_LONG_DOCNAME (STR_START + 64) 893cdf0e10cSrcweir 894cdf0e10cSrcweir#define SCSTR_CFG_INPUT (STR_START + 65) 895cdf0e10cSrcweir 896cdf0e10cSrcweir#define SCSTR_TOP10FILTER (STR_START + 66) 897cdf0e10cSrcweir 898cdf0e10cSrcweir#define SCSTR_CFG_NAVIPI (STR_START + 67) 899cdf0e10cSrcweir 900cdf0e10cSrcweir#define SCSTR_40_APPLICATION (STR_START + 68) 901cdf0e10cSrcweir#define SCSTR_40_LONG_DOCNAME (STR_START + 69) 902cdf0e10cSrcweir 903cdf0e10cSrcweir#define SCSTR_DRAWFORMSHELL (STR_START + 70) 904cdf0e10cSrcweir#define SCSTR_CELLSHELL (STR_START + 71) 905cdf0e10cSrcweir#define SCSTR_FORMATSHELL (STR_START + 72) 906cdf0e10cSrcweir#define SCSTR_OLEOBJECTSHELL (STR_START + 73) 907cdf0e10cSrcweir#define SCSTR_CHARTSHELL (STR_START + 74) 908cdf0e10cSrcweir#define SCSTR_GRAPHICSHELL (STR_START + 75) 909cdf0e10cSrcweir#define SCSTR_PAGEBREAKSHELL (STR_START + 76) 910cdf0e10cSrcweir 911cdf0e10cSrcweir#define SCSTR_GRFILTER_OPENERROR (STR_START + 77) 912cdf0e10cSrcweir#define SCSTR_GRFILTER_IOERROR (STR_START + 78) 913cdf0e10cSrcweir#define SCSTR_GRFILTER_FORMATERROR (STR_START + 79) 914cdf0e10cSrcweir#define SCSTR_GRFILTER_VERSIONERROR (STR_START + 80) 915cdf0e10cSrcweir#define SCSTR_GRFILTER_FILTERERROR (STR_START + 81) 916cdf0e10cSrcweir#define SCSTR_GRFILTER_TOOBIG (STR_START + 82) 917cdf0e10cSrcweir#define SCSTR_UNDO_GRAFFILTER (STR_START + 83) 918cdf0e10cSrcweir 919cdf0e10cSrcweir#define SCSTR_50_APPLICATION (STR_START + 84) 920cdf0e10cSrcweir#define SCSTR_50_LONG_DOCNAME (STR_START + 85) 921cdf0e10cSrcweir#define SCSTR_CHG_PROTECT (STR_START + 86) 922cdf0e10cSrcweir#define SCSTR_CHG_UNPROTECT (STR_START + 87) 923cdf0e10cSrcweir 924cdf0e10cSrcweir// #98185# 925cdf0e10cSrcweir#define STR_CAPTION_DEFAULT_TEXT (STR_START + 88) 926cdf0e10cSrcweir 927cdf0e10cSrcweir// dialog: Select Sheets 928cdf0e10cSrcweir#define STR_DLG_SELECTTABLES_TITLE (STR_START + 89) 929cdf0e10cSrcweir#define STR_DLG_SELECTTABLES_LBNAME (STR_START + 90) 930cdf0e10cSrcweir 931cdf0e10cSrcweir// #101160# Replace cell contents warning 932cdf0e10cSrcweir#define STR_REPLCELLSWARN (STR_START + 91) 933cdf0e10cSrcweir 934cdf0e10cSrcweir#define SCSTR_DPFUNCLISTBOX (STR_START + 92) 935cdf0e10cSrcweir#define SCSTR_ALLFILTER (STR_START + 94) 936cdf0e10cSrcweir#define SCSTR_MOREBTN_MOREOPTIONS (STR_START + 95) 937cdf0e10cSrcweir#define SCSTR_MOREBTN_FEWEROPTIONS (STR_START + 96) 938cdf0e10cSrcweir 939cdf0e10cSrcweir// Items 940cdf0e10cSrcweir 941cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_LEFT (STR_START + 100) 942cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_CENTER (STR_START + 101) 943cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_RIGHT (STR_START + 102) 944cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_BLOCK (STR_START + 103) 945cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_REPEAT (STR_START + 104) 946cdf0e10cSrcweir#define SCSTR_HOR_JUSTIFY_STANDARD (STR_START + 105) 947cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_TOP (STR_START + 106) 948cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_CENTER (STR_START + 107) 949cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_BOTTOM (STR_START + 108) 950cdf0e10cSrcweir#define SCSTR_VER_JUSTIFY_STANDARD (STR_START + 109) 951cdf0e10cSrcweir#define SCSTR_ORIENTATION_TOPBOTTOM (STR_START + 110) 952cdf0e10cSrcweir#define SCSTR_ORIENTATION_BOTTOMTOP (STR_START + 111) 953cdf0e10cSrcweir#define SCSTR_ORIENTATION_STANDARD (STR_START + 112) 954cdf0e10cSrcweir 955cdf0e10cSrcweir// Accessibility ------------------------------------ 956cdf0e10cSrcweir 957cdf0e10cSrcweir// CSV import 958cdf0e10cSrcweir#define STR_ACC_CSVRULER_NAME (STR_START + 150) 959cdf0e10cSrcweir#define STR_ACC_CSVRULER_DESCR (STR_START + 151) 960cdf0e10cSrcweir#define STR_ACC_CSVGRID_NAME (STR_START + 152) 961cdf0e10cSrcweir#define STR_ACC_CSVGRID_DESCR (STR_START + 153) 962cdf0e10cSrcweir 963cdf0e10cSrcweir// Document 964cdf0e10cSrcweir#define STR_ACC_DOC_NAME (STR_START + 154) 965cdf0e10cSrcweir#define STR_ACC_DOC_DESCR (STR_START + 155) 966cdf0e10cSrcweir#define STR_ACC_TABLE_NAME (STR_START + 156) 967cdf0e10cSrcweir#define STR_ACC_TABLE_DESCR (STR_START + 157) 968cdf0e10cSrcweir#define STR_ACC_CELL_NAME (STR_START + 158) 969cdf0e10cSrcweir#define STR_ACC_CELL_DESCR (STR_START + 159) 970cdf0e10cSrcweir// Preview 971cdf0e10cSrcweir#define STR_ACC_PREVIEWDOC_NAME (STR_START + 160) 972cdf0e10cSrcweir#define STR_ACC_PREVIEWDOC_DESCR (STR_START + 161) 973cdf0e10cSrcweir#define STR_ACC_HEADERCELL_NAME (STR_START + 162) 974cdf0e10cSrcweir#define STR_ACC_HEADERCELL_DESCR (STR_START + 163) 975cdf0e10cSrcweir#define STR_ACC_LEFTAREA_NAME (STR_START + 164) 976cdf0e10cSrcweir#define STR_ACC_LEFTAREA_DESCR (STR_START + 165) 977cdf0e10cSrcweir#define STR_ACC_CENTERAREA_NAME (STR_START + 166) 978cdf0e10cSrcweir#define STR_ACC_CENTERAREA_DESCR (STR_START + 167) 979cdf0e10cSrcweir#define STR_ACC_RIGHTAREA_NAME (STR_START + 168) 980cdf0e10cSrcweir#define STR_ACC_RIGHTAREA_DESCR (STR_START + 169) 981cdf0e10cSrcweir#define STR_ACC_HEADER_NAME (STR_START + 170) 982cdf0e10cSrcweir#define STR_ACC_HEADER_DESCR (STR_START + 171) 983cdf0e10cSrcweir#define STR_ACC_FOOTER_NAME (STR_START + 172) 984cdf0e10cSrcweir#define STR_ACC_FOOTER_DESCR (STR_START + 173) 985cdf0e10cSrcweir 986cdf0e10cSrcweir// Editline 987cdf0e10cSrcweir#define STR_ACC_EDITLINE_NAME (STR_START + 174) 988cdf0e10cSrcweir#define STR_ACC_EDITLINE_DESCR (STR_START + 175) 989cdf0e10cSrcweir 990cdf0e10cSrcweir// EditCell 991cdf0e10cSrcweir#define STR_ACC_EDITCELL_NAME (STR_START + 176) 992cdf0e10cSrcweir#define STR_ACC_EDITCELL_DESCR (STR_START + 177) 993cdf0e10cSrcweir 994cdf0e10cSrcweir// DataPilot 995cdf0e10cSrcweir#define STR_ACC_DATAPILOT_ROW_DESCR (STR_START + 178) 996cdf0e10cSrcweir#define STR_ACC_DATAPILOT_COL_DESCR (STR_START + 179) 997cdf0e10cSrcweir#define STR_ACC_DATAPILOT_DATA_DESCR (STR_START + 180) 998cdf0e10cSrcweir#define STR_ACC_DATAPILOT_SEL_DESCR (STR_START + 181) 999cdf0e10cSrcweir 1000cdf0e10cSrcweir//IAccessibility2 Implementation 2009----- 1001cdf0e10cSrcweir#define STR_ACC_TOOLBAR_FORMULA (STR_START + 182) 1002cdf0e10cSrcweir#define STR_ACC_DOC_SPREADSHEET (STR_START + 185) 1003cdf0e10cSrcweir#define STR_ACC_DOC_PREVIEW_SUFFIX (STR_START + 186) 1004cdf0e10cSrcweir#define STR_ACC_DOC_SPREADSHEET_READONLY (STR_START + 187) 1005cdf0e10cSrcweir 1006cdf0e10cSrcweir//-----IAccessibility2 Implementation 2009 1007cdf0e10cSrcweir 1008cdf0e10cSrcweir// -------------------------------------------------- 1009cdf0e10cSrcweir 1010cdf0e10cSrcweir#define SCSTR_HUMAN_SCDOC_NAME (STR_START + 210) 1011cdf0e10cSrcweir#define SCSTR_SHORT_SCDOC_NAME (STR_START + 211) 1012cdf0e10cSrcweir#define SCSTR_LONG_SCDOC_NAME (STR_START + 212) 1013cdf0e10cSrcweir 1014cdf0e10cSrcweir#define SCSTR_CLPBRD_CLEAR (STR_START + 213) 1015cdf0e10cSrcweir 1016cdf0e10cSrcweir#define SCSTR_FORMULA_AUTOCORRECTION (STR_START + 214) 1017cdf0e10cSrcweir 1018cdf0e10cSrcweir#define SCSTR_RENAMEOBJECT (STR_START + 215) 1019cdf0e10cSrcweir 1020cdf0e10cSrcweir#define SCSTR_PRINT_OPTIONS (STR_START+216) 1021cdf0e10cSrcweir 1022cdf0e10cSrcweir// Navigator - in der Reihenfolge wie SC_CONTENT_... 1023cdf0e10cSrcweir#define SCSTR_CONTENT_ROOT (STR_START + 250) 1024cdf0e10cSrcweir#define SCSTR_CONTENT_TABLE (STR_START + 251) 1025cdf0e10cSrcweir#define SCSTR_CONTENT_RANGENAME (STR_START + 252) 1026cdf0e10cSrcweir#define SCSTR_CONTENT_DBAREA (STR_START + 253) 1027cdf0e10cSrcweir#define SCSTR_CONTENT_GRAPHIC (STR_START + 254) 1028cdf0e10cSrcweir#define SCSTR_CONTENT_OLEOBJECT (STR_START + 255) 1029cdf0e10cSrcweir#define SCSTR_CONTENT_NOTE (STR_START + 256) 1030cdf0e10cSrcweir#define SCSTR_CONTENT_AREALINK (STR_START + 257) 1031cdf0e10cSrcweir#define SCSTR_CONTENT_DRAWING (STR_START + 258) 1032cdf0e10cSrcweir// hier ein wenig Platz fuer Erweiterungen 1033cdf0e10cSrcweir 1034cdf0e10cSrcweir// Eingabezeile, Quickhelp-Strings (HelpText jetzt per HelpId aus Hilfe) 1035cdf0e10cSrcweir#define SCSTR_QHELP_INPUTWND (STR_START + 307) 1036cdf0e10cSrcweir#define SCSTR_QHELP_POSWND (STR_START + 308) 1037cdf0e10cSrcweir#define SCSTR_QHELP_BTNCALC (STR_START + 309) 1038cdf0e10cSrcweir#define SCSTR_QHELP_BTNOK (STR_START + 310) 1039cdf0e10cSrcweir#define SCSTR_QHELP_BTNCANCEL (STR_START + 311) 1040cdf0e10cSrcweir#define SCSTR_QHELP_BTNSUM (STR_START + 312) 1041cdf0e10cSrcweir#define SCSTR_QHELP_BTNEQUAL (STR_START + 313) 1042cdf0e10cSrcweir 1043cdf0e10cSrcweir// Validator 1044cdf0e10cSrcweir#define SCSTR_VALID_MINIMUM (STR_START + 314) 1045cdf0e10cSrcweir#define SCSTR_VALID_MAXIMUM (STR_START + 315) 1046cdf0e10cSrcweir#define SCSTR_VALID_VALUE (STR_START + 316) 1047cdf0e10cSrcweir#define SCSTR_VALID_RANGE (STR_START + 317) 1048cdf0e10cSrcweir#define SCSTR_VALID_LIST (STR_START + 318) 1049cdf0e10cSrcweir 1050cdf0e10cSrcweir// Formulator 1051cdf0e10cSrcweir#define SCSTR_FUDB (STR_START + 389) 1052cdf0e10cSrcweir#define SCSTR_FUDATE (STR_START + 390) 1053cdf0e10cSrcweir#define SCSTR_FUFIN (STR_START + 391) 1054cdf0e10cSrcweir#define SCSTR_FUINFO (STR_START + 392) 1055cdf0e10cSrcweir#define SCSTR_FULOG (STR_START + 393) 1056cdf0e10cSrcweir#define SCSTR_FUMATHS (STR_START + 394) 1057cdf0e10cSrcweir#define SCSTR_FUSTAT (STR_START + 395) 1058cdf0e10cSrcweir#define SCSTR_FUTAB (STR_START + 396) 1059cdf0e10cSrcweir#define SCSTR_FUTEXT (STR_START + 397) 1060cdf0e10cSrcweir// 1061cdf0e10cSrcweir#define SCSTR_COMPILER_STRINGS (STR_START + 398) 1062cdf0e10cSrcweir#define SCSTR_FILTER_STRINGS (STR_START + 399) 1063cdf0e10cSrcweir#define SCSTR_COMPILER_INTL_STR (STR_START + 400) 1064cdf0e10cSrcweir 1065cdf0e10cSrcweir// Media shell 1066cdf0e10cSrcweir#define SCSTR_MEDIASHELL (STR_START + 401) 1067cdf0e10cSrcweir 1068cdf0e10cSrcweir#define RID_SCSTR_ONCLICK (STR_START + 402) 1069cdf0e10cSrcweir 1070cdf0e10cSrcweir#define SCSTR_SET_TAB_BG_COLOR (STR_START + 403) 1071cdf0e10cSrcweir#define SCSTR_NO_TAB_BG_COLOR (STR_START + 404) 1072cdf0e10cSrcweir 107302c0dac2SAriel Constenla-Haile#define SCSTR_FIELDSEP_TAB (STR_START + 405) 107402c0dac2SAriel Constenla-Haile#define SCSTR_FIELDSEP_SPACE (STR_START + 406) 107502c0dac2SAriel Constenla-Haile 107602c0dac2SAriel Constenla-Haile#define STR_END (SCSTR_FIELDSEP_SPACE) 1077cdf0e10cSrcweir 1078cdf0e10cSrcweir#define BMP_START (STR_END) 1079cdf0e10cSrcweir 1080cdf0e10cSrcweir// Navigator 1081cdf0e10cSrcweir// not used anymore: RID_BMP_EXPAND, RID_BMP_COLLAPSE 1082cdf0e10cSrcweir//#define RID_BMP_EXPAND (BMP_START) 1083cdf0e10cSrcweir//#define RID_BMP_COLLAPSE (BMP_START + 1) 1084cdf0e10cSrcweir#define RID_IMG_DROP_URL (BMP_START + 2) 1085cdf0e10cSrcweir#define RID_IMG_DROP_LINK (BMP_START + 3) 1086cdf0e10cSrcweir#define RID_IMG_DROP_COPY (BMP_START + 4) 1087cdf0e10cSrcweir#define RID_IMG_H_DROP_URL (BMP_START + 5) 1088cdf0e10cSrcweir#define RID_IMG_H_DROP_LINK (BMP_START + 6) 1089cdf0e10cSrcweir#define RID_IMG_H_DROP_COPY (BMP_START + 7) 1090cdf0e10cSrcweir#define RID_IMG_SELECT_CURRENT (BMP_START + 8) 1091cdf0e10cSrcweir#define RID_IMG_UNSELECT_CURRENT (BMP_START + 9) 1092cdf0e10cSrcweir 1093cdf0e10cSrcweir#define RID_SCPTR_PIVOTCOL (BMP_START + 81) 1094cdf0e10cSrcweir#define RID_SCPTR_PIVOTROW (BMP_START + 82) 1095cdf0e10cSrcweir#define RID_SCPTR_DETECTIVE (BMP_START + 83) 1096cdf0e10cSrcweir#define RID_SCPTR_CHART (BMP_START + 84) 1097cdf0e10cSrcweir 1098cdf0e10cSrcweir#define RID_SCICN_DOCUMENT (BMP_START + 95) 1099cdf0e10cSrcweir#define RID_SCICN_TEMPLATE (BMP_START + 96) 1100cdf0e10cSrcweir#define RID_SCICN_SC10DOC (BMP_START + 97) 1101cdf0e10cSrcweir 1102cdf0e10cSrcweir#define BMP_END (BMP_START + 100) 1103cdf0e10cSrcweir 1104cdf0e10cSrcweir#define SC_DIALOGS_START (BMP_END) 1105cdf0e10cSrcweir#define RID_SCDLG_ATTR (SC_DIALOGS_START) 1106cdf0e10cSrcweir#define RID_SCPAGE_NUMBER (SC_DIALOGS_START + 1) 1107cdf0e10cSrcweir#define RID_SCPAGE_ALIGNMENT (SC_DIALOGS_START + 2) 1108cdf0e10cSrcweir#define RID_SCPAGE_PROTECTION (SC_DIALOGS_START + 3) 1109cdf0e10cSrcweir#define RID_SCDLG_SORT (SC_DIALOGS_START + 5) 1110cdf0e10cSrcweir#define RID_SCPAGE_SORT_FIELDS (SC_DIALOGS_START + 6) 1111cdf0e10cSrcweir#define RID_SCPAGE_SORT_OPTIONS (SC_DIALOGS_START + 7) 1112cdf0e10cSrcweir#define RID_SCDLG_FILTER (SC_DIALOGS_START + 8) 1113cdf0e10cSrcweir#define RID_SCDLG_SPEC_FILTER (SC_DIALOGS_START + 9) 1114cdf0e10cSrcweir#define RID_SCMISCDLGS (SC_DIALOGS_START + 10) 1115cdf0e10cSrcweir#define RID_SCDLG_DELCELL (SC_DIALOGS_START + 11) 1116cdf0e10cSrcweir#define RID_SCDLG_INSCELL (SC_DIALOGS_START + 12) 1117cdf0e10cSrcweir#define RID_SCDLG_DELCONT (SC_DIALOGS_START + 13) 1118cdf0e10cSrcweir#define RID_SCDLG_INSCONT (SC_DIALOGS_START + 14) 1119cdf0e10cSrcweir#define RID_SCDLG_MOVETAB (SC_DIALOGS_START + 15) 1120cdf0e10cSrcweir#define RID_SCDLG_STRINPUT (SC_DIALOGS_START + 16) 1121cdf0e10cSrcweir#define RID_SCDLG_MTRINPUT (SC_DIALOGS_START + 17) 1122cdf0e10cSrcweir#define RID_SCDLG_SELENTRY (SC_DIALOGS_START + 18) 1123cdf0e10cSrcweir#define RID_SCDLG_FILLSERIES (SC_DIALOGS_START + 19) 1124cdf0e10cSrcweir#define RID_SCDLG_AUTOFORMAT (SC_DIALOGS_START + 20) 1125cdf0e10cSrcweir#define RID_SCDLG_GROUP (SC_DIALOGS_START + 21) 1126cdf0e10cSrcweir#define RID_SCDLG_NAMES (SC_DIALOGS_START + 22) 1127cdf0e10cSrcweir#define RID_SCDLG_DBNAMES (SC_DIALOGS_START + 23) 1128cdf0e10cSrcweir#define RID_SCDLG_PRINTOPTIONS (SC_DIALOGS_START + 24) 1129cdf0e10cSrcweir#define RID_SCPAGE_PRINTOPTIONS (SC_DIALOGS_START + 25) 1130cdf0e10cSrcweir#define RID_SCDLG_SOLVER (SC_DIALOGS_START + 26) 1131cdf0e10cSrcweir#define RID_SCDLG_SUBTOTALS (SC_DIALOGS_START + 27) 1132cdf0e10cSrcweir#define RID_SUBTBASE (SC_DIALOGS_START + 28) 1133cdf0e10cSrcweir#define RID_SCPAGE_SUBT_OPTIONS (SC_DIALOGS_START + 29) 1134cdf0e10cSrcweir#define RID_SCDLG_OPTIONS (SC_DIALOGS_START + 30) 1135cdf0e10cSrcweir#define RID_SCPAGE_USERLISTS (SC_DIALOGS_START + 31) 1136cdf0e10cSrcweir#define RID_SCDLG_PIVOTFILTER (SC_DIALOGS_START + 33) 1137cdf0e10cSrcweir#define RID_SCDLG_PIVOT_LAYOUT (SC_DIALOGS_START + 34) 1138cdf0e10cSrcweir#define RID_SCDLG_CONSOLIDATE (SC_DIALOGS_START + 35) 1139cdf0e10cSrcweir#define RID_SCTBXWND_SCENARIO (SC_DIALOGS_START + 36) 1140cdf0e10cSrcweir#define RID_SCDLG_FORMULATOR (SC_DIALOGS_START + 37) 1141cdf0e10cSrcweir#define RID_SCDLG_PIVOTSUBT (SC_DIALOGS_START + 38) 1142cdf0e10cSrcweir#define RID_SCDLG_NEWSCENARIO (SC_DIALOGS_START + 39) 1143cdf0e10cSrcweir#define RID_SCDLG_FORMULA (SC_DIALOGS_START + 40) 1144cdf0e10cSrcweir#define RID_SCDLG_ARGUMENTS (SC_DIALOGS_START + 41) 1145cdf0e10cSrcweir#define RID_SCDLG_INSERT_TABLE (SC_DIALOGS_START + 42) 1146cdf0e10cSrcweir#define RID_SCPAGE_TABLE (SC_DIALOGS_START + 43) 1147cdf0e10cSrcweir#define RID_SCPAGE_AREAS (SC_DIALOGS_START + 44) 1148cdf0e10cSrcweir#define RID_SCDLG_STYLES_START (SC_DIALOGS_START + 45) 1149cdf0e10cSrcweir#define RID_SCDLG_STYLES_CHAR (SC_DIALOGS_START + 45) 1150cdf0e10cSrcweir#define RID_SCDLG_STYLES_PAR (SC_DIALOGS_START + 46) 1151cdf0e10cSrcweir#define RID_SCDLG_STYLES_FRAME (SC_DIALOGS_START + 47) 1152cdf0e10cSrcweir#define RID_SCDLG_STYLES_PAGE (SC_DIALOGS_START + 48) 1153cdf0e10cSrcweir#define RID_SCDLG_STYLES_END (SC_DIALOGS_START + 48) 1154cdf0e10cSrcweir#define RID_HFBASE (SC_DIALOGS_START + 49) 1155cdf0e10cSrcweir#define RID_SCDLG_HFEDIT (SC_DIALOGS_START + 50) 1156cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_ALL (SC_DIALOGS_START + 51) 1157cdf0e10cSrcweir#define RID_SCDLG_HFED_HEADER (SC_DIALOGS_START + 52) 1158cdf0e10cSrcweir#define RID_SCDLG_HFED_FOOTER (SC_DIALOGS_START + 53) 1159cdf0e10cSrcweir#define RID_SCBTN_HFEDIT (SC_DIALOGS_START + 54) 1160cdf0e10cSrcweir#define RID_SCPAGE_VIEW (SC_DIALOGS_START + 55) 1161cdf0e10cSrcweir#define RID_SCPAGE_CALC (SC_DIALOGS_START + 56) 1162cdf0e10cSrcweir#define RID_SCDLG_NAVIGATOR (SC_DIALOGS_START + 57) 1163cdf0e10cSrcweir#define RID_SCDLG_TABOP (SC_DIALOGS_START + 58) 1164cdf0e10cSrcweir#define RID_SCDLG_IMPORTOPT (SC_DIALOGS_START + 59) 1165cdf0e10cSrcweir#define RID_POPUP_ROWHEADER (SC_DIALOGS_START + 60) 1166cdf0e10cSrcweir#define RID_POPUP_COLHEADER (SC_DIALOGS_START + 61) 1167cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_SHDR (SC_DIALOGS_START + 62) 1168cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_SFTR (SC_DIALOGS_START + 63) 1169cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_LEFTHEADER (SC_DIALOGS_START + 64) 1170cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_RIGHTHEADER (SC_DIALOGS_START + 65) 1171cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_LEFTFOOTER (SC_DIALOGS_START + 66) 1172cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_RIGHTFOOTER (SC_DIALOGS_START + 67) 1173cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_HEADER (SC_DIALOGS_START + 68) 1174cdf0e10cSrcweir#define RID_SCDLG_HFEDIT_FOOTER (SC_DIALOGS_START + 69) 1175cdf0e10cSrcweir#define RID_SCPAGE_PRINT (SC_DIALOGS_START + 70) 1176cdf0e10cSrcweir#define RID_SCDLG_COLORROW (SC_DIALOGS_START + 71) 1177cdf0e10cSrcweir#define RID_SCDLG_NAMES_PASTE (SC_DIALOGS_START + 72) 1178cdf0e10cSrcweir#define RID_SCDLG_NAMES_CREATE (SC_DIALOGS_START + 73) 1179cdf0e10cSrcweir#define RID_SCDLG_NAMES_APPLY (SC_DIALOGS_START + 74) //NYI 1180cdf0e10cSrcweir 1181cdf0e10cSrcweir#define RID_SCDLG_CHAR (SC_DIALOGS_START + 76) 1182cdf0e10cSrcweir#define RID_SCDLG_PARAGRAPH (SC_DIALOGS_START + 77) 1183cdf0e10cSrcweir//#define RID_SCDLG_CHARTRANGE (SC_DIALOGS_START + 78) 1184cdf0e10cSrcweir 1185cdf0e10cSrcweir#define RID_SCPAGE_STAT (SC_DIALOGS_START + 79) 1186cdf0e10cSrcweir#define RID_SCDLG_CHARTCOLROW (SC_DIALOGS_START + 80) 1187cdf0e10cSrcweir#define RID_SCDLG_AREAS (SC_DIALOGS_START + 81) 1188cdf0e10cSrcweir 1189cdf0e10cSrcweir#define RID_SCDLG_EDITCHAR (SC_DIALOGS_START + 82) 1190cdf0e10cSrcweir 1191cdf0e10cSrcweir // Popup fuer Statusbar-Controller 1192cdf0e10cSrcweir#define RID_POPUP_SUMCTL (SC_DIALOGS_START + 83) 1193cdf0e10cSrcweir#define RID_SUMCTL_SUM (SC_DIALOGS_START + 84) 1194cdf0e10cSrcweir#define RID_SUMCTL_MIN (SC_DIALOGS_START + 85) 1195cdf0e10cSrcweir#define RID_SUMCTL_MAX (SC_DIALOGS_START + 86) 1196cdf0e10cSrcweir#define RID_SUMCTL_COUNT (SC_DIALOGS_START + 87) 1197cdf0e10cSrcweir#define RID_SUMCTL_COUNT2 (SC_DIALOGS_START + 88) 1198cdf0e10cSrcweir#define RID_SUMCTL_AVG (SC_DIALOGS_START + 89) 1199cdf0e10cSrcweir#define RID_SUMCTL_NONE (SC_DIALOGS_START + 90) 1200cdf0e10cSrcweir 1201cdf0e10cSrcweir#define RID_SCDLG_ASCII (SC_DIALOGS_START + 91) 1202cdf0e10cSrcweir 1203cdf0e10cSrcweir // Popup fuer Drop-Modus im Navigator 1204cdf0e10cSrcweir#define RID_POPUP_DROPMODE (SC_DIALOGS_START + 92) 1205cdf0e10cSrcweir#define RID_DROPMODE_URL (SC_DIALOGS_START + 93) 1206cdf0e10cSrcweir#define RID_DROPMODE_LINK (SC_DIALOGS_START + 94) 1207cdf0e10cSrcweir#define RID_DROPMODE_COPY (SC_DIALOGS_START + 95) 1208cdf0e10cSrcweir#define RID_SCDLG_CONDFORMAT (SC_DIALOGS_START + 96) 1209cdf0e10cSrcweir 1210cdf0e10cSrcweir#define RID_SCPAGE_SUBT_GROUP1 (SC_DIALOGS_START + 97) 1211cdf0e10cSrcweir#define RID_SCPAGE_SUBT_GROUP2 (SC_DIALOGS_START + 98) 1212cdf0e10cSrcweir#define RID_SCPAGE_SUBT_GROUP3 (SC_DIALOGS_START + 99) 1213cdf0e10cSrcweir 1214cdf0e10cSrcweir#define RID_SCPAGE_HFED_HL (SC_DIALOGS_START + 100) 1215cdf0e10cSrcweir#define RID_SCPAGE_HFED_HR (SC_DIALOGS_START + 101) 1216cdf0e10cSrcweir#define RID_SCPAGE_HFED_FL (SC_DIALOGS_START + 102) 1217cdf0e10cSrcweir#define RID_SCPAGE_HFED_FR (SC_DIALOGS_START + 103) 1218cdf0e10cSrcweir 1219cdf0e10cSrcweir// Ableitungen von RID_SCDLG_MTRINPUT 1220cdf0e10cSrcweir#define RID_SCDLG_COL_MAN (SC_DIALOGS_START + 104) 1221cdf0e10cSrcweir#define RID_SCDLG_COL_OPT (SC_DIALOGS_START + 105) 1222cdf0e10cSrcweir#define RID_SCDLG_ROW_MAN (SC_DIALOGS_START + 106) 1223cdf0e10cSrcweir#define RID_SCDLG_ROW_OPT (SC_DIALOGS_START + 107) 1224cdf0e10cSrcweir 1225cdf0e10cSrcweir// Ableitungen von RID_SCDLG_SELENTRY 1226cdf0e10cSrcweir#define RID_SCDLG_SELECTDB (SC_DIALOGS_START + 108) 1227cdf0e10cSrcweir#define RID_SCDLG_SHOW_TAB (SC_DIALOGS_START + 109) 1228cdf0e10cSrcweir 1229cdf0e10cSrcweir// Ableitungen von RID_SCDLG_GROUP 1230cdf0e10cSrcweir#define RID_SCDLG_GRP_MAKE (SC_DIALOGS_START + 110) 1231cdf0e10cSrcweir#define RID_SCDLG_GRP_KILL (SC_DIALOGS_START + 111) 1232cdf0e10cSrcweir 1233cdf0e10cSrcweir#define RID_SCDLG_COLROWNAMERANGES (SC_DIALOGS_START + 112) 1234cdf0e10cSrcweir 1235cdf0e10cSrcweir#define RID_SCPAGE_CONTENT (SC_DIALOGS_START + 113) 1236cdf0e10cSrcweir#define RID_SCPAGE_LAYOUT (SC_DIALOGS_START + 114) 1237cdf0e10cSrcweir#define RID_SCPAGE_INPUT (SC_DIALOGS_START + 115) 1238cdf0e10cSrcweir 1239cdf0e10cSrcweir#define RID_SCTAB_PARAMETER (SC_DIALOGS_START + 116) 1240cdf0e10cSrcweir#define RID_SCTAB_FUNCTION (SC_DIALOGS_START + 117) 1241cdf0e10cSrcweir#define RID_SCTAB_STRUCT (SC_DIALOGS_START + 118) 1242cdf0e10cSrcweir 1243cdf0e10cSrcweir#define RID_SCDLG_CHANGES (SC_DIALOGS_START + 119) 1244cdf0e10cSrcweir 1245cdf0e10cSrcweir#define RID_POPUP_NAVIPI_SCENARIO (SC_DIALOGS_START + 120) 1246cdf0e10cSrcweir#define RID_NAVIPI_SCENARIO_DELETE (SC_DIALOGS_START + 121) 1247cdf0e10cSrcweir#define RID_NAVIPI_SCENARIO_EDIT (SC_DIALOGS_START + 122) 1248cdf0e10cSrcweir 1249cdf0e10cSrcweir#define RID_SCDLG_HIGHLIGHT_CHANGES (SC_DIALOGS_START + 123) 1250cdf0e10cSrcweir#define RID_SCPAGE_OPREDLINE (SC_DIALOGS_START + 124) 1251cdf0e10cSrcweir 1252cdf0e10cSrcweir#define RID_SCDLG_SIMPLEREF (SC_DIALOGS_START + 125) 1253cdf0e10cSrcweir#define WID_SIMPLE_REF (SC_DIALOGS_START + 126) 1254cdf0e10cSrcweir#define RID_POPUP_CHANGES (SC_DIALOGS_START + 127) 1255cdf0e10cSrcweir#define RID_SCPAGE_OPTLOAD (SC_DIALOGS_START + 128) 1256cdf0e10cSrcweir 1257cdf0e10cSrcweir#define RID_SCDLG_DAPITYPE (SC_DIALOGS_START + 129) 1258cdf0e10cSrcweir#define RID_SCDLG_DAPISERVICE (SC_DIALOGS_START + 130) 1259cdf0e10cSrcweir#define RID_SCDLG_DAPIDATA (SC_DIALOGS_START + 131) 1260cdf0e10cSrcweir 1261cdf0e10cSrcweir#define RID_SCDLG_LINKAREA (SC_DIALOGS_START + 132) 1262cdf0e10cSrcweir#define RID_SCDLG_DPDATAFIELD (SC_DIALOGS_START + 133) 1263cdf0e10cSrcweir#define RID_SCDLG_DPSUBTOTAL_OPT (SC_DIALOGS_START + 134) 1264cdf0e10cSrcweir#define RID_SCDLG_DPNUMGROUP (SC_DIALOGS_START + 135) 1265cdf0e10cSrcweir#define RID_SCDLG_DPDATEGROUP (SC_DIALOGS_START + 136) 1266cdf0e10cSrcweir#define RID_SCDLG_DPSHOWDETAIL (SC_DIALOGS_START + 137) 1267cdf0e10cSrcweir#define RID_SCDLG_OPTSOLVER (SC_DIALOGS_START + 138) 1268cdf0e10cSrcweir#define RID_SCDLG_SOLVEROPTIONS (SC_DIALOGS_START + 139) 1269cdf0e10cSrcweir#define RID_SCDLG_SOLVER_INTEGER (SC_DIALOGS_START + 140) 1270cdf0e10cSrcweir#define RID_SCDLG_SOLVER_DOUBLE (SC_DIALOGS_START + 141) 1271cdf0e10cSrcweir#define RID_SCDLG_SOLVER_PROGRESS (SC_DIALOGS_START + 142) 1272cdf0e10cSrcweir#define RID_SCDLG_SOLVER_NOSOLUTION (SC_DIALOGS_START + 143) 1273cdf0e10cSrcweir#define RID_SCDLG_SOLVER_SUCCESS (SC_DIALOGS_START + 144) 1274cdf0e10cSrcweir 1275cdf0e10cSrcweir#define RID_SCDLG_CONFLICTS (SC_DIALOGS_START + 145) 1276cdf0e10cSrcweir#define RID_SCDLG_SHAREDOCUMENT (SC_DIALOGS_START + 146) 1277cdf0e10cSrcweir#define RID_SCDLG_SORT_WARNING (SC_DIALOGS_START + 147) 1278cdf0e10cSrcweir#define RID_SCDLG_TABPROTECTION (SC_DIALOGS_START + 148) 1279cdf0e10cSrcweir#define RID_SCDLG_DOCPROTECTION (SC_DIALOGS_START + 149) 1280cdf0e10cSrcweir#define RID_SCDLG_RETYPEPASS (SC_DIALOGS_START + 150) 1281cdf0e10cSrcweir#define RID_SCDLG_RETYPEPASS_INPUT (SC_DIALOGS_START + 151) 1282cdf0e10cSrcweir#define RID_SCDLG_TEXT_IMPORT_OPTIONS (SC_DIALOGS_START + 152) 1283cdf0e10cSrcweir#define RID_POPUP_FILTER (SC_DIALOGS_START + 153) 1284cdf0e10cSrcweir#define RID_SCDLG_TAB_BG_COLOR (SC_DIALOGS_START + 154) 1285cdf0e10cSrcweir 1286facb16e7SArmin Le Grand// defines for AlignmentPropertyPanel 1287facb16e7SArmin Le Grand#define RID_PROPERTYPANEL_SC_ALIGNMENT (SC_DIALOGS_START + 155) 1288facb16e7SArmin Le Grand 1289facb16e7SArmin Le Grand// defines for CellAppearancePropertyPanel 1290facb16e7SArmin Le Grand#define RID_PROPERTYPANEL_SC_APPEAR (SC_DIALOGS_START + 156) 1291facb16e7SArmin Le Grand#define RID_POPUPPANEL_CELLAPPEARANCE_FILLCOLOR (SC_DIALOGS_START + 157) 1292facb16e7SArmin Le Grand#define RID_POPUPPANEL_CELLAPPEARANCE_LINECOLOR (SC_DIALOGS_START + 158) 1293facb16e7SArmin Le Grand#define RID_POPUPPANEL_APPEARANCE_CELL_LINESTYLE (SC_DIALOGS_START + 159) 1294facb16e7SArmin Le Grand#define RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE (SC_DIALOGS_START + 160) 1295*4e8031e0SArmin Le Grand#define RID_PROPERTYPANEL_SC_NUMBERFORMAT (SC_DIALOGS_START + 161) 1296facb16e7SArmin Le Grand 1297*4e8031e0SArmin Le Grand#define SC_DIALOGS_END (RID_PROPERTYPANEL_SC_NUMBERFORMAT+1) 1298cdf0e10cSrcweir 1299cdf0e10cSrcweir#ifndef STD_MASKCOLOR 1300cdf0e10cSrcweir#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } 1301cdf0e10cSrcweir#endif 1302cdf0e10cSrcweir 1303cdf0e10cSrcweir// mask color for high contrast 1304cdf0e10cSrcweir#define SC_HC_MASKCOLOR STD_MASKCOLOR 1305cdf0e10cSrcweir 1306cdf0e10cSrcweir#define MID_1 1 1307cdf0e10cSrcweir#define MID_2 2 1308cdf0e10cSrcweir#define MID_3 3 1309cdf0e10cSrcweir#define MID_4 4 1310cdf0e10cSrcweir 1311cdf0e10cSrcweir#endif 1312cdf0e10cSrcweir 1313cdf0e10cSrcweir 1314