summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* weld FormulaDialogCaolán McNamara2019-05-0713-1406/+1267
* tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen2019-05-061-0/+1
* drop some unneeded includesCaolán McNamara2019-04-193-3/+3
* weld ScTPValidationValue and ScValidationDlgCaolán McNamara2019-04-171-0/+1
* weld ScCorrelationDialogCaolán McNamara2019-04-102-0/+201
* clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai2019-04-101-0/+3
* tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen2019-03-251-0/+1
* log nice exception messages whereever possibleNoel Grandin2019-03-071-4/+6
* loplugin:unusedfields in forms..fpickerNoel Grandin2019-02-231-6/+0
* Resolves: tdf#123477 let array/matrix formula act as ForceArray on callsEike Rathke2019-02-231-2/+11
* tdf#74664 : Adds FOURIER() formulaDennis Francis2019-02-192-0/+7
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-211-2/+1
* Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke2019-01-163-1/+9
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-071-0/+1
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2018-12-082-6/+6
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-2/+2
* drop some unnecessary includesCaolán McNamara2018-11-283-3/+0
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-5/+4
* convert FormulaDlgMode to scoped enumNoel Grandin2018-11-231-7/+7
* 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