summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tptable.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-28 13:09:50 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-28 13:09:50 +0000
commit5f8fb022901dcbab56a47c5921dfec0a942f9b8e (patch)
tree78c01552c1afec26cd50b1d8e4db32e8a84267c5 /sc/source/ui/inc/tptable.hxx
parente1d82da3ce50d8ebaf06a3365ef49d5801fb5f10 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/tptable.hxx')
-rw-r--r--sc/source/ui/inc/tptable.hxx25
1 files changed, 12 insertions, 13 deletions
diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx
index e8f6936da36c..b2280d8f60ce 100644
--- a/sc/source/ui/inc/tptable.hxx
+++ b/sc/source/ui/inc/tptable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tptable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-05-25 15:24:33 $
+ * last change: $Author: dr $ $Date: 2001-05-28 14:06:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,15 @@ private:
const SfxItemSet& rCoreSet );
~ScTablePage();
private:
+ FixedLine aFlPageDir;
+ RadioButton aBtnTopDown;
+ RadioButton aBtnLeftRight;
+ FixedBitmap aBmpPageDir;
+ Bitmap aImgLeftRight;
+ Bitmap aImgTopDown;
+ CheckBox aBtnPageNo;
+ NumericField aEdPageNo;
+
FixedLine aFlPrint;
CheckBox aBtnHeaders;
CheckBox aBtnGrid;
@@ -101,20 +110,10 @@ private:
CheckBox aBtnFormulas;
CheckBox aBtnNullVals;
- FixedLine aFlSep;
- FixedLine aFlPageDir;
- RadioButton aBtnTopDown;
- RadioButton aBtnLeftRight;
- FixedBitmap aBmpPageDir;
- Bitmap aImgLeftRight;
- Bitmap aImgTopDown;
- CheckBox aBtnPageNo;
- NumericField aEdPageNo;
-
FixedLine aFlScale;
RadioButton aBtnScaleAll;
RadioButton aBtnScalePageNum;
- NumericField aEdScaleAll;
+ MetricField aEdScaleAll;
NumericField aEdScalePageNum;
#ifdef _TPTABLE_CXX