diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-18 13:20:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:04:58 +0200 |
commit | 28e8649a0c46059da0fa1238f1e237df731f8578 (patch) | |
tree | 160964a0e6fcb487425b94618a3d4941fb60f0b6 /sc/source/ui/inc/gridwin.hxx | |
parent | 4114cb6ddf5e48c8e8a1e2c2e161bcf16e72a93e (diff) |
sal_Bool->bool
Change-Id: I0ae11b619d63ebb929ebef985d2824b9d64349f3
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r-- | sc/source/ui/inc/gridwin.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 501a95d68a08..37d42da2f3ab 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -214,7 +214,7 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe void DPMouseMove( const MouseEvent& rMEvt ); void DPMouseButtonUp( const MouseEvent& rMEvt ); - void DPTestMouse( const MouseEvent& rMEvt, sal_Bool bMove ); + void DPTestMouse( const MouseEvent& rMEvt, bool bMove ); /** * Check if the mouse click is on a field popup button. @@ -226,9 +226,9 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe void DPLaunchFieldPopupMenu( const Point& rScrPos, const Size& rScrSize, const ScAddress& rPos, ScDPObject* pDPObj); - void RFMouseMove( const MouseEvent& rMEvt, sal_Bool bUp ); + void RFMouseMove( const MouseEvent& rMEvt, bool bUp ); - void PagebreakMove( const MouseEvent& rMEvt, sal_Bool bUp ); + void PagebreakMove( const MouseEvent& rMEvt, bool bUp ); void UpdateDragRect( bool bShowRange, const Rectangle& rPosRect ); @@ -239,7 +239,7 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe void ExecDataSelect( SCCOL nCol, SCROW nRow, const OUString& rStr ); - void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const OUString& rStr ); + void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, bool bHasSelection, const OUString& rStr ); bool HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange ); |