Age | Commit message (Expand) | Author |
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 |
2018-12-11 | find-unneeded-includes: Avoid proposing o3tl fw declaration | Gabor Kelemen |
2018-11-08 | loplugin:constantparam | Noel Grandin |
2018-10-15 | loplugin:constfields in sc | Noel Grandin |
2018-08-16 | remove mempool | Noel Grandin |
2018-08-09 | loplugin:unusedmethods | Noel Grandin |
2018-08-07 | more robust implicit intersection optimizing | Luboš Luňák |
2018-08-06 | skip some copying with external names in ScRawToken | Noel Grandin |
2018-07-31 | try to detect that a formula does not contain any implicit intersection | Luboš Luňák |
2018-06-27 | use optional ScInterpreterContext in ScColumn::GetString() | Luboš Luňák |
2018-06-26 | More Implicit intersection computation | Dennis Francis |
2018-06-06 | tdf#42949 Fix IWYU warnings in sc/inc/[a,c]* | Gabor Kelemen |
2018-05-14 | use optional ScInterpreterContext if possible | Luboš Luňák |
2018-05-08 | tdf#42949 Fix IWYU warnings in sc/inc/[bc]* | Gabor Kelemen |
2018-04-28 | tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf... | Dennis Francis |