summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2022-08-26cid#1500451 silence Resource leakCaolán McNamara
2022-08-26Fix typosAndrea Gelmini
2022-08-25Resolves: tdf#150599 Move obtaining data into loop againEike Rathke
2022-08-25These are DOS paths, not URLsMike Kaganski
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák
2022-08-24cid#1509194 Dereference after null checkCaolán McNamara
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-23Make static ScCompiler::GetCharClassLocalized() public as wellEike Rathke
2022-08-23cid#1509308 silence Logically dead codeCaolán McNamara
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2022-08-22make an effort to fix the UITest_inputLine intermittent failureCaolán McNamara
2022-08-22cid#1509273 Unchecked dynamic_castCaolán McNamara
2022-08-22Make Autofilter MessageBoxes asyncSzymon Kłos
2022-08-21tdf#131326 - Invalidate cell slots and update input line with new contentAndreas Heinisch
2022-08-20cid#1509238 silence Dereference null return valueCaolán McNamara
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-08-19tdf#150336 add a static_assert to catch that happening againCaolán McNamara
2022-08-19Resolves: tdf#150336 overlapping slot idsCaolán McNamara
2022-08-18cid#1509258 Dereference null return valueCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18cid#1509305 Dereference null return valueCaolán McNamara
2022-08-18cid#1509313 Unchecked dynamic_castCaolán McNamara
2022-08-18cid#1509312 Unintentional integer overflowCaolán McNamara
2022-08-18loplugin:moveitNoel Grandin