summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-18/+18
2020-09-18AppendContentsIfInRefDoc never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-4/+4
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-9/+4
2020-06-18new json writer for LOKNoel Grandin1-1/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-4/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-2/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-2/+2
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann1-5/+5
2019-01-17convert ScChangeTrackMsgType to scoped enumNoel Grandin1-6/+6
2019-01-16simplify ScChangeTrack queuesNoel Grandin1-3/+4
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-0/+1
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen1-0/+1
2018-10-15loplugin:constfields in scNoel Grandin1-4/+4
2018-08-24pass ScChangeAction around by std::unique_ptrNoel Grandin1-5/+5
2018-08-16remove mempoolNoel Grandin1-8/+0
2018-08-15convert ScChangeActionCellListEntry to std::vectorNoel Grandin1-25/+3
2018-07-11sc: Prefer std::vector to std::deque or std::stackTakeshi Abe1-3/+3
2018-06-21loplugin:useuniqueptr in ScChangeTrackNoel Grandin1-6/+3
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen1-8/+0
2018-02-22ColorData->Color in scNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-08-23loplugin:constparam in sc part2Noel Grandin1-9/+9
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-3/+4
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-15/+15
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-1/+1
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin1-1/+1
2016-11-10clarify class documentationEike Rathke1-6/+12
2016-11-07loplugin:expandablemethods in scNoel Grandin1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-08-30sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna1-0/+2
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-2/+2
2016-08-16loplugin:unusedenumvalues in scNoel Grandin1-1/+0
2016-07-27loplugin:singlevalfields in sc(part4)Noel Grandin1-2/+0
2016-05-24loplugin:unusedmethods in scNoel Grandin1-7/+0
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-28com::sun::star->css in scNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-32/+32
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-01loplugin:unusedmethodsNoel Grandin1-7/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1