summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-04tdf#121040 sc: use pixel-per-twips in X for horizontal value conversionSerge Krot1-1/+1
2019-02-28avoid std::out_of_range thrown by mdds (tdf#122643)Luboš Luňák1-1/+1
2019-02-12tdf#121040 sc: cell with ### has too big heightSerge Krot1-3/+13
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-83/+44
2019-02-05Allow computing spans of formula-groupsDennis Francis1-64/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-7/+5
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-3/+3
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke1-6/+6
2018-12-13Use ScFunctionData::update() and getResult() instead of direct member accessEike Rathke1-54/+6
2018-12-11Resolves: tdf#46119 implement GeneralFunction_VAR, VARP, STDEV and STDEVPEike Rathke1-2/+12
2018-12-07Find actual data area inside the main-range...Dennis Francis1-0/+46
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák1-0/+29
2018-11-14make sure ScConditionEntry::Interpret() doesn't confuse calc threadingLuboš Luňák1-0/+9
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-9/+0
2018-11-07loplugin:collapseif in scNoel Grandin1-6/+3
2018-10-29sc: fix: range/step calculation for progress barSerge Krot1-9/+52
2018-10-15loplugin:constfields in scNoel Grandin1-16/+16
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-11loplugin:unusedmethodsNoel Grandin1-26/+0
2018-07-27do not keep incorrect calc values in the cacheLuboš Luňák1-0/+14
2018-07-06Generalize FG cycle detection for...Dennis Francis1-1/+17
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis1-1/+8
2018-06-21discard cached cell values if the cell changesLuboš Luňák1-2/+20
2018-06-09properly go to next row when walking mdds containerLuboš Luňák1-1/+1
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák1-1/+1
2018-05-24optimize ScColumn::HandleRefArrayForParallelism()libreoffice-6-1-branch-pointLuboš Luňák1-7/+30
2018-05-24avoid CELLTYPE_EDIT for calc's threaded calculationsLuboš Luňák1-0/+3
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-1/+1
2018-03-27tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin1-1/+2
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-1/+1
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-4/+4
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-2/+16
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-34/+33
2017-12-24sc: compact ScColumnAshod Nakashian1-13/+19
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-26/+19
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-3/+4
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist1-1/+4
2017-11-21More work on the ScDependantsCalculatorTor Lillqvist1-31/+4
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist1-1/+1
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist1-0/+23
2017-11-21First steps for Calc parallelismTor Lillqvist1-0/+68
2017-11-15TypedWhichIdNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-29/+29
2017-09-14improve redundantcast lopluginNoel Grandin1-5/+5
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-9/+9
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-2/+2