diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 15:22:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 15:22:11 +0000 |
commit | 7fb107fb390ed3d98cb72b5c7d0d79e3cd9eb7ba (patch) | |
tree | 3cd75c4b52b1f9a9d363425da267390ea05e5db4 /sc/inc/sc.hrc | |
parent | b6d919b1adb2f85774f45db4b7a50e7cf8da0ea6 (diff) |
INTEGRATION: CWS dr62 (1.62.54); FILE MERGED
2008/06/06 11:27:59 tbe 1.62.54.2: #i84123# Missing helpID in Spreadsheet
2008/06/02 15:50:56 nn 1.62.54.1: #i80437# don't use document broadcast to notify sheet change in view
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index a3b3751e6665..a1c4fc575167 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sc.hrc,v $ - * $Revision: 1.62 $ + * $Revision: 1.63 $ * * This file is part of OpenOffice.org. * @@ -357,6 +357,11 @@ #define HID_SCDLG_CONFLICTS ( HID_SC_OTHER_START + 25 ) +#define HID_SC_HF_HL_DEFINED ( HID_SC_OTHER_START + 26 ) +#define HID_SC_HF_HR_DEFINED ( HID_SC_OTHER_START + 27 ) +#define HID_SC_HF_FL_DEFINED ( HID_SC_OTHER_START + 28 ) +#define HID_SC_HF_FR_DEFINED ( HID_SC_OTHER_START + 29 ) + // Analysis Addin Functions (max.120) ---------------------------------------- #define HID_AAI_FUNC_WORKDAY ( HID_SC_AAI_FUNCS_START ) #define HID_AAI_FUNC_YEARFRAC ( HID_SC_AAI_FUNCS_START + 1 ) @@ -644,7 +649,6 @@ #define SC_HINT_SHOWRANGEFINDER (SC_MESSAGE_START + 34) #define SC_HINT_DOC_SAVED (SC_MESSAGE_START + 35) #define SC_HINT_FORCESETTAB (SC_MESSAGE_START + 36) -#define SC_HINT_TABLECHANGED (SC_MESSAGE_START + 37) // Nachricht zum Oeffnen von Dialogen: #define SID_OPENDLG_CONSOLIDATE (SC_MESSAGE_START + 50) |