summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-09-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroRadhey Parekh
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-04Fix "invalid cast from 'GtkImage' to 'GtkLabel'" warning (sparkline)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-02Related: tdf#150271 Adjust unquoted string message to realityEike Rathke
2022-09-02tdf#150683 sc a11y: Add a test case for 64-bit a11y cell indexMichael Weghorn
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 Have ScCompiler::GetOpCodeMap() overwriteEike Rathke
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
2022-09-01cid#1509250 Logically dead codeNoel Grandin
2022-08-31tdf#150714: [API-CHANGE] change CSV default encoding to UTF-8Mike Kaganski
2022-08-31tdf#150506 Execution parameter confused with slot stateMaxim Monastirsky
2022-08-31cid#1509196 Inefficient vector resizing with reserve.Noel Grandin
2022-08-31assert when formula group size is not large enoughLuboš Luňák
2022-08-31pow(x,-1) -> 1/x in opencl codeLuboš Luňák
2022-08-31revert 'loplugin:flatten in sc' in sc/source/core/openclLuboš Luňák
2022-08-31fix opencl implementations of comparison operatorsLuboš Luňák
2022-08-31do not accept strings for opencl equal operatorLuboš Luňák
2022-08-31remove opencl implementation of CONVERT()Luboš Luňák
2022-08-31do not take strings for opencl <,>,<=,>= operationsLuboš Luňák
2022-08-30Use ScFunctionList::IsEnglishFunctionNames()Eike Rathke
2022-08-30bail out in opencl unsorted vlookup as soon as a match is foundLuboš Luňák
2022-08-30opencl vlookup, move constant condition out of a loopLuboš Luňák
2022-08-30opencl VLOOKUP should not look up in other columnsLuboš Luňák