summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-16remove mempoolNoel Grandin1-11/+0
2018-08-13loplugin:returnconstant in forms..fpickerNoel Grandin2-9/+2
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 Kelemen5-0/+5
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 Grandin4-16/+17
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke2-16/+29
2018-06-26More Implicit intersection computationDennis Francis2-6/+20
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-2/+0
2018-05-18tdf#116511: Drop questionable check for more keyboard inputTor Lillqvist1-23/+15
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák2-1/+27
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin1-10/+8
2018-05-14loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin1-7/+8
2018-04-28tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis1-0/+20
2018-04-14look for check buttons without underlinesCaolán McNamara1-0/+1
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-3/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-20Avoid creating a compiler for matrix check if there is no matrix supportEike Rathke1-5/+4
2018-03-20Resolves: tdf#116468 do not check array/matrix context for reportdesignEike Rathke1-10/+19
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet2-10/+6
2018-03-06Resolves: tdf#116215 fewer array of references cases, tdf#58874 relatedEike Rathke2-1/+6
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara4-4/+4
2018-03-01drop old tools/gen methods in accessibility..formulaNoel Grandin1-1/+1
2018-02-26use less RGB_COLORDATANoel Grandin1-1/+1
2018-02-25convert all help responses to gtk's -11Caolán McNamara1-3/+3
2018-02-23no point in a checkbutton having a responseCaolán McNamara1-1/+0
2018-02-20Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke2-32/+6
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin1-1/+1
2018-02-14Fix typosAndrea Gelmini1-1/+1
2018-02-12Use FormulaCompiler::IsOpCodeJumpCommand() where applicableEike Rathke1-5/+5
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: formulaStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: formulaStephan Bergmann4-10/+10
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-20loplugin:unusedindexMike Kaganski1-7/+5
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin2-20/+20
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin1-1/+1
2017-12-01loplugin:unusedfieldsNoel Grandin1-8/+8
2017-11-21Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke1-1/+1
2017-11-21cache FormulaToken for doublesDennis Francis1-0/+10
2017-11-15Assert all FormulaToken::Set...() virtual dummy methodsEike Rathke1-9/+10