summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpformula.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-26 00:15:55 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-30 11:37:18 -0400
commit805ec73aa824e7c14dc867fbf2a7f5f67fb06c7a (patch)
tree91d3db1a8de6f6e02ca4c75897acadfbe84a7cf6 /sc/source/ui/inc/tpformula.hxx
parent769e71ff8c06b9c23e25d7188f565d2879550000 (diff)
New controls in formula option page to change calculation settings.
Change-Id: I4743cfc75796a989657afbbc3efc14dfe9f8c114
Diffstat (limited to 'sc/source/ui/inc/tpformula.hxx')
-rw-r--r--sc/source/ui/inc/tpformula.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx
index c547849bf65c..7dda2e350f28 100644
--- a/sc/source/ui/inc/tpformula.hxx
+++ b/sc/source/ui/inc/tpformula.hxx
@@ -75,6 +75,11 @@ private:
Edit maEdSepArrayRow;
PushButton maBtnSepReset;
+ FixedLine maFlCustomCalcOpt;
+ RadioButton maBtnCustomCalcDefault;
+ RadioButton maBtnCustomCalcCustom;
+ PushButton maBtnCustomCalcDetails;
+
/** Stores old separator value of currently focused separator edit box.
This value is used to revert undesired value change. */
::rtl::OUString maOldSepValue;