summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* loplugin:simplifyconstruct in filter..frameworkNoel Grandin2018-09-081-1/+0
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-3/+2
* remove mempoolNoel Grandin2018-08-161-11/+0
* loplugin:returnconstant in forms..fpickerNoel Grandin2018-08-132-9/+2
* add operator+=(OUStringBuffer) method to OUStringNoel Grandin2018-08-011-1/+1
* try to detect that a formula does not contain any implicit intersectionLuboš Luňák2018-07-311-33/+31
* protect against accessing before the start of pCode in FormulaCompilerLuboš Luňák2018-07-311-1/+6
* even more implicit intersection computationLuboš Luňák2018-07-311-0/+64
* Add missing sal/log.hxx headersGabor Kelemen2018-07-305-0/+5
* Do not force all string results to be recalculated if no style setEike Rathke2018-07-181-0/+1
* loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin2018-07-184-16/+17
* Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke2018-07-132-16/+29
* More Implicit intersection computationDennis Francis2018-06-262-6/+20
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-052-2/+0
* tdf#116511: Drop questionable check for more keyboard inputTor Lillqvist2018-05-181-23/+15
* disable also ocStyle for Calc's threadingLuboš Luňák2018-05-172-1/+27
* loplugin:unusedfields in formula..registryNoel Grandin2018-05-171-10/+8
* loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin2018-05-141-7/+8
* tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...Dennis Francis2018-04-281-0/+20
* look for check buttons without underlinesCaolán McNamara2018-04-141-0/+1
* new loplugin:unusedvariablemoreNoel Grandin2018-04-111-3/+0
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-2/+2
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* Avoid creating a compiler for matrix check if there is no matrix supportEike Rathke2018-03-201-5/+4
* Resolves: tdf#116468 do not check array/matrix context for reportdesignEike Rathke2018-03-201-10/+19
* Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet2018-03-172-10/+6
* Resolves: tdf#116215 fewer array of references cases, tdf#58874 relatedEike Rathke2018-03-062-1/+6
* Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara2018-03-054-4/+4
* drop old tools/gen methods in accessibility..formulaNoel Grandin2018-03-011-1/+1
* use less RGB_COLORDATANoel Grandin2018-02-261-1/+1
* convert all help responses to gtk's -11Caolán McNamara2018-02-251-3/+3
* no point in a checkbutton having a responseCaolán McNamara2018-02-231-1/+0
* Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke2018-02-202-32/+6
* Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin2018-02-161-1/+1
* loplugin:changetoolsgen in filter..frameworkNoel Grandin2018-02-141-1/+1
* Fix typosAndrea Gelmini2018-02-141-1/+1
* Use FormulaCompiler::IsOpCodeJumpCommand() where applicableEike Rathke2018-02-121-5/+5
* Fix typosAndrea Gelmini2018-01-161-1/+1
* More loplugin:cstylecast: formulaStephan Bergmann2018-01-151-1/+1
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-2/+2
* More loplugin:cstylecast: formulaStephan Bergmann2018-01-124-10/+10
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-221-2/+1
* loplugin:unusedindexMike Kaganski2017-12-201-7/+5
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-192-20/+20
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-3/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:salcall vcl builder methodsNoel Grandin2017-12-081-1/+1
* loplugin:unusedfieldsNoel Grandin2017-12-011-8/+8
* Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke2017-11-211-1/+1
* cache FormulaToken for doublesDennis Francis2017-11-211-0/+10