summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2011-10-16 01:40:17 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2011-10-17 11:35:57 +0200
commit359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb (patch)
tree2fc84cb8e2ca2f44779b88855b88e41e81e3380b /sw/source/ui/inc/optpage.hxx
parentvcl: fixed debug build (diff)
downloadcore-359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb.tar.gz
core-359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb.zip
Removed list and numbering paragraph styles and related option page
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx85
1 files changed, 0 insertions, 85 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 2279161b5841..47bc7744e000 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -43,7 +43,6 @@
#include <fontcfg.hxx>
class SvStringsDtor;
class SfxPrinter;
-class SwStdFontConfig;
class SwWrtShell;
class FontList;
@@ -157,90 +156,6 @@ public:
};
-class SwStdFontTabPage : public SfxTabPage
-{
- FixedLine aStdChrFL ;
-
- FixedText aTypeFT;
-
- FixedText aStandardLbl;
- ComboBox aStandardBox;
-
- FixedText aHeightFT;
- FontSizeBox aStandardHeightLB;
-
- FixedText aTitleLbl ;
- ComboBox aTitleBox ;
- FontSizeBox aTitleHeightLB;
-
- FixedText aListLbl ;
- ComboBox aListBox ;
- FontSizeBox aListHeightLB;
-
- FixedText aLabelLbl ;
- ComboBox aLabelBox ;
- FontSizeBox aLabelHeightLB;
-
- FixedText aIdxLbl ;
- ComboBox aIdxBox ;
- FontSizeBox aIndexHeightLB;
-
- CheckBox aDocOnlyCB ;
- PushButton aStandardPB;
-
- String sShellStd;
- String sShellTitle;
- String sShellList;
- String sShellLabel;
- String sShellIndex;
-
- SfxPrinter* pPrt;
- FontList* pFontList;
- SwStdFontConfig* pFontConfig;
- SwWrtShell* pWrtShell;
- LanguageType eLanguage;
- // only defaults were there? they were signed with the boxes
- sal_Bool bListDefault :1;
- sal_Bool bSetListDefault :1;
- sal_Bool bLabelDefault :1;
- sal_Bool bSetLabelDefault :1;
- sal_Bool bIdxDefault :1;
- sal_Bool bSetIdxDefault :1;
- sal_Bool bDeletePrinter :1;
-
- sal_Bool bListHeightDefault :1;
- sal_Bool bSetListHeightDefault :1;
- sal_Bool bLabelHeightDefault :1;
- sal_Bool bSetLabelHeightDefault :1;
- sal_Bool bIndexHeightDefault :1;
- sal_Bool bSetIndexHeightDefault :1;
-
- sal_uInt8 nFontGroup; //fontcfg.hxx: FONT_GROUP_[STANDARD|CJK|CTL]
-
- String sScriptWestern;
- String sScriptAsian;
- String sScriptComplex;
-
- DECL_LINK( StandardHdl, PushButton * );
- DECL_LINK( ModifyHdl, ComboBox * );
- DECL_LINK( ModifyHeightHdl, FontSizeBox * );
- DECL_LINK( LoseFocusHdl, ComboBox * );
-
- SwStdFontTabPage( Window* pParent,
- const SfxItemSet& rSet );
- ~SwStdFontTabPage();
-
-public:
- static SfxTabPage* Create( Window* pParent,
- const SfxItemSet& rAttrSet );
-
- virtual sal_Bool FillItemSet( SfxItemSet& rSet );
- virtual void Reset( const SfxItemSet& rSet );
-
- void SetFontMode(sal_uInt8 nGroup) {nFontGroup = nGroup;}
- virtual void PageCreated (SfxAllItemSet aSet);
-};
-
class SwTableOptionsTabPage : public SfxTabPage
{
FixedLine aTableFL;