Age | Commit message (Expand) | Author |
2025-02-20 | Make the char tables referenced from ScCompiler::Convention constexpr | Mike Kaganski |
2024-12-03 | don't bother passing const std::[u16]string_view by reference | Caolán McNamara |
2024-10-24 | Resolves: tdf#163554 Read/write Excel 3D reference as 'Sheet1:Sheet2'!C4 | Eike Rathke |
2024-08-30 | Resolves: tdf#161599 Write Add-In CompatibilityName (if any) to OOXML | Eike Rathke |
2024-08-29 | Related: tdf#161599 Accept Add-In CompatibilityName when reading OOXML | Eike Rathke |
2024-06-09 | Related: tdf#137543 - fix LET function jump count number | Balazs Varga |
2024-06-06 | Related: tdf#137543 - Add new LET function to Calc | Balazs Varga |
2024-06-06 | tdf#137543 - Add new LET function to Calc | Balazs Varga |
2024-03-23 | Related: tdf#160056 do calc NumberFormatting via ScInterpreterContext | Caolán McNamara |
2024-03-21 | Related: tdf#160056 this SvNumberFormatter is the one from the ScDocument | Caolán McNamara |
2024-02-22 | UBSan RTTI fixes | Noel Grandin |
2024-02-19 | hide more symbols | Noel Grandin |
2023-11-09 | loplugin:fieldcast in ScCompiler::TableRefEntry | Noel Grandin |
2023-01-05 | sc : use std::mutex for CharClass initialisation | Arnaud VERSINI |
2022-09-17 | speed up large sheet with lots of conditions | Noel Grandin |
2022-09-06 | Simplify by using replace instead of replaceAt in loop in sc/compiler | Julien Nabet |
2022-09-01 | Related: tdf#142293 Have ScCompiler::GetOpCodeMap() overwrite | Eike Rathke |
2022-08-23 | Make static ScCompiler::GetCharClassLocalized() public as well | Eike Rathke |
2022-08-09 | Use CharClass::uppercase() for AddIns' English UI names, tdf#135993 follow-up | Eike Rathke |
2022-05-03 | add o3tl::equalsAscii | Noel Grandin |
2022-03-08 | optimize checking for conflicting named ranges | Luboš Luňák |
2022-03-04 | keep conflicting named ranges working with 16k columns | Luboš Luňák |
2022-03-02 | function that modifies data should not be called IsXXX() | Luboš Luňák |
2021-10-27 | Typo: pDataIgoreCase->pDataIgoreCase in sc | Julien Nabet |
2021-08-11 | Resolves: tdf#143809 "INF" may be a named expression or DB area name | Eike Rathke |
2021-08-09 | tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in charts | Balazs Varga |
2021-07-28 | Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressions | Eike Rathke |
2021-06-21 | loplugin:finalclasses in sc/inc | Noel Grandin |
2021-03-23 | tdf#124176 Use pragma once in s* | Vincent LE GARREC |
2021-01-14 | tdf#133858 reduce the double-ref range to data content | Dennis Francis |
2020-11-06 | loplugin:unusedmethods | Noel |
2020-09-29 | Determine CharClass difference once, tdf#137091 follow-up | Eike Rathke |
2020-09-29 | Resolves: tdf#137091 Use CharClass matching the formula language | Eike Rathke |
2020-09-23 | ScRefAddress::GetRefString never passed a null ScDocument* | Caolán McNamara |
2020-09-18 | cid#1466690 ScDocument* arg is never null | Caolán McNamara |
2020-09-17 | ScCompiler always has a ScDocument& | Caolán McNamara |
2020-09-17 | ScCompiler ctors never passed a null ScDocument* | Caolán McNamara |
2020-09-17 | base-class formula::FormulaCompiler is sufficient here | Caolán McNamara |
2020-09-14 | ScCompiler::MoveRelWrap never passed a null ScDocument* | Caolán McNamara |
2020-03-12 | Revert "loplugin:constfields in sc" | Noel Grandin |
2020-01-22 | tdf#83779: convert TRUE/FALSE constants to functions TRUE()/FALSE() | Mike Kaganski |
2019-12-14 | sc: rowcol: tdf#50916 convert Valid* methods | Noel Grandin |
2019-12-13 | sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::Reference | Noel Grandin |
2019-12-12 | sc: rowcol: tdf#50916 pass ScDocument to the token classes | Noel Grandin |
2019-12-05 | make some classes module private | Noel Grandin |
2019-10-29 | sc: rowcol: tdf#50916 convert core/tool | Noel Grandin |
2019-09-26 | loplugin:constmethod in sc | Noel Grandin |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-06-04 | Resolves: tdf#123752 allow group separator in formula values if possible | Eike Rathke |
2019-01-10 | pass ScTokenArray around by unique_ptr | Noel Grandin |