summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Resolves: tdf#118161 use ScCellIterator::isEmpty() for COUNTA()Eike Rathke1-1/+1
2018-06-13tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis3-8/+14
2018-06-12do not even consider ScTokenArray for OpenCL if it's disabledLuboš Luňák1-10/+15
2018-06-12don't use opencl with deleted cellsLuboš Luňák1-0/+4
2018-06-12pass ScInterpreterContext to GetFormula()Luboš Luňák1-1/+1
2018-06-12tdf#114487 sc htmlimp: non-global sheet range namesJustin Luth2-3/+3
2018-06-09properly go to next row when walking mdds containerLuboš Luňák2-2/+2
2018-06-06tdf#116552 restore copy on focus and jump focus to sourceCaolán McNamara4-0/+29
2018-06-06blacklist ocExternal for calc's threaded calculationsLuboš Luňák1-1/+2
2018-06-06fix broken control flow in ScTokenArray::CheckToken()Luboš Luňák1-19/+20
2018-06-06fix misplaced case labelsLuboš Luňák1-6/+6
2018-06-06Resolves: tdf#117372 preserve preselected sort area, if so, then extend or notEike Rathke1-1/+9
2018-06-05Add "Unsupported inline array content." BadArrayContent message, tdf#117879Eike Rathke3-1/+5
2018-06-05Fixes svg vs. png issue for some iconsheiko tietze1-7/+7
2018-06-05Append error number if no message availableEike Rathke1-1/+1
2018-06-05Resolves: tdf#117879 preserve formula after inline array errorEike Rathke1-1/+8
2018-06-04tdf#114487 sc htmlimp: rangeNames should be 3DJustin Luth2-0/+18
2018-06-04add mutex protection to more ScGlobal functionsLuboš Luňák1-31/+22
2018-06-04fix memory leak in double-checked initLuboš Luňák1-1/+1
2018-06-04move related functions next to each otherLuboš Luňák1-14/+11
2018-06-04assert(!bThreadedGroupCalcInProgress) in ScGlobal get-or-create functionsLuboš Luňák1-0/+19
2018-06-04move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák8-23/+26
2018-06-04protect one-time creation in ScGlobal::Get(Case)Collator() by a mutexLuboš Luňák1-12/+41
2018-06-04Revert "UITest_calc_tests: disable randomly failing assert for now"Luboš Luňák1-2/+1
2018-06-04avoid using EditEngine in ScEditUtils::GetString() if possibleLuboš Luňák1-0/+3
2018-06-04blacklist ocDBSum for calc's threadingLuboš Luňák1-1/+2
2018-05-30sc: Insert a space for consistencyTakeshi Abe1-2/+2
2018-05-30tdf#100756 slowdown in manipulating spreadsheet via UNONoel Grandin1-17/+8
2018-05-29weld SvxTransformTabDialogCaolán McNamara1-1/+1
2018-05-29UITest_calc_tests: disable randomly failing assert for nowMiklos Vajna1-1/+2
2018-05-29forcepoint#40 null derefCaolán McNamara2-4/+4
2018-05-28weld ScTabBgColorDlgCaolán McNamara8-106/+108
2018-05-28loplugin:passstuffbyrefNoel Grandin3-4/+4
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-05-24this should be a refNoel Grandin1-1/+1
2018-05-24tdf#117706 Multi-select copying rows between sheets brokenNoel Grandin2-23/+23
2018-05-24member can be a ref instead of a pointerCaolán McNamara15-99/+98
2018-05-24ScTabViewShell is never optionalCaolán McNamara24-103/+103
2018-05-24coverity#704702 Dereference after null checkCaolán McNamara4-15/+15
2018-05-24reduce some unnecessary ScRangeList copyingNoel Grandin3-26/+9
2018-05-24Calc threading : Check for "self" references...Dennis Francis4-2/+67
2018-05-23Fix typoAndrea Gelmini1-1/+1
2018-05-23toolbar:id is not valid attribute of toolbar:toolbarChristian Lohmaier32-32/+32
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro20-76/+174
2018-05-23extend mutex protection to the whole of ScEditUtil::GetString()Luboš Luňák1-2/+2
2018-05-23Fix typoAndrea Gelmini1-2/+2
2018-05-22Fix typosAndrea Gelmini1-2/+2
2018-05-22Conditional jump or move depends on uninitialised valueStephan Bergmann1-2/+2
2018-05-22uitest for bug tdf89958Zdeněk Crhonek2-0/+71