summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/XclExpChangeTrack.cxx
AgeCommit message (Expand)Author
2021-11-21Removed break after returnAndrea Gelmini
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-02-08Remove unneeded breaksAndrea Gelmini
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-19Further cleanup to not use FSEND and useless string conversionsMike Kaganski
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-21Simplify containers iterations in sc/source/filter/x*Arkadiy Illarionov
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-07-13loplugin:useuniqueptr in XclExpChTrCellContentNoel Grandin
2018-07-13loplugin:useuniqueptr in XclExpChTrDataNoel Grandin
2018-07-12loplugin:useuniqueptr in XclExpChTrTabIdNoel Grandin
2018-05-22Conditional jump or move depends on uninitialised valueStephan Bergmann
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-07-07merge BS and ToPsz10, etcCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-09replace pointers with objects in std::vectorsJochen Nitschke
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-30replace namespace url strings with function callsRosemary Sebastian
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-03-12fix memory leak in change tracking exportMarkus Mohrhard
2016-03-11add assert to prevent memory leakMarkus Mohrhard
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2014-12-22fix OOXML validation errorsMarkus Mohrhard
2014-10-28loplugin: cstylecastNoel Grandin