summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-1/+2
2021-02-02tdf#120348: Avoid data loss when copying chart with error in formulasOuyang Leyan1-1/+1
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-3/+3
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-2/+2
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara1-99/+99
2020-09-16ScColumn::ScColumn never called with a null ScDocument*Caolán McNamara1-3/+3
2020-09-13ScFormulaCell ctor variant always dereferences its ScDocument argCaolán McNamara1-1/+1
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-09-13ScFormulaCell ctor variant never passed a null ScDocumentCaolán McNamara1-1/+1
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-13/+17
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-101/+101
2020-06-09delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák1-0/+4
2020-04-15loplugin:buriedassign in scNoel Grandin1-4/+8
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke1-1/+7
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-22/+22
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-5/+6
2020-01-10use more std::make_sharedNoel Grandin1-2/+1
2019-12-18Resolves: tdf#129396 Refresh shared formula group area listeners upon shiftingEike Rathke1-1/+11
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-1/+1
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-3/+3
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-9/+9
2019-11-20cid#1399334 Uncaught exceptionCaolán McNamara1-1/+1
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara1-1/+1
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin1-19/+20
2019-09-26loplugin:constmethod in scNoel Grandin1-4/+4
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-08loplugin:unusedmethodsNoel Grandin1-126/+0
2019-05-20cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák1-2/+6
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák1-0/+10
2019-05-09loplugin:unusedmethodsNoel Grandin1-6/+0
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-1/+1
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-2/+13
2019-03-13const correctnessLuboš Luňák1-1/+1
2019-03-09Resolves: tdf#123714 tdf#123736 all split formula groups; tdf#120013 relatedEike Rathke1-2/+2
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-21/+12
2019-02-06Resolves: tdf#121002 UpdateRefOnNonCopy::mbUpdated=true if references changeEike Rathke1-0/+2
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-1/+1
2018-12-14optimize expensive EndListener() calls (tdf#102364)Luboš Luňák1-0/+9
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-8/+0
2018-10-15loplugin:constfields in scNoel Grandin1-24/+24
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-04reserve space before appending to vector in a loopNoel Grandin1-14/+5
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+6
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-06-26More Implicit intersection computationDennis Francis1-1/+2
2018-06-20tdf#118189 : Propagate the state of mbNeedsNumberFormat...Dennis Francis1-1/+1
2018-06-09properly go to next row when walking mdds containerLuboš Luňák1-1/+1