summaryrefslogtreecommitdiff
path: root/sc/source/core/data/fillinfo.cxx
AgeCommit message (Expand)Author
2018-05-11silence Werror=class-memaccessCaolán McNamara
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin
2018-02-03TypedWhichId in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M
2017-09-23coverity#1418341 Dereference after null checkCaolán McNamara
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin
2017-09-13rename ScAttrEntry.nRow to nEndRowNoel Grandin
2017-09-05Prefix one more member of ScDocument: xPoolHelperTor Lillqvist
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-07-28borderline: adaptions to primitivesArmin Le Grand
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-08-16loplugin:unusedenumvalues in scNoel Grandin
2016-05-26sc lok bccu#1610 - Tiles not rendering in large spreadsheetsAshod Nakashian
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-09coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara
2016-04-04cppcheck:passedByValueNoel Grandin
2016-03-30add TODO comment for a bugMarkus Mohrhard
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-30stylistic changes in ScDocument::FillInfoMarkus Mohrhard
2016-03-30limit scope of another variable in ScDocument::FillInfoMarkus Mohrhard
2016-03-30limit the scope of a few variable in ScDocument::FillInfoMarkus Mohrhard
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-30extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-29that should not have become part of the previous commitMarkus Mohrhard
2016-03-29extract another function from ScDocument::FillInfoMarkus Mohrhard
2016-03-27extract function from ScDocument::FillInfoMarkus Mohrhard
2016-03-15loplugin:constantparamNoel Grandin
2016-03-09loplugin:constantparam in svxNoel Grandin
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-02-12Translated german comments in sc/source/core/data/Albert Thuswaldner
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn
2014-12-07coverity#707985 Uninitialized scalar fieldCaolán McNamara
2014-10-31eliminate duplicated initializationEike Rathke
2014-10-28cid#738785 Uninitialized pointer fieldStephan Bergmann