diff options
Diffstat (limited to 'sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc')
-rw-r--r-- | sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc b/sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc index 6b254030de65..e697a8cf46d0 100644 --- a/sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc +++ b/sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc @@ -55,4 +55,24 @@ #define STR_MOVING_AVERAGE_UNDO_NAME 39 #define STR_TTEST_UNDO_NAME 40 +#define STR_COLUMN_LABEL_TEMPLATE 41 +#define STR_ROW_LABEL_TEMPLATE 42 + +#define STR_ANOVA_SINGLE_FACTOR_LABEL 43 +#define STR_ANOVA_LABEL_GROUPS 44 +#define STR_ANOVA_LABEL_BETWEEN_GROUPS 45 +#define STR_ANOVA_LABEL_WITHIN_GROUPS 46 +#define STR_ANOVA_LABEL_SOURCE_OF_VARIATION 47 +#define STR_ANOVA_LABEL_SS 48 +#define STR_ANOVA_LABEL_DF 49 +#define STR_ANOVA_LABEL_MS 50 +#define STR_ANOVA_LABEL_F 51 +#define STR_ANOVA_LABEL_P_VALUE 52 +#define STR_ANOVA_LABEL_F_CRITICAL 53 +#define STR_ANOVA_LABEL_TOTAL 54 + +#define STR_CORRELATION_LABEL 55 +#define STR_COVARIANCE_LABEL 56 +#define STR_LABEL_ALPHA 57 + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |