summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* tdf#133858 reduce the double-ref range to data contentDennis Francis2021-02-081-0/+7
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2019-09-302-6/+6
* tdf#124279: consider also functions with no argumentsKatarina Behrens2019-06-011-1/+1
* Resolves: tdf#123477 let array/matrix formula act as ForceArray on callsEike Rathke2019-02-271-2/+11
* Resolves: tdf#122301 FREQUENCY() ReferenceOrForceArray, ForceArrayReturnEike Rathke2019-01-173-1/+9
* Adapt to C++2a char_tStephan Bergmann2018-11-172-2/+2
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-4/+4
* Resolves: tdf#120895 new ParamClass::ReferenceOrRefArray, tdf#58874 relatedEike Rathke2018-11-093-9/+28
* move SvTreeListBox to vclCaolán McNamara2018-11-074-4/+4
* loplugin:collapseif in dbaccess..lotuswordproNoel Grandin2018-11-061-5/+2
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-7/+3
* update old 'interface-requires' comments to <requires> tagCaolán McNamara2018-10-282-2/+2
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+1
* Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke2018-10-251-0/+6
* remove all use_action_appearance linesCaolán McNamara2018-10-232-15/+0
* copy and paste errorCaolán McNamara2018-10-201-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* loplugin:staticvar in editeng..frameworkNoel Grandin2018-10-171-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-2/+2
* Resolves: tdf#102257 RANDBETWEEN() volatile like RAND(), ScRecalcMode::ALWAYSEike Rathke2018-10-151-1/+9
* drop unnecessary vcl/group.hxx includesCaolán McNamara2018-10-144-4/+0
* Resolves: tdf#90698 catch list (1;2) of non-references as errorEike Rathke2018-10-111-4/+23
* add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák2018-10-101-1/+14
* avoid usually needless large allocation for formula token arrayLuboš Luňák2018-10-101-1/+12
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-093-3/+3
* make all notebooks scrollable and enable_popupCaolán McNamara2018-10-021-0/+2
* Remove unused ocIndirectXL and ocAddressXLEike Rathke2018-09-281-2/+1
* New loplugin:externalStephan Bergmann2018-09-173-3/+3
* 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