summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)Author
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák
2021-12-06try to broadcast in bulk (tdf#119083)Luboš Luňák
2021-11-05Blind fix for ubusan errorKohei Yoshida
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-07-20EditTextObject: use virtual interface instead of pimplMike Kaganski
2021-06-01no need to allocate these on the heapNoel Grandin
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga
2021-02-02tdf#120348: Avoid data loss when copying chart with error in formulasOuyang Leyan
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara
2020-09-16ScColumn::ScColumn never called with a null ScDocument*Caolán McNamara
2020-09-13ScFormulaCell ctor variant always dereferences its ScDocument argCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-13ScFormulaCell ctor variant never passed a null ScDocumentCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin
2020-06-09delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-10use more std::make_sharedNoel Grandin
2019-12-18Resolves: tdf#129396 Refresh shared formula group area listeners upon shiftingEike Rathke
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-11-20cid#1399334 Uncaught exceptionCaolán McNamara
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-08loplugin:unusedmethodsNoel Grandin
2019-05-20cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák
2019-05-09loplugin:unusedmethodsNoel Grandin
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2019-03-13const correctnessLuboš Luňák
2019-03-09Resolves: tdf#123714 tdf#123736 all split formula groups; tdf#120013 relatedEike Rathke
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov
2019-02-06Resolves: tdf#121002 UpdateRefOnNonCopy::mbUpdated=true if references changeEike Rathke
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2018-12-14optimize expensive EndListener() calls (tdf#102364)Luboš Luňák
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-04reserve space before appending to vector in a loopNoel Grandin