summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-15tdf#122982 Remove image from cell when cutting the cellSamuel Mehrbrodt
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov
2019-02-12tdf#121040 sc: cell with ### has too big heightSerge Krot
2019-02-11Resolves: tdf#123052 correctly init pNextRows[] values for up/back unprotectedEike Rathke
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11tdf#121388 : Disable threading and dep evaluation for IF...Dennis Francis
2019-02-11ScConditionalFormatList, don't use linear searchNoel Grandin
2019-02-09loplugin:indentation in scNoel Grandin
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-02-05sc: fix -Werror,-Wshadow (Android)Miklos Vajna
2019-02-05Allow computing spans of formula-groupsDennis Francis
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