summaryrefslogtreecommitdiffstats
path: root/sc/inc/sc.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-12 13:59:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-13 11:04:31 +0000
commitcc6725773b0bd2b8984f516e8faf01e9aa520681 (patch)
treeaa7565ea1f106193f020b33fce1e0ac9fb693f99 /sc/inc/sc.hrc
parentfix homogeneous grid spanning row/col handling (diff)
downloadcore-cc6725773b0bd2b8984f516e8faf01e9aa520681.tar.gz
core-cc6725773b0bd2b8984f516e8faf01e9aa520681.zip
Various adjustments of the pivot table
especially relative positions were relative to the dialog which was assumed to be then a direct parent of the widgets so that a simple calculation could make the positions relative to the widgets also now the pivot table fits into a 768 pixel high screen Change-Id: I86a4155439872e8273943b90f15320e560e237a4
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r--sc/inc/sc.hrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 1c4a3708844b..4cbfb88f04c0 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -942,6 +942,8 @@
#define SCSTR_VALID_RANGE (STR_START + 317)
#define SCSTR_VALID_LIST (STR_START + 318)
+#define SCSTR_SELECT (STR_START + 319)
+
// media shell
#define SCSTR_MEDIASHELL (STR_START + 401)
@@ -1012,7 +1014,6 @@
#define RID_SCPAGE_SUBT_OPTIONS (SC_DIALOGS_START + 29)
#define RID_SCPAGE_USERLISTS (SC_DIALOGS_START + 31)
#define RID_SCDLG_PIVOTFILTER (SC_DIALOGS_START + 33)
-#define RID_SCDLG_PIVOT_LAYOUT (SC_DIALOGS_START + 34)
#define RID_SCDLG_CONSOLIDATE (SC_DIALOGS_START + 35)
#define RID_SCDLG_INSERT_TABLE (SC_DIALOGS_START + 42)