summaryrefslogtreecommitdiff
path: root/formula/source/core/api/token.cxx
AgeCommit message (Expand)Author
2023-02-17Obtain actual 0-parameter count for OR(), AND() and 1-parameter functionsEike Rathke
2022-09-19small opt in FormulaTokenIteratorNoel Grandin
2022-06-23clang-tidy modernize-pass-by-value in formulaNoel Grandin
2022-06-22crashtesting: assert seen with forum-mso-de-53682Caolán McNamara
2022-06-03Add binary operators to ForceArrayReturn handling, tdf#149378 follow-upEike Rathke
2022-06-02Resolves: tdf#149378 Force array input if outer function returns array/matrixEike Rathke
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin
2020-01-20tdf#42949 Fix IWYU warnings in formula/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-09-04loplugin:constmethod in formulaNoel Grandin
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-01-16Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke
2018-11-09Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák
2018-10-10avoid usually needless large allocation for formula token arrayLuboš Luňák
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-08-16remove mempoolNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-18loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák
2018-05-14loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin
2018-02-20Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke
2018-02-14Fix typosAndrea Gelmini
2018-02-12Use FormulaCompiler::IsOpCodeJumpCommand() where applicableEike Rathke
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-21Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke
2017-11-21cache FormulaToken for doublesDennis Francis
2017-11-15Assert all FormulaToken::Set...() virtual dummy methodsEike Rathke
2017-10-23loplugin:includeform: formulaStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist
2017-06-19Drop another friend declarationTor Lillqvist
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist
2017-06-14Use pointer instead of referenceTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist