summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-08-08loplugin:constantparamNoel Grandin1-7/+5
2017-07-22avoid unnecessary calls of AdjustRowHeightTamas Bunth1-2/+2
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+2
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-20Remove unused ScColumn::mbDirtyGroupsEike Rathke1-3/+0
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara1-3/+3