summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-09-13tdf#150766: sc_uicalc: Add unittestXisco Fauli2-0/+25
2022-09-13clean up opencl helper functionsLuboš Luňák7-220/+211
2022-09-13reduce opencl copy&paste in op_math.cxxLuboš Luňák5-1704/+600
2022-09-13reduce opencl copy&paste in op_addin.cxx and op_logical.cxxLuboš Luňák5-394/+69
2022-09-13reduce opencl copy&paste when generating function declarationLuboš Luňák11-1863/+401
2022-09-13tdf#103829 ods import: parse <text:tab/>Justin Luth3-0/+26
2022-09-12tdf#150288: sc: Add UItestXisco Fauli1-0/+53
2022-09-12tdf#131073 - Don't show hidden rows/cols after setting optimal row/col heightAndreas Heinisch2-4/+56
2022-09-11Simplify by using replaceAll instead of insert in a loop (sc)Julien Nabet1-18/+4
2022-09-11ScValueIterator ScDocument& parameter is now superfluousEike Rathke8-32/+32
2022-09-11Simplify by using replaceAll instead of replaceAt (sc)Julien Nabet2-17/+10
2022-09-10Resolves: tdf#150766 Listen to entire shared formula group instead of a sliceEike Rathke1-0/+34
2022-09-10unique_ptr->optional for GraphicNoel Grandin3-10/+10
2022-09-10Use stable_sort to sort hidden rows in sortAndRemoveDuplicatesStephan Bergmann1-2/+2
2022-09-09GetCurNumFmtInfo is always called with the same context as given in ctorCaolán McNamara4-7/+7
2022-09-09always pass ScInterpreterContext to ScValueIteratorCaolán McNamara8-33/+29
2022-09-09crashtesting: threaded assert on loading forum-de3-3100.odsCaolán McNamara1-0/+1
2022-09-09Related: tdf#150312 Assert a defined name's non-empty table:base-cell-addressEike Rathke1-0/+1
2022-09-09Related: tdf#150312 "Repair" broken table:base-cell-address of defined namesEike Rathke1-4/+17
2022-09-09tdf#150312 unit testEike Rathke1-4/+28
2022-09-09Resolves: tdf#150312 Move base-cell-address to a valid sheet upon deletionEike Rathke4-5/+14
2022-09-08Fix location of ScDocShell in commentJulien Nabet1-1/+1
2022-09-08Fix CppunitTest_sc_subsequent_filters_test2 on non-default DPIMike Kaganski1-1/+2
2022-09-08Fix CppunitTest_sc_jumbosheets_test on non-default DPIMike Kaganski1-0/+8
2022-09-07crashtesting: prevent nullptr accessEike Rathke1-2/+14
2022-09-07cid#1509288 rearrange to make clearer what actually happensCaolán McNamara2-3/+3
2022-09-07tdf#150307, tdf#150829: sc: Add UItestXisco Fauli1-0/+77
2022-09-07apply ui-rulesCaolán McNamara1-1/+0
2022-09-07Resolves: tdf#150829 Broadcast missing ScAreasChanged hint on sheet copy UndoEike Rathke1-1/+3
2022-09-07Always enquote ColRowName (label) as SingleQuotedEike Rathke1-11/+4
2022-09-06Removed executable permission on fileAndrea Gelmini1-0/+0
2022-09-06cid#1500385 rearrange to make clearer what actually happensCaolán McNamara2-3/+3
2022-09-06cid#1500538 Big parameter passed by valueCaolán McNamara1-3/+3
2022-09-06sc : remove useless lock and init in cellkeytranslatorArnaud VERSINI2-15/+7
2022-09-06cid#1500587 silence Dereference before null checkCaolán McNamara1-0/+1
2022-09-06cid#1509199 silence Constant expression resultCaolán McNamara3-6/+6
2022-09-06A ColRowName (label) is a QuotedLabel is a SingleQuotedEike Rathke1-2/+2
2022-09-06tdf#142031: sc: Add UItestXisco Fauli1-0/+41
2022-09-06Use of uninitialized bMatchedRangesWereClampedStephan Bergmann1-1/+1
2022-09-06Remove duplicated ScCharFlags setting in XL grammarsEike Rathke1-3/+0
2022-09-06fix and simplify opencl COMBIN()Luboš Luňák3-38/+39
2022-09-06tdf#150499: sc_uicalc: Add unittestXisco Fauli2-0/+17
2022-09-06Resolves: tdf#150307 Broadcast missing ScAreasChanged hint on sheet deletionEike Rathke3-0/+3
2022-09-06opencl MOD() fixesLuboš Luňák1-1/+2
2022-09-06fix opencl FACT() implementationLuboš Luňák1-37/+41
2022-09-06check parameter count in opencl logical functionsLuboš Luňák2-2/+13
2022-09-06fixes to opencl rounding functionsLuboš Luňák1-18/+37
2022-09-06use opencl's built-in PI values instead of hardcoded onesLuboš Luňák5-14/+8
2022-09-06fix opencl trigonometric functionsLuboš Luňák3-5/+15
2022-09-06add missing Calc test file opencl/compiler/precision.odsLuboš Luňák1-0/+0