summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-05-04 17:19:18 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-05-15 19:51:04 +0200
commit80562aae00f048172b57fe3ad758dd91f9212b4b (patch)
treeede3a064d259bafccd3e78de7ab7ca10ab87b601 /sc/source/ui/inc/StatisticsInputOutputDialog.hxx
parent8bfbfc06fefb418269734cfb17c70a5ae5a42d2a (diff)
sc ANOVA: add "two factor" and rework "single factor" ANOVA
Change-Id: I8cfaa06019e641e0590065d8f6a3266ff82acb88
Diffstat (limited to 'sc/source/ui/inc/StatisticsInputOutputDialog.hxx')
-rw-r--r--sc/source/ui/inc/StatisticsInputOutputDialog.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
index caac62fe3ead..6825ba61f01a 100644
--- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
+++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
@@ -52,6 +52,9 @@ protected:
formula::RefEdit* mpOutputRangeEdit;
formula::RefButton* mpOutputRangeButton;
+ RadioButton* mpGroupByColumnsRadio;
+ RadioButton* mpGroupByRowsRadio;
+
// Data
ScViewData* mViewData;
ScDocument* mDocument;
@@ -69,8 +72,6 @@ private:
PushButton* mpButtonApply;
OKButton* mpButtonOk;
CloseButton* mpButtonClose;
- RadioButton* mpGroupByColumnsRadio;
- RadioButton* mpGroupByRowsRadio;
formula::RefEdit* mpActiveEdit;
ScAddress mCurrentAddress;