summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Resolves: tdf#143809 "INF" may be a named expression or DB area nameEike Rathke1-0/+1
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga1-0/+3
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke1-1/+19
2021-06-21loplugin:finalclasses in sc/incNoel Grandin1-1/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis1-0/+2
2020-11-06loplugin:unusedmethodsNoel1-1/+0
2020-09-29Determine CharClass difference once, tdf#137091 follow-upEike Rathke1-0/+1
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke1-3/+6
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-18cid#1466690 ScDocument* arg is never nullCaolán McNamara1-1/+1
2020-09-17ScCompiler always has a ScDocument&Caolán McNamara1-5/+3
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara1-1/+1
2020-09-14ScCompiler::MoveRelWrap never passed a null ScDocument*Caolán McNamara1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-7/+7
2020-01-22tdf#83779: convert TRUE/FALSE constants to functions TRUE()/FALSE()Mike Kaganski1-0/+3
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-0/+1
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin1-3/+5
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-12-05make some classes module privateNoel Grandin1-1/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+3
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2019-06-04Resolves: tdf#123752 allow group separator in formula values if possibleEike Rathke1-1/+2
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-2/+2
2018-12-11find-unneeded-includes: Avoid proposing o3tl fw declarationGabor Kelemen1-2/+1
2018-11-08loplugin:constantparamNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-7/+7
2018-08-16remove mempoolNoel Grandin1-2/+0
2018-08-09loplugin:unusedmethodsNoel Grandin1-2/+0
2018-08-07more robust implicit intersection optimizingLuboš Luňák1-4/+5
2018-08-06skip some copying with external names in ScRawTokenNoel Grandin1-4/+2
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák1-2/+26
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-0/+1
2018-06-26More Implicit intersection computationDennis Francis1-5/+11
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-2/+5
2018-05-14use optional ScInterpreterContext if possibleLuboš Luňák1-4/+8
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen1-1/+0
2018-04-28tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis1-0/+5
2017-11-17coverity#1422192 include param field in string fieldEike Rathke1-1/+1
2017-11-16Straighten use of MAXSTRLEN to be maximum string lengthEike Rathke1-2/+2
2017-10-27loplugin:finalclasses in scNoel Grandin1-2/+1
2017-08-24loplugin:constparam in sc part3Noel Grandin1-1/+1
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-1/+0
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-1/+2
2017-05-18Always set a grammar when constructing ScCompilerEike Rathke1-2/+10
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke1-2/+2