summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xilink.cxx
AgeCommit message (Expand)Author
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-11-07loplugin:collapseif in scNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-08Fix typoAndrea Gelmini
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-03-28Turn XclSupbookType into scoped enum and add operator<< for SAL_INFO etcTor Lillqvist
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-10-20Resolves: tdf#85553 intern SharedString of cached external references resultEike Rathke
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13fix a TODO in XclImpExtName::MOper::MOperNoel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin
2016-03-24don't sanitize value to an insane value, tdf#97863Markus Mohrhard
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-05fix crash in XclImpSupbook::GetExternNameCaolán McNamara
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-05-05loplugin:staticmethodsNoel Grandin
2014-12-19remove operator>> methodsNoel Grandin
2014-11-19coverity#1242708 Untrusted loop boundCaolán McNamara
2014-11-18coverity#1242631 Untrusted loop boundCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard