summaryrefslogtreecommitdiff
path: root/formula/source/core
AgeCommit message (Expand)AuthorFilesLines
2020-07-07formula: create instances with uno constructorsNoel Grandin2-69/+8
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin2-13/+19
2020-04-14loplugin:flatten in formulaNoel Grandin1-51/+51
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin1-6/+6
2020-01-20tdf#42949 Fix IWYU warnings in formula/Gabor Kelemen2-5/+0
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis1-0/+6
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-1/+1
2019-09-04loplugin:constmethod in formulaNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formulaStephan Bergmann1-1/+1
2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen1-0/+1
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-02-23Resolves: tdf#123477 let array/matrix formula act as ForceArray on callsEike Rathke1-2/+11
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-0/+1
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-2/+1
2019-01-16Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke2-1/+8
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-5/+4
2018-11-09Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke2-9/+27
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin1-5/+2
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-7/+3
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-20copy and paste errorCaolán McNamara1-1/+1
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin1-1/+1
2018-10-15Resolves: tdf#102257 RANDBETWEEN() volatile like RAND(), ScRecalcMode::ALWAYSEike Rathke1-1/+9
2018-10-11Resolves: tdf#90698 catch list (1;2) of non-references as errorEike Rathke1-4/+23
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák1-1/+14
2018-10-10avoid usually needless large allocation for formula token arrayLuboš Luňák1-1/+12
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-2/+2
2018-09-28Remove unused ocIndirectXL and ocAddressXLEike Rathke1-2/+1
2018-09-17New loplugin:externalStephan Bergmann2-2/+2
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin1-1/+0
2018-08-16remove mempoolNoel Grandin1-11/+0
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin1-6/+0
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák1-33/+31
2018-07-31protect against accessing before the start of pCode in FormulaCompilerLuboš Luňák1-1/+6
2018-07-31even more implicit intersection computationLuboš Luňák1-0/+64
2018-07-30Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-07-18Do not force all string results to be recalculated if no style setEike Rathke1-0/+1
2018-07-18loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin2-2/+2
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke2-16/+29
2018-06-26More Implicit intersection computationDennis Francis1-6/+18
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák2-1/+27