summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/msdffimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-25 13:32:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-25 06:37:42 +0000
commitb8064bdf7fabdbfd2546830f6fb8f0de6b8d4329 (patch)
treecb8c8db34a096467cf81c6ae0649a00032bb4a7f /include/filter/msfilter/msdffimp.hxx
parent1e84b23839d96068c862e746c9162db79d2c8c62 (diff)
new loplugin: countusersofdefaultparams
Change-Id: I79e2c690f3e664c14af12cf763dd5a8ac20d6b04 Reviewed-on: https://gerrit.libreoffice.org/28353 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/filter/msfilter/msdffimp.hxx')
-rw-r--r--include/filter/msfilter/msdffimp.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 9cbf2e18ac33..3eca3ca8300b 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -100,7 +100,7 @@ public:
void SetDefaultPropSet( SvStream& rIn, sal_uInt32 nOffDgg ) const;
void ApplyAttributes( SvStream& rIn, SfxItemSet& rSet ) const;
void ApplyAttributes( SvStream& rIn, SfxItemSet& rSet, DffObjData& rObjData ) const;
- void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0 , double dBackTrans = 1.0 ) const;
+ void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans, double dBackTrans = 1.0 ) const;
};
#define COL_DEFAULT RGB_COLORDATA( 0xFA, 0xFB, 0xFC )
@@ -501,13 +501,13 @@ protected:
DffObjData& rData,
void* pData,
Rectangle& rTextRect,
- SdrObject* pObj = nullptr);
+ SdrObject* pObj);
/** Object finalization, used by the Excel filter to correctly
compute the object anchoring after nested objects have been imported.
*/
virtual SdrObject* FinalizeObj(DffObjData& rData,
- SdrObject* pObj = nullptr);
+ SdrObject* pObj);
virtual bool GetColorFromPalette(sal_uInt16 nNum, Color& rColor) const;
@@ -555,7 +555,7 @@ public:
static OUString MSDFFReadZString( SvStream& rIn,
sal_uInt32 nMaxLen,
- bool bUniCode = false);
+ bool bUniCode);
static bool ReadCommonRecordHeader( SvStream& rSt,
sal_uInt8& rVer,
@@ -661,14 +661,14 @@ public:
void* pData,
Rectangle& rClientRect,
const Rectangle& rGlobalChildRect,
- int nCalledByGroup = 0,
+ int nCalledByGroup,
sal_Int32* pShapeId = nullptr );
SdrObject* ImportShape( const DffRecordHeader& rHd,
SvStream& rSt,
void* pData,
Rectangle& rClientRect,
const Rectangle& rGlobalChildRect,
- int nCalledByGroup = 0,
+ int nCalledByGroup,
sal_Int32* pShapeId = nullptr);
Rectangle GetGlobalChildAnchor( const DffRecordHeader& rHd,
@@ -724,7 +724,7 @@ public:
const css::uno::Any& rAny,
const css::uno::Reference< css::beans::XPropertySet > & rXPropSet,
const OUString& rPropertyName,
- bool bTestPropertyAvailability = false
+ bool bTestPropertyAvailability
);
void insertShapeId( sal_Int32 nShapeId, SdrObject* pShape );