summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tptable.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-25 14:27:22 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-25 14:27:22 +0000
commit133d44e09614a2807377e60c99cb1e41079c92cf (patch)
tree9aec415c446782828e987766caa26c62273c3a59 /sc/source/ui/inc/tptable.hxx
parent8ecca7c32716c528c212a9f1e53f2ec5f1e031f2 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/tptable.hxx')
-rw-r--r--sc/source/ui/inc/tptable.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx
index 3a7b42cf8ade..e8f6936da36c 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.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:01 $
+ * last change: $Author: dr $ $Date: 2001-05-25 15:24:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,10 +66,6 @@
#include <sfx2/tabdlg.hxx>
#endif
-#ifndef _SV_GROUP_HXX //autogen
-#include <vcl/group.hxx>
-#endif
-
#ifndef _SV_FIXED_HXX //autogen
#include <vcl/fixed.hxx>
#endif
@@ -95,6 +91,7 @@ private:
const SfxItemSet& rCoreSet );
~ScTablePage();
private:
+ FixedLine aFlPrint;
CheckBox aBtnHeaders;
CheckBox aBtnGrid;
CheckBox aBtnNotes;
@@ -103,8 +100,9 @@ private:
CheckBox aBtnDrawings;
CheckBox aBtnFormulas;
CheckBox aBtnNullVals;
- GroupBox aGbPrint;
+ FixedLine aFlSep;
+ FixedLine aFlPageDir;
RadioButton aBtnTopDown;
RadioButton aBtnLeftRight;
FixedBitmap aBmpPageDir;
@@ -112,13 +110,12 @@ private:
Bitmap aImgTopDown;
CheckBox aBtnPageNo;
NumericField aEdPageNo;
- GroupBox aGbPageDir;
+ FixedLine aFlScale;
RadioButton aBtnScaleAll;
RadioButton aBtnScalePageNum;
NumericField aEdScaleAll;
NumericField aEdScalePageNum;
- GroupBox aGbScale;
#ifdef _TPTABLE_CXX
private: