summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14Remove MSVC workaround from 2002Stephan Bergmann
2018-09-12loplugin:useuniqueptr in ScInterpreterNoel Grandin
2018-09-11tdf#119305 Chart created from fully selected sheet only targets header rowNoel Grandin
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin
2018-09-09Avoid getTokenCountMatteo Casalin
2018-09-08blacklist all ocDB* tokens for Calc threadingLuboš Luňák
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-09-03tdf#37268: use also sheet local range in PivotJulien Nabet
2018-09-03ofz#10189 check container sizeCaolán McNamara
2018-09-03tdf#99296 - Disable headers/footers by defaultheiko tietze
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-09-01Fix typosAndrea Gelmini
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski
2018-08-31properly reset nSeenInIteration when iterating cell cyclesLuboš Luňák
2018-08-31tdf#112454 Also consider last SCTAB in loopMichael Weghorn
2018-08-31tdf#73078 Let 'Type()' return '1' for empty cellsMichael Weghorn
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-08-28Use tools::Time::GetClock() to obtain hour,minute,secondEike Rathke
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke
2018-08-28Shortcut small negative values to 0:0:0, tdf#119533 tdf#118800 follow-upEike Rathke
2018-08-28return ScMemChart by std::unique_ptrNoel Grandin
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin
2018-08-28Resolves: tdf#119533 reintroduce time rounding but cut, tdf#118800 follow-upEike Rathke
2018-08-27Increase arbitrary sort elements limit from 100000 to two full columnsEike Rathke
2018-08-26Update mdds to 1.4.1.Kohei Yoshida
2018-08-24SCCOLROW instead of long, tdf#117016 follow-upEike Rathke
2018-08-24Consolidate duplicated code, use VectorMatrixAccessor, tdf#117016 follow-upEike Rathke
2018-08-24Avoid unnecessary copy of vector if nothing omitted, tdf#117016 follow-upEike Rathke
2018-08-24Eliminate unnecessary per element copy of matrix' first col/rowEike Rathke
2018-08-24Resolves: tdf#117016 omit error values from an interim array in LOOKUP()Eike Rathke
2018-08-24pass ScChangeAction around by std::unique_ptrNoel Grandin
2018-08-23Allow fast result return for formula-cells with...Dennis Francis
2018-08-22Resolves: tdf#119402 +- typo sign flipEike Rathke
2018-08-22replace StackCleaner with std::unique_ptrNoel Grandin
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel Grandin
2018-08-22loplugin:useuniqueptr in ScLookupCacheMapImplNoel Grandin
2018-08-22loplugin:useuniqueptr in ScDBQueryDataIteratorNoel Grandin
2018-08-22loplugin:useuniqueptr in ModuleDataNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-20Resolves: tdf#119137 treat scalar non-reference non-array argument as matrixEike Rathke
2018-08-17Use for-range loopsCaolán McNamara
2018-08-17ofz: make ValidNewTabName faster wrt collisionsCaolán McNamara
2018-08-17Resolves: tdf#118983 do not expand range if sheet references not affectedEike Rathke
2018-08-17make GetCodeName accessor more standardCaolán McNamara