summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-19 12:52:25 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 14:16:54 +0200
commit2749667151618307a5faab3af44132da05b77f0e (patch)
treea023433e8cdf275ef9cbb1e68c56f6d754a5f3d9 /sc/source/ui/inc/viewfunc.hxx
parent608bceee0505482d7bb443aeec95c132e21e01f4 (diff)
loplugin:countusersofdefaultparams in sc
Change-Id: I4052af7a19616d33c3c5fda9650d8fc4dff32256
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index 6afc092c9643..190232644e54 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -127,11 +127,11 @@ public:
bool PasteDataFormat( SotClipboardFormatId nFormatId,
const css::uno::Reference< css::datatransfer::XTransferable >& rxTransferable,
- SCCOL nPosX, SCROW nPosY, Point* pLogicPos = nullptr,
+ SCCOL nPosX, SCROW nPosY, Point* pLogicPos,
bool bLink = false, bool bAllowDialogs = false );
- bool PasteFile( const Point&, const OUString&, bool bLink=false );
- bool PasteObject( const Point&, const css::uno::Reference < css::embed::XEmbeddedObject >&, const Size* = nullptr, const Graphic* = nullptr, const OUString& = OUString(), sal_Int64 nAspect = css::embed::Aspects::MSOLE_CONTENT );
+ bool PasteFile( const Point&, const OUString&, bool bLink );
+ bool PasteObject( const Point&, const css::uno::Reference < css::embed::XEmbeddedObject >&, const Size*, const Graphic* = nullptr, const OUString& = OUString(), sal_Int64 nAspect = css::embed::Aspects::MSOLE_CONTENT );
bool PasteBitmapEx( const Point&, const BitmapEx& );
bool PasteMetaFile( const Point&, const GDIMetaFile& );
bool PasteGraphic( const Point& rPos, const Graphic& rGraphic,
@@ -220,7 +220,7 @@ public:
bool TestMergeCells();
bool TestRemoveMerge();
- bool MergeCells( bool bApi, bool& rDoContents, bool bCenter = false );
+ bool MergeCells( bool bApi, bool& rDoContents, bool bCenter );
bool RemoveMerge();
void FillSimple( FillDir eDir );
@@ -308,7 +308,7 @@ public:
void InsertCurrentTime(short nCellFmt, const OUString& rUndoStr);
- void ShowNote( bool bShow = true );
+ void ShowNote( bool bShow );
void EditNote();
void ForgetFormatArea() { bFormatValid = false; }