summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 12:27:00 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:04:57 +0200
commitae2f7da4f958da474da7a10edbce71e26400a891 (patch)
treed26a3a452a234b0ca93a257a1ed211b33e736d18 /include
parent4003da2f87bfbd2b91385a24538b9ddbf4e93259 (diff)
sal_Bool->bool
Change-Id: Id5cbf2c94e3d3ff27cdb8998e2b7b3b712b537ec
Diffstat (limited to 'include')
-rw-r--r--include/formula/formula.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx
index 683a9e3f93d0..0051900168e4 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -67,12 +67,12 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt );
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL );
- void RefInputDoneAfter( sal_Bool bForced = sal_False );
+ void RefInputDoneAfter( bool bForced = false );
void SetFocusWin(Window *pWin,const OString& nUniqueId);
void SetMeText(const OUString& _sText);
void Update();
- sal_Bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
+ bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
void Update(const OUString& _sExp);
void StoreFormEditData(FormEditData* pData);
@@ -111,20 +111,20 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt );
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = NULL );
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL );
- void RefInputDoneAfter( sal_Bool bForced = sal_False );
+ void RefInputDoneAfter( bool bForced = false );
void SetFocusWin(Window *pWin,const OString& nUniqueId);
void HighlightFunctionParas(const OUString& aFormula);
void SetMeText(const OUString& _sText);
- FormulaDlgMode SetMeText(const OUString& _sText, sal_Int32 PrivStart, sal_Int32 PrivEnd, sal_Bool bMatrix, sal_Bool _bSelect, sal_Bool _bUpdate);
+ FormulaDlgMode SetMeText(const OUString& _sText, sal_Int32 PrivStart, sal_Int32 PrivEnd, bool bMatrix, bool _bSelect, bool _bUpdate);
void Update();
- sal_Bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
+ bool CheckMatrix(OUString& aFormula /*IN/OUT*/);
OUString GetMeText() const;
void Update(const OUString& _sExp);
void CheckMatrix();
- void DoEnter(sal_Bool _bOk);
+ void DoEnter(bool _bOk);
const IFunctionDescription* getCurrentFunctionDescription() const;
- sal_Bool UpdateParaWin(Selection& _rSelection);
+ bool UpdateParaWin(Selection& _rSelection);
void UpdateParaWin(const Selection& _rSelection, const OUString& _sRefStr);
RefEdit* GetActiveEdit();
void SetEdSelection();