summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-05-04 10:21:31 +0000
committerOliver Specht <os@openoffice.org>2001-05-04 10:21:31 +0000
commit92f8c5e7a734e4f437628252e4507cbc10bbcc1b (patch)
tree20e771b53568a3ceeff5575634f59822a91f5794 /sw/source/ui/inc/optpage.hxx
parent8f0666804cb767960bd6202be3844af05dc1f3d6 (diff)
vertical separators inserted
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx38
1 files changed, 15 insertions, 23 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 267795e2cd3f..8997312de7e3 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optpage.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-04-09 09:46:34 $
+ * last change: $Author: os $ $Date: 2001-05-04 11:20:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,24 +153,6 @@ public:
};
-/*-----------------31.08.96 10.10-------------------
-
---------------------------------------------------*/
-/*
-class SwLayoutOptPage : public SfxTabPage
-{
- SwLayoutOptPage( Window* pParent,
- const SfxItemSet& rSet );
- ~SwLayoutOptPage();
-public:
- static SfxTabPage* Create( Window* pParent,
- const SfxItemSet& rAttrSet);
-
- virtual BOOL FillItemSet( SfxItemSet& rSet );
- virtual void Reset( const SfxItemSet& rSet );
-
-};
-
/*-------- OS 27.01.95 -----------------------------------
TabPage Druckereinstellungen Zusaetze
--------------------------------------------------------- */
@@ -178,18 +160,24 @@ public:
class SwAddPrinterTabPage : public SfxTabPage
{
+ FixedLine aGroup1;
CheckBox aGrfCB;
CheckBox aTabCB;
CheckBox aDrawCB;
CheckBox aCtrlFldCB;
CheckBox aBackgroundCB;
CheckBox aBlackFontCB;
- FixedLine aGroup1;
+
+ FixedLine aSeparatorLFL;
+
+ FixedLine aGroup2;
CheckBox aLeftPageCB;
CheckBox aRightPageCB;
CheckBox aReverseCB;
CheckBox aProspectCB;
- FixedLine aGroup2;
+
+ FixedLine aSeparatorRFL;
+
RadioButton aNoRB;
RadioButton aOnlyRB;
RadioButton aEndRB;
@@ -288,11 +276,13 @@ public:
class SwTableOptionsTabPage : public SfxTabPage
{
+ FixedLine aTableGB;
CheckBox aHeaderCB;
CheckBox aRepeatHeaderCB;
CheckBox aDontSplitCB;
CheckBox aBorderCB;
- FixedLine aTableGB;
+
+ FixedLine aSeparatorFL;
FixedLine aTableInsertGB;
CheckBox aNumFormattingCB;
@@ -388,6 +378,8 @@ class SwShdwCrsrOptionsTabPage : public SfxTabPage
CheckBox aHiddenCB;
CheckBox aHiddenParaCB;
+ FixedLine aSeparatorFL;
+
FixedLine aFlagGB;
CheckBox aOnOffCB;