summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpformula.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-06-17 13:47:38 +0200
committerJan Holesovsky <kendy@suse.cz>2013-06-18 12:15:37 +0200
commit20b274edb5a7c73722b9c644157f0be5d7ccee27 (patch)
treee5ff1d93198ca06cf8b860f40d4be0c4fc99869f /sc/source/ui/inc/tpformula.hxx
parent24ae770205eef6f0dd2dd86f6723f049004bfc9b (diff)
Convert Formula tabpage to .ui and adapt code.
Change-Id: I258fd2711764efe7eac8aa30d642e64245288611
Diffstat (limited to 'sc/source/ui/inc/tpformula.hxx')
-rw-r--r--sc/source/ui/inc/tpformula.hxx38
1 files changed, 14 insertions, 24 deletions
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx
index 0b613169a242..acd554fb1087 100644
--- a/sc/source/ui/inc/tpformula.hxx
+++ b/sc/source/ui/inc/tpformula.hxx
@@ -56,30 +56,20 @@ private:
DECL_LINK( SepEditOnFocusHdl, Edit* );
private:
- FixedLine maFlFormulaOpt;
- FixedText maFtFormulaSyntax;
- ListBox maLbFormulaSyntax;
- CheckBox maCbEnglishFuncName;
-
- FixedLine maFlCustomCalcOpt;
- RadioButton maBtnCustomCalcDefault;
- RadioButton maBtnCustomCalcCustom;
- PushButton maBtnCustomCalcDetails;
-
- FixedLine maFlFormulaSeps;
- FixedText maFtSepFuncArg;
- Edit maEdSepFuncArg;
- FixedText maFtSepArrayCol;
- Edit maEdSepArrayCol;
- FixedText maFtSepArrayRow;
- Edit maEdSepArrayRow;
- PushButton maBtnSepReset;
-
- FixedLine maFlRecalcOptions;
- FixedText maFtOOXMLRecalc;
- ListBox maLbOOXMLRecalcOptions;
- FixedText maFtODFRecalc;
- ListBox maLbODFRecalcOptions;
+ ListBox* mpLbFormulaSyntax;
+ CheckBox* mpCbEnglishFuncName;
+
+ RadioButton* mpBtnCustomCalcDefault;
+ RadioButton* mpBtnCustomCalcCustom;
+ PushButton* mpBtnCustomCalcDetails;
+
+ Edit* mpEdSepFuncArg;
+ Edit* mpEdSepArrayCol;
+ Edit* mpEdSepArrayRow;
+ PushButton* mpBtnSepReset;
+
+ ListBox* mpLbOOXMLRecalcOptions;
+ ListBox* mpLbODFRecalcOptions;
/** Stores old separator value of currently focused separator edit box.
This value is used to revert undesired value change. */