summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
AgeCommit message (Expand)Author
2025-02-20Make the char tables referenced from ScCompiler::Convention constexprMike Kaganski
2024-12-03don't bother passing const std::[u16]string_view by referenceCaolán McNamara
2024-10-24Resolves: tdf#163554 Read/write Excel 3D reference as 'Sheet1:Sheet2'!C4Eike Rathke
2024-08-30Resolves: tdf#161599 Write Add-In CompatibilityName (if any) to OOXMLEike Rathke
2024-08-29Related: tdf#161599 Accept Add-In CompatibilityName when reading OOXMLEike Rathke
2024-06-09Related: tdf#137543 - fix LET function jump count numberBalazs Varga
2024-06-06Related: tdf#137543 - Add new LET function to CalcBalazs Varga
2024-06-06tdf#137543 - Add new LET function to CalcBalazs Varga
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-03-21Related: tdf#160056 this SvNumberFormatter is the one from the ScDocumentCaolán McNamara
2024-02-22UBSan RTTI fixesNoel Grandin
2024-02-19hide more symbolsNoel Grandin
2023-11-09loplugin:fieldcast in ScCompiler::TableRefEntryNoel Grandin
2023-01-05sc : use std::mutex for CharClass initialisationArnaud VERSINI
2022-09-17speed up large sheet with lots of conditionsNoel Grandin
2022-09-06Simplify by using replace instead of replaceAt in loop in sc/compilerJulien Nabet
2022-09-01Related: tdf#142293 Have ScCompiler::GetOpCodeMap() overwriteEike Rathke
2022-08-23Make static ScCompiler::GetCharClassLocalized() public as wellEike Rathke
2022-08-09Use CharClass::uppercase() for AddIns' English UI names, tdf#135993 follow-upEike Rathke
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-03-08optimize checking for conflicting named rangesLuboš Luňák
2022-03-04keep conflicting named ranges working with 16k columnsLuboš Luňák
2022-03-02function that modifies data should not be called IsXXX()Luboš Luňák
2021-10-27Typo: pDataIgoreCase->pDataIgoreCase in scJulien Nabet
2021-08-11Resolves: tdf#143809 "INF" may be a named expression or DB area nameEike Rathke
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-06-21loplugin:finalclasses in sc/incNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis
2020-11-06loplugin:unusedmethodsNoel
2020-09-29Determine CharClass difference once, tdf#137091 follow-upEike Rathke
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-18cid#1466690 ScDocument* arg is never nullCaolán McNamara
2020-09-17ScCompiler always has a ScDocument&Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara
2020-09-14ScCompiler::MoveRelWrap never passed a null ScDocument*Caolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-01-22tdf#83779: convert TRUE/FALSE constants to functions TRUE()/FALSE()Mike Kaganski
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-12-05make some classes module privateNoel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-06-04Resolves: tdf#123752 allow group separator in formula values if possibleEike Rathke
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin