summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.cxx
AgeCommit message (Expand)Author
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-21Simplify containers iterations in sc/source/filter/x*Arkadiy Illarionov
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2018-11-15tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxxGabor Kelemen
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-18Do not force all string results to be recalculated if no style setEike Rathke
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin
2018-04-27loplugin:constantparamNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-26forcepoint #34 survive missing autostylesCaolán McNamara
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-31loplugin:constantparam in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-02Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()Eike Rathke
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-08-30Refactoring fastcontexts code:Mohammed Abdul Azeem
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-12Avoiding unnecessary OUString allocation:Mohammed Abdul Azeem
2017-08-08Avoiding unnecessary memory allocation:Mohammed Abdul Azeem
2017-07-31Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem
2017-07-10Adding an overloaded IsXMLToken method:Mohammed Abdul Azeem
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem
2017-06-28loplugin:unusedfields in sc part2Noel Grandin
2017-06-27Using fast tokens directly:Mohammed Abdul Azeem
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-02-24a first stab against the note caption ownership messEike Rathke