summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov
2019-01-30Resolves: tdf#93951 set remainder as bad string if not parsed as validEike Rathke
2019-01-29tdf#89998 set increment for percent values to 1%Martin van Zijl
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-28avoid a calc threads assert because of an undetected cyclic dependencyLuboš Luňák
2019-01-25loplugin:unusedmethodsNoel Grandin
2019-01-24in dbgutils mode, abort if an OpenCL program fails to compileLuboš Luňák
2019-01-24avoid incorrect OpenCL code with empty argumentsLuboš Luňák
2019-01-24fix svDoubleRef handling in OpenCLLuboš Luňák
2019-01-24say in log message which opcode is not handled by OpenCLLuboš Luňák
2019-01-24loplugin:constparams in scNoel Grandin
2019-01-18use unique_ptr in scNoel Grandin
2019-01-17convert ScChangeTrackMsgType to scoped enumNoel Grandin
2019-01-16simplify ScChangeTrack queuesNoel Grandin
2019-01-16Fix typoAndrea Gelmini
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2019-01-16Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke
2019-01-16pass ScAutoFormatData around with unique_ptrNoel Grandin
2019-01-16use unique_ptr in scNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-11Related: tdf#44076 use sc::power() in ScMatrix::PowOp()Eike Rathke
2019-01-10tdf#121978 use round again for Calc function SECOND.Winfried Donkers
2019-01-10Related: tdf#44076 do not leave cast to int to undefined behaviourEike Rathke
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2019-01-10use unique_ptr in ScRangeUtil::IsAbsTabAreaNoel Grandin
2019-01-10sc: Drop empty reordermap.cxxTakeshi Abe
2019-01-09use unique_ptr in ScViewOptions::CreateGridItemNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07Resolves: tdf#122301 ReferenceOrForceArray for FREQUENCY() parametersEike Rathke
2019-01-07Resetting all fields for all dims corrupts pivot cacheKatarina Behrens
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2019-01-03Get rid of ScStringUtil::GetQuotedTokenCount()Matteo Casalin
2018-12-20sc: Simplify RemoveSubTotalsHandler using std::setTakeshi Abe
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-19Turn OSL_ENSURE(IsCalculated()) into assert()Eike Rathke
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák
2018-12-14optimize expensive EndListener() calls (tdf#102364)Luboš Luňák
2018-12-14Use ScFunctionData and thus Welford in ConsolidationEike Rathke
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke
2018-12-13Remove moot commentEike Rathke
2018-12-13Use ScFunctionData::update() and getResult() instead of direct member accessEike Rathke
2018-12-13Add SUBTOTAL_FUNC_SELECTION_COUNT to ScFunctionData::update() and getResult()Eike Rathke
2018-12-13Introduce ScFunctionData::update() and getResult()Eike Rathke
2018-12-13sc: Use std::find() to simplify codeTakeshi Abe
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-12-12Reset WelfordRunner in ScDPAggData::Reset()Eike Rathke
2018-12-12Use Welford one-pass variance algorithm for DataPilot / pivot tableEike Rathke
2018-12-11Resolves: tdf#46119 implement GeneralFunction_VAR, VARP, STDEV and STDEVPEike Rathke