summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2022-08-30Resolves tdf#145159 - Use display colors in Header/Footer dialogHeiko Tietze
2022-08-30its not ideal to wait until Paint to set the bg colorCaolán McNamara
2022-08-30always call SetCursor even without a11y enabledCaolán McNamara
2022-08-30Move input handler function names to ScGlobal staticEike Rathke
2022-08-30tdf#90299 Fix saving external links as relativeŁukasz Leszko
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-29fix undoing range reducing to apply only to COUNTIFS (tdf#150618)Luboš Luňák
2022-08-28Fix typoAndrea Gelmini
2022-08-27sal_uLong->sal_uInt32 in ValidationEntryNoel Grandin
2022-08-27sal_uLong->sal_uInt32 in XclExpDVNoel Grandin
2022-08-27Do not gather function data over and over again for each formula inputEike Rathke
2022-08-26tdf#142031 - Collect all the characters for the formula suggestion auto inputAndreas Heinisch