summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-5/+5
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-13/+10
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2018-01-26Improve performance when searching for blocks w/o draw objectsSamuel Mehrbrodt1-7/+2
2018-01-26tdf#98931 Test for sorting imagesSamuel Mehrbrodt1-19/+2
2018-01-25Assert that parameters are validSamuel Mehrbrodt1-0/+2
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-0/+59
2018-01-19Fix typosAndrea Gelmini1-1/+1
2017-12-24sc: compact ScColumnAshod Nakashian1-49/+54
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist1-2/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-4/+4
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-4/+4
2017-11-03Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormulaEike Rathke1-1/+0
2017-11-02Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()Eike Rathke1-0/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-25/+25