diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-12 13:59:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-13 11:04:31 +0000 |
commit | cc6725773b0bd2b8984f516e8faf01e9aa520681 (patch) | |
tree | aa7565ea1f106193f020b33fce1e0ac9fb693f99 /sc/inc/sc.hrc | |
parent | 02ef234b77b6c5f4c0d6634881168313e97288d1 (diff) |
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.hrc | 3 |
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) |