summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* Obtain actual 0-parameter count for OR(), AND() and 1-parameter functionsEike Rathke2023-02-211-8/+5
* crashtesting: assert seen with forum-mso-de-53682Caolán McNamara2022-09-221-2/+6
* Resolves: tdf#136364 treat svSep type with ocUnion as range typeEike Rathke2020-09-091-1/+6
* Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke2020-06-052-0/+3
* Check maximum end position to not assert() or "!!br0ken!!"Eike Rathke2020-05-131-1/+3
* Resolves: tdf#131423 Handle Function Wizard max argument count correctlyEike Rathke2020-04-232-21/+31
* tdf#131169: Retrieve right category in function wizardJulien Nabet2020-04-221-3/+4
* mark with overrideCaolán McNamara2019-11-221-1/+1
* up/down in ArgEdit doesn't do anythingCaolán McNamara2019-11-192-5/+10
* loplugin:stringaddNoel Grandin2019-11-032-10/+8
* Fix StringAdd::isCompileTimeConstantStephan Bergmann2019-10-311-8/+3
* loplugin:stringadd improve detectionNoel Grandin2019-10-281-2/+1
* Pre-allocate an ScInterpreter object for each thread...Dennis Francis2019-10-171-0/+6
* Resolves: tdf#128140 stabilize formula dialog widthCaolán McNamara2019-10-152-7/+9
* Add comments about preserving the leading '#' hash character in translationsEike Rathke2019-10-111-0/+13
* name all Notebooks 'tabcontrol'Caolán McNamara2019-10-092-2/+2
* Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara2019-10-062-2/+3
* drop some unnecessary includesCaolán McNamara2019-10-031-1/+1
* improve and enable loplugin:fragiledestructorNoel Grandin2019-09-191-1/+1
* loplugin:constmethod in formulaNoel Grandin2019-09-049-25/+25
* Resolves: tdf#126911 make structure box expandableCaolán McNamara2019-09-033-1/+8
* Fix '..'Andrea Gelmini2019-09-012-3/+3
* use more TOOLS_WARN_EXCEPTIONNoel Grandin2019-08-161-4/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): formulaStephan Bergmann2019-07-311-1/+1
* drop some unneeded includesCaolán McNamara2019-06-027-35/+6
* tdf#124279: consider also functions with no argumentsKatarina Behrens2019-06-011-1/+1
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-311-1/+1
* remove unused RefEdit/RefButtonCaolán McNamara2019-05-115-264/+69
* weld conditional formattingCaolán McNamara2019-05-111-1/+1
* loplugin:unusedmethodsNoel Grandin2019-05-094-57/+0
* loplugin:unusedfieldsNoel Grandin2019-05-093-30/+0
* 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