diff options
Diffstat (limited to 'sw/source/ui/fldui/fldvar.hxx')
-rw-r--r-- | sw/source/ui/fldui/fldvar.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/ui/fldui/fldvar.hxx b/sw/source/ui/fldui/fldvar.hxx index 63fdfb9ab0..4ca45675b4 100644 --- a/sw/source/ui/fldui/fldvar.hxx +++ b/sw/source/ui/fldui/fldvar.hxx @@ -45,7 +45,7 @@ class SwFldVarPage; class SelectionListBox : public ListBox { SwFldVarPage* pDlg; - BOOL bCallAddSelection; + sal_Bool bCallAddSelection; virtual long PreNotify( NotifyEvent& rNEvt ); @@ -53,8 +53,8 @@ public: SelectionListBox( SwFldVarPage* pDialog, const ResId& rResId ); // detect selection via Ctrl or Alt and evaluate with SelectHdl - BOOL IsCallAddSelection() const {return bCallAddSelection;} - void ResetCallAddSelection() {bCallAddSelection = FALSE;} + sal_Bool IsCallAddSelection() const {return bCallAddSelection;} + void ResetCallAddSelection() {bCallAddSelection = sal_False;} }; class SwFldVarPage : public SwFldPage @@ -83,8 +83,8 @@ class SwFldVarPage : public SwFldPage String sOldValueFT; String sOldNameFT; - ULONG nOldFormat; - BOOL bInit; + sal_uLong nOldFormat; + sal_Bool bInit; DECL_LINK( TypeHdl, ListBox* pLB = 0 ); DECL_LINK( SubTypeHdl, ListBox* pLB = 0 ); @@ -94,10 +94,10 @@ class SwFldVarPage : public SwFldPage DECL_LINK( SeparatorHdl, Edit *pED = 0 ); void UpdateSubType(); - USHORT FillFormatLB(USHORT nTypeId); + sal_uInt16 FillFormatLB(sal_uInt16 nTypeId); protected: - virtual USHORT GetGroup(); + virtual sal_uInt16 GetGroup(); public: SwFldVarPage(Window* pParent, const SfxItemSet& rSet); @@ -106,7 +106,7 @@ public: static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet); - virtual BOOL FillItemSet( SfxItemSet& rSet ); + virtual sal_Bool FillItemSet( SfxItemSet& rSet ); virtual void Reset( const SfxItemSet& rSet ); virtual void FillUserData(); |