summaryrefslogtreecommitdiff
path: root/sw/inc/view.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-25 13:46:39 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 13:47:05 +0200
commit228d0950f5a0c0806355d3ecdf08d97d818b772b (patch)
tree3236acf1f109765a65a16b3c238eced44cf152c5 /sw/inc/view.hxx
parent6488d249b0c5649313b6611660aca939e5c374bf (diff)
loplugin:countusersofdefaultparams
Change-Id: I7150494a56abc6ec9c7fba39cefe3967a475f073
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r--sw/inc/view.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx
index fe6c780a42ae..dbae9adcfe6e 100644
--- a/sw/inc/view.hxx
+++ b/sw/inc/view.hxx
@@ -273,12 +273,12 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
DECL_DLLPRIVATE_LINK_TYPED( FieldPopupModeEndHdl, FloatingWindow*, void );
- inline long GetXScroll() const;
- inline long GetYScroll() const;
- SAL_DLLPRIVATE Point AlignToPixel(const Point& rPt) const;
- SAL_DLLPRIVATE void CalcPt( Point* pPt,const Rectangle& rRect,
- sal_uInt16 nRangeX,
- sal_uInt16 nRangeY = USHRT_MAX);
+ inline long GetXScroll() const;
+ inline long GetYScroll() const;
+ SAL_DLLPRIVATE Point AlignToPixel(const Point& rPt) const;
+ SAL_DLLPRIVATE void CalcPt( Point* pPt,const Rectangle& rRect,
+ sal_uInt16 nRangeX,
+ sal_uInt16 nRangeY);
SAL_DLLPRIVATE bool GetPageScrollUpOffset(SwTwips& rOff) const;
SAL_DLLPRIVATE bool GetPageScrollDownOffset(SwTwips& rOff) const;
@@ -325,9 +325,9 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
SAL_DLLPRIVATE void SwapPageMargin(const SwPageDesc&, SvxLRSpaceItem& rLR);
SAL_DLLPRIVATE void SetZoom_( const Size &rEditSz,
- SvxZoomType eZoomType,
- short nFactor,
- bool bViewOnly = false);
+ SvxZoomType eZoomType,
+ short nFactor,
+ bool bViewOnly);
SAL_DLLPRIVATE void CalcAndSetBorderPixel( SvBorder &rToFill, bool bInner );
SAL_DLLPRIVATE void ShowAtResize();
@@ -621,7 +621,7 @@ public:
//public fuer D&D
int InsertGraphic( const OUString &rPath, const OUString &rFilter,
- bool bLink, GraphicFilter *pFlt = nullptr,
+ bool bLink, GraphicFilter *pFlt,
Graphic* pPreviewGrf = nullptr );
void ExecuteScan( SfxRequest& rReq );