summaryrefslogtreecommitdiff
path: root/formula/source/core
AgeCommit message (Expand)Author
2021-02-08tdf#133858 reduce the double-ref range to data contentDennis Francis
2020-11-13tdf#123936 Formatting files in module formula with clang-formatPhilipp Hofer
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke
2020-10-13Resolves: tdf#133260 Propagate ForceArrayReturn from inline arraysEike Rathke
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke
2020-09-09Resolves: tdf#136364 treat svSep type with ocUnion as range typeEike Rathke
2020-07-07formula: create instances with uno constructorsNoel Grandin
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin
2020-04-14loplugin:flatten in formulaNoel Grandin
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin
2020-01-20tdf#42949 Fix IWYU warnings in formula/Gabor Kelemen
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
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-09-01Fix '..'Andrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formulaStephan Bergmann
2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-02-23Resolves: tdf#123477 let array/matrix formula act as ForceArray on callsEike Rathke
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-16Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-09Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-20copy and paste errorCaolán McNamara
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin
2018-10-15Resolves: tdf#102257 RANDBETWEEN() volatile like RAND(), ScRecalcMode::ALWAYSEike Rathke
2018-10-11Resolves: tdf#90698 catch list (1;2) of non-references as errorEike 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-28Remove unused ocIndirectXL and ocAddressXLEike Rathke
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-08-16remove mempoolNoel Grandin
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák
2018-07-31protect against accessing before the start of pCode in FormulaCompilerLuboš Luňák
2018-07-31even more implicit intersection computationLuboš Luňák