summaryrefslogtreecommitdiff
path: root/cui/source/inc/tabstpge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/tabstpge.hxx')
-rw-r--r--cui/source/inc/tabstpge.hxx98
1 files changed, 49 insertions, 49 deletions
diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx
index 79d63daa8b9f..c20c3531332f 100644
--- a/cui/source/inc/tabstpge.hxx
+++ b/cui/source/inc/tabstpge.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,18 +46,18 @@ class TabWin_Impl;
// define ----------------------------------------------------------------
// Bitfelder f"ur DisableControls()
-//CHINA001 #define TABTYPE_LEFT 0x0001
-//CHINA001 #define TABTYPE_RIGHT 0x0002
-//CHINA001 #define TABTYPE_CENTER 0x0004
-//CHINA001 #define TABTYPE_DEZIMAL 0x0008
-//CHINA001 #define TABTYPE_ALL 0x000F
-//CHINA001
-//CHINA001 #define TABFILL_NONE 0x0010
-//CHINA001 #define TABFILL_POINT 0x0020
-//CHINA001 #define TABFILL_DASHLINE 0x0040
-//CHINA001 #define TABFILL_SOLIDLINE 0x0080
-//CHINA001 #define TABFILL_SPECIAL 0x0100
-//CHINA001 #define TABFILL_ALL 0x01F0
+//CHINA001 #define TABTYPE_LEFT 0x0001
+//CHINA001 #define TABTYPE_RIGHT 0x0002
+//CHINA001 #define TABTYPE_CENTER 0x0004
+//CHINA001 #define TABTYPE_DEZIMAL 0x0008
+//CHINA001 #define TABTYPE_ALL 0x000F
+//CHINA001
+//CHINA001 #define TABFILL_NONE 0x0010
+//CHINA001 #define TABFILL_POINT 0x0020
+//CHINA001 #define TABFILL_DASHLINE 0x0040
+//CHINA001 #define TABFILL_SOLIDLINE 0x0080
+//CHINA001 #define TABFILL_SPECIAL 0x0100
+//CHINA001 #define TABFILL_ALL 0x01F0
// class SvxTabulatorTabPage ---------------------------------------------
/*
@@ -80,64 +80,64 @@ class SvxTabulatorTabPage : public SfxTabPage
public:
~SvxTabulatorTabPage();
- static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
- static USHORT* GetRanges();
+ static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
+ static USHORT* GetRanges();
- virtual BOOL FillItemSet( SfxItemSet& rSet );
- virtual void Reset( const SfxItemSet& rSet );
+ virtual BOOL FillItemSet( SfxItemSet& rSet );
+ virtual void Reset( const SfxItemSet& rSet );
- void DisableControls( const USHORT nFlag );
+ void DisableControls( const USHORT nFlag );
protected:
- virtual int DeactivatePage( SfxItemSet* pSet = 0 );
+ virtual int DeactivatePage( SfxItemSet* pSet = 0 );
private:
SvxTabulatorTabPage( Window* pParent, const SfxItemSet& rSet );
// Tabulatoren und Positionen
- MetricBox aTabBox;
+ MetricBox aTabBox;
FixedLine aTabLabel;
FixedLine aTabLabelVert;
// TabType
- RadioButton aLeftTab;
- RadioButton aRightTab;
- RadioButton aCenterTab;
- RadioButton aDezTab;
-
- TabWin_Impl* pLeftWin;
- TabWin_Impl* pRightWin;
- TabWin_Impl* pCenterWin;
- TabWin_Impl* pDezWin;
-
- FixedText aDezCharLabel;
- Edit aDezChar;
+ RadioButton aLeftTab;
+ RadioButton aRightTab;
+ RadioButton aCenterTab;
+ RadioButton aDezTab;
+
+ TabWin_Impl* pLeftWin;
+ TabWin_Impl* pRightWin;
+ TabWin_Impl* pCenterWin;
+ TabWin_Impl* pDezWin;
+
+ FixedText aDezCharLabel;
+ Edit aDezChar;
FixedLine aTabTypeLabel;
// Fuellzeichen
- RadioButton aNoFillChar;
- RadioButton aFillPoints;
- RadioButton aFillDashLine ;
- RadioButton aFillSolidLine;
- RadioButton aFillSpecial;
- Edit aFillChar;
+ RadioButton aNoFillChar;
+ RadioButton aFillPoints;
+ RadioButton aFillDashLine ;
+ RadioButton aFillSolidLine;
+ RadioButton aFillSpecial;
+ Edit aFillChar;
FixedLine aFillLabel;
// Buttons
- PushButton aNewBtn;
- PushButton aDelAllBtn;
- PushButton aDelBtn;
+ PushButton aNewBtn;
+ PushButton aDelAllBtn;
+ PushButton aDelBtn;
// lokale Variablen, interne Funktionen
- SvxTabStop aAktTab;
- SvxTabStopItem aNewTabs;
- long nDefDist;
- FieldUnit eDefUnit;
- BOOL bCheck;
+ SvxTabStop aAktTab;
+ SvxTabStopItem aNewTabs;
+ long nDefDist;
+ FieldUnit eDefUnit;
+ BOOL bCheck;
#ifdef _SVX_TABSTPGE_CXX
- void InitTabPos_Impl( USHORT nPos = 0 );
- void SetFillAndTabType_Impl();
+ void InitTabPos_Impl( USHORT nPos = 0 );
+ void SetFillAndTabType_Impl();
// Handler
DECL_LINK( NewHdl_Impl, Button* );
@@ -152,7 +152,7 @@ private:
DECL_LINK( GetFillCharHdl_Impl, Edit* );
DECL_LINK( GetDezCharHdl_Impl, Edit* );
#endif
- virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
+ virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
};
#endif // #ifndef _SVX_TABSTPGE_HXX