summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-05-07tdf#107765: Use the correct sheet index.Kohei Yoshida
2022-05-07tdf#121740 increase DrawingEngine::OLE_Objects cache limitNoel Grandin
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-05-07Resolves: tdf#148843 Handle single reference error values correctlyEike Rathke
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-05-06tdf#148837: fix cell range negative selectionhasban12138
2022-05-06Fix for callgrind TBJulien Nabet
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann
2022-05-04remove stray printfCaolán McNamara
2022-05-04use more string_view in unotoolsNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-05-03Resolves tdf#148568 - Rework the Sparklines dialogHeiko Tietze
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-02Remove duplicated includesAndrea Gelmini
2022-05-02Use colors from standard palette for sparklinesHeiko Tietze
2022-05-01jsdialog: handle formulabar as textinputSzymon Kłos
2022-05-01lok: Introduce uno commands for formulabar actionsSzymon Kłos
2022-05-01use more string_view in variousNoel Grandin
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-04-30jsdialog: used for formulabarSzymon Kłos
2022-04-29tdf#139464 Change label of OK buttonLaurent BP
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-28tdf#137899 sc: accept any unfinished editing before adding sheetJustin Luth
2022-04-28tdf#37864, tdf#147496: sc: Add UItestXisco Fauli
2022-04-28reduce Calc's INITIALCOLCOUNT to 1Luboš Luňák
2022-04-28fix horizontal Calc cursor skippingLuboš Luňák
2022-04-27use more string_view in toolsNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-27use o3tl::toUInt32 to replace what was originally OUString::toUInt32Caolán McNamara
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-26cid#1504074 silence Improper use of negative valueCaolán McNamara
2022-04-26Translatable string improvements I push so they don’t rot in my local cloneAdolfo Jayme Barrientos
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin
2022-04-22do not duplicate code for ScCountIfCellIteratorLuboš Luňák
2022-04-22move query-related iterators to a new separate fileLuboš Luňák
2022-04-22try to limit cell interpreting to only visible cells when drawingLuboš Luňák
2022-04-22limit Interpret() for dirty cells only to the given row range (bsc#1197497)Luboš Luňák
2022-04-22remove nonsensical 'over and out' commentsLuboš Luňák
2022-04-22fix an off-by-one error in GetEmptyLinesInBlock()Luboš Luňák
2022-04-22fix checking whether a block of cells is emptyLuboš Luňák
2022-04-22use range-checked GetCellValue()Luboš Luňák
2022-04-21simply return from a loopLuboš Luňák
2022-04-21fix off-by-one errorLuboš Luňák
2022-04-21rework GetColumnsRange() and ScColumnsRangeLuboš Luňák
2022-04-21tdf#148669: sc_uicalc: Add unittestXisco Fauli