summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Increase the life-cycle of threads in thread-pool...Dennis Francis2-2/+8
2019-03-18Listening when grouping in ScColumn::AttachNewFormulaCells(), (tdf#123736)Eike Rathke1-8/+41
2019-03-17Reget position_type as the block or type may have changed, tdf#123736 relatedEike Rathke1-0/+3
2019-03-16pahole changes in variousNoel Grandin1-1/+1
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke4-14/+126
2019-03-15In case of sc::NoListening only SetNeedsListeningGroup(), tdf#123736 follow-upEike Rathke1-5/+19
2019-03-15new pahole-all-classes script, and update a couple of sc/ structsNoel Grandin1-4/+2
2019-03-13Resolves: tdf#123736 re-establish listeners for unshared formula groupsEike Rathke2-28/+125
2019-03-13state explicitly how ownership of ScFormulaCell::pCode worksLuboš Luňák1-0/+3
2019-03-13const correctnessLuboš Luňák3-4/+4
2019-03-12don't let two unique_ptr's handle the same ScTokenArrayLuboš Luňák1-4/+4
2019-03-12Resolves: tdf#120013 tdf#123714 split-off group or single cell needs listeningEike Rathke1-0/+3
2019-03-09Resolves: tdf#123714 tdf#123736 all split formula groups; tdf#120013 relatedEike Rathke2-13/+16
2019-03-08tdf#123923: make COUNTIF propagate errors in its first parameterMike Kaganski1-0/+1
2019-03-08new loplugin constvarsNoel Grandin3-3/+3
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-3/+4
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05Use already available index in following getToken callMatteo Casalin1-2/+1
2019-03-05Use indexed getToken()Matteo Casalin1-2/+3
2019-03-05Introduce o3tl::underlyingEnumValueStephan Bergmann2-3/+7
2019-03-05fix ScDetOpList::operator==Noel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04tdf#121040 sc: use pixel-per-twips in X for horizontal value conversionSerge Krot1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-03-03FOURIER : use Bluestein's algorithm for N != 2^kDennis Francis1-145/+471
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák2-2/+9
2019-02-28ocMatTrans with ForceArrayEike Rathke1-1/+1
2019-02-28simplify CreateColumnIfNotExistsNoel Grandin1-0/+8
2019-02-28avoid std::out_of_range thrown by mdds (tdf#122643)Luboš Luňák1-1/+1
2019-02-28reintroduce ScCaptionPtrLuboš Luňák4-120/+460
2019-02-27Related: tdf#122301 TRANSPOSE() with ForceArrayReturn on callerEike Rathke1-1/+1
2019-02-27Simplify condition whether to return array of references or matrixEike Rathke1-8/+3
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin1-1/+1
2019-02-26Fix typoAndrea Gelmini1-2/+2
2019-02-23loplugin:unusedfields in scNoel Grandin2-3/+0
2019-02-20fix MSVC compiler warning on bit-shift of int32 literal...Dennis Francis1-6/+6
2019-02-20try fix MSVC compiler warning on bit shift operationsDennis Francis1-6/+6
2019-02-20tdf#74664 : optimize the computation of twiddle factors.Dennis Francis1-11/+101
2019-02-20tdf#74664 : Compute the phase correctly using atan2Dennis Francis1-1/+1
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis5-1/+302
2019-02-18tdf#122624 XLSX OLE in DOCX: import view positionsLászló Németh1-0/+2
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-3/+3
2019-02-15tdf#122982 Remove image from cell when cutting the cellSamuel Mehrbrodt1-4/+11
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov24-688/+475
2019-02-12tdf#121040 sc: cell with ### has too big heightSerge Krot1-3/+13
2019-02-11Resolves: tdf#123052 correctly init pNextRows[] values for up/back unprotectedEike Rathke1-2/+10
2019-02-11new loplugin writeonlyvarsNoel Grandin2-6/+1