summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2022-09-07Resolves: tdf#150829 Broadcast missing ScAreasChanged hint on sheet copy UndoEike Rathke
2022-09-07Always enquote ColRowName (label) as SingleQuotedEike Rathke
2022-09-06cid#1500385 rearrange to make clearer what actually happensCaolán McNamara
2022-09-06cid#1500538 Big parameter passed by valueCaolán McNamara
2022-09-06sc : remove useless lock and init in cellkeytranslatorArnaud VERSINI
2022-09-06cid#1500587 silence Dereference before null checkCaolán McNamara
2022-09-06cid#1509199 silence Constant expression resultCaolán McNamara
2022-09-06A ColRowName (label) is a QuotedLabel is a SingleQuotedEike Rathke
2022-09-06Use of uninitialized bMatchedRangesWereClampedStephan Bergmann
2022-09-06Remove duplicated ScCharFlags setting in XL grammarsEike Rathke
2022-09-06fix and simplify opencl COMBIN()Luboš Luňák
2022-09-06Resolves: tdf#150307 Broadcast missing ScAreasChanged hint on sheet deletionEike Rathke
2022-09-06opencl MOD() fixesLuboš Luňák
2022-09-06fix opencl FACT() implementationLuboš Luňák
2022-09-06check parameter count in opencl logical functionsLuboš Luňák
2022-09-06fixes to opencl rounding functionsLuboš Luňák
2022-09-06use opencl's built-in PI values instead of hardcoded onesLuboš Luňák
2022-09-06fix opencl trigonometric functionsLuboš Luňák
2022-09-06Simplify by using replace instead of replaceAt in loop in sc/compilerJulien Nabet
2022-09-06tdf#118247 - Correctly handle xlCellTypeConstants parameterAndreas Heinisch
2022-09-06Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas
2022-09-05Simplify by using replace instead of replaceAt in 2 loops in oox/scJulien Nabet
2022-09-05tdf#150749 Find and replace on very large sheetNoel Grandin
2022-09-05tdf#73845 restore Empty and NonEmpty query filter after FILEOPENChenxiong Qi
2022-09-05cid#1513506 Unintended sign extensionCaolán McNamara
2022-09-04Fix comment of EnQuote function in sc/compilerJulien Nabet
2022-09-04Simplify by using replaceAll in a loop (sc/AccessibleCell.cxx)Julien Nabet
2022-09-04Simplify by using replace instead of replaceAt in loop (sc/navipi/content.cxx)Julien Nabet
2022-09-02no need to use unique_ptr for this map in ScMyStylesMapNoel Grandin
2022-09-02Resolves: tdf#150271 Further error checks of conditional formatting expressionEike Rathke
2022-09-02no need to use unique_ptr for this map in sc::FormulaGroupAreaListenerNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02tdf#150712 reduce cost of SharedString::getStringNoel Grandin
2022-09-02no need to use unique_ptr for this map in sc::ScRangeNameNoel Grandin
2022-09-02no need to use unique_ptr for this map in TableSlotsMapNoel Grandin
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin
2022-09-01tdf#150712 use more string_viewNoel Grandin
2022-09-01Related: tdf#142293 Remove temporariness now implemented at GetOpCodeMap()Eike Rathke
2022-09-01Related: tdf#142293 Use FormulaCompiler::GetFinalOpCodeMap() in ScCompilerEike Rathke
2022-09-01use forced Calc calculation type even for single rowsLuboš Luňák
2022-09-01improve inheriting from std::num_putLuboš Luňák
2022-09-01check parameter count in various opencl functionsLuboš Luňák
2022-09-01error checking in opencl BIT* functionsLuboš Luňák
2022-09-01do not return "random" values from opencl FTEST if it can't handle somethingLuboš Luňák
2022-09-01opencl LogNormDist cannot handle less than 4 argumentsLuboš Luňák
2022-09-01opencl, don't use GetBottom() as value for empty cellsLuboš Luňák
2022-09-01make sure opencl generated code doesn't lose numbers precisionLuboš Luňák
2022-09-01cid#1500508 Using a moved objectNoel Grandin