summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/filldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/filldlg.hxx')
-rw-r--r--sc/source/ui/inc/filldlg.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/inc/filldlg.hxx b/sc/source/ui/inc/filldlg.hxx
index 7f2fb046093c..2bdc42b90881 100644
--- a/sc/source/ui/inc/filldlg.hxx
+++ b/sc/source/ui/inc/filldlg.hxx
@@ -64,7 +64,7 @@ public:
String aStartStr,
double fStep,
double fMax,
- USHORT nPossDir );
+ sal_uInt16 nPossDir );
~ScFillSeriesDlg();
FillDir GetFillDir() const { return theFillDir; }
@@ -76,7 +76,7 @@ public:
String GetStartStr() const { return aEdStartVal.GetText(); }
- void SetEdStartValEnabled(BOOL bFlag=FALSE);
+ void SetEdStartValEnabled(sal_Bool bFlag=sal_False);
private:
FixedLine aFlDirection;
@@ -99,7 +99,7 @@ private:
RadioButton aBtnMonth;
RadioButton aBtnYear;
- BOOL bStartValFlag;
+ sal_Bool bStartValFlag;
FixedText aFtStartVal;
Edit aEdStartVal;
String aStartStrVal;
@@ -128,10 +128,10 @@ private:
#ifdef _FILLDLG_CXX
private:
- void Init( USHORT nPossDir );
- BOOL CheckStartVal();
- BOOL CheckIncrementVal();
- BOOL CheckEndVal();
+ void Init( sal_uInt16 nPossDir );
+ sal_Bool CheckStartVal();
+ sal_Bool CheckIncrementVal();
+ sal_Bool CheckEndVal();
DECL_LINK( OKHdl, void * );
DECL_LINK( DisableHdl, Button * );