summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-12-01 12:33:42 +0100
committerTomaž Vajngerl <quikee@gmail.com>2013-12-01 12:36:26 +0100
commit1d96c4a097313fd5240d79dc70ffed95bd264f55 (patch)
tree73bae8cb6808f1be129d9f015ac329f4d1bc497b /sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc
parent0f4be588622379388650d8fc451829d17d16a7bf (diff)
Add strings in statistics dialogs to the SRC/HRC file.
Change-Id: I8b66356a76586443fc5174c2af9c40bf2551b864
Diffstat (limited to 'sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc')
-rw-r--r--sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc20
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: */