diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 10:23:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 11:06:54 +0200 |
commit | dafae0fe31353a8092334328d499bc108d39e44c (patch) | |
tree | 7c7d58067996627f163e2f65f7faae86dd91615a /sd/source/ui/inc/DrawViewShell.hxx | |
parent | eba883c8a2ce045fc7bd3848d796ca10b7f4ba51 (diff) |
loplugin:constparams in sd
Change-Id: I833c6da99d5ccb8f6a8b5c905bee73b75fde0a89
Reviewed-on: https://gerrit.libreoffice.org/40700
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/DrawViewShell.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 7a4836f308de..cc71ee554cbf 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -119,7 +119,7 @@ public: virtual void Resize() override; - void ShowMousePosInfo(const ::tools::Rectangle& rRect, ::sd::Window* pWin); + void ShowMousePosInfo(const ::tools::Rectangle& rRect, ::sd::Window const * pWin); virtual void ChangeEditMode (EditMode eMode, bool bIsLayerModeActive); @@ -182,7 +182,7 @@ public: void ExecNavigatorWin(SfxRequest& rReq); void GetNavigatorWinState(SfxItemSet& rSet); - void ExecutePropPanelAttr (SfxRequest& rReq); + void ExecutePropPanelAttr (SfxRequest const & rReq); void GetStatePropPanelAttr(SfxItemSet& rSet); void ExecEffectWin(SfxRequest& rReq); @@ -190,19 +190,19 @@ public: void Update3DWindow(); void AssignFrom3DWindow(); - void ExecGallery(SfxRequest& rReq); + void ExecGallery(SfxRequest const & rReq); - void ExecBmpMask( SfxRequest& rReq ); + void ExecBmpMask( SfxRequest const & rReq ); void GetBmpMaskState( SfxItemSet& rSet ); - void ExecIMap( SfxRequest& rReq ); + void ExecIMap( SfxRequest const & rReq ); void GetIMapState( SfxItemSet& rSet ); void FuTemporary(SfxRequest& rReq); void FuPermanent(SfxRequest& rReq); void FuSupport(SfxRequest& rReq); void FuDeleteSelectedObjects(); - void FuSupportRotate(SfxRequest& rReq); + void FuSupportRotate(SfxRequest const & rReq); void FuTable(SfxRequest& rReq); void AttrExec (SfxRequest& rReq); @@ -222,7 +222,7 @@ public: SD_DLLPUBLIC void ExecChar(SfxRequest& rReq); - void ExecuteAnnotation (SfxRequest& rRequest); + void ExecuteAnnotation (SfxRequest const & rRequest); void GetAnnotationState (SfxItemSet& rItemSet); void StartRulerDrag (const Ruler& rRuler, const MouseEvent& rMEvt); @@ -398,7 +398,7 @@ protected: virtual void UpdateVRuler() override; virtual void SetZoomFactor(const Fraction& rZoomX, const Fraction& rZoomY) override; - void SetupPage( Size &rSize, long nLeft, long nRight, long nUpper, long nLower, + void SetupPage( Size const &rSize, long nLeft, long nRight, long nUpper, long nLower, bool bSize, bool bMargin, bool bScaleAll ); void GetMenuStateSel(SfxItemSet& rSet); |