summaryrefslogtreecommitdiffstats
path: root/formula/source/ui
Commit message (Expand)AuthorAgeFilesLines
* up/down in ArgEdit doesn't do anythingCaolán McNamara2019-11-222-5/+10
* Resolves: tdf#128140 stabilize formula dialog widthCaolán McNamara2019-10-151-4/+6
* 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-079-1103/+878
* 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
* 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
* Related: tdf#122301 FREQUENCY() with ForceArrayReturn on callerEike Rathke2019-01-161-0/+1
* 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
* drop some unnecessary includesCaolán McNamara2018-11-283-3/+0
* convert FormulaDlgMode to scoped enumNoel Grandin2018-11-231-7/+7
* 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-091-0/+1
* move SvTreeListBox to vclCaolán McNamara2018-11-074-4/+4
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-2/+2
* drop unnecessary vcl/group.hxx includesCaolán McNamara2018-10-144-4/+0
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-3/+2
* loplugin:returnconstant in forms..fpickerNoel Grandin2018-08-131-3/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-302-0/+2
* loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin2018-07-182-14/+15
* More Implicit intersection computationDennis Francis2018-06-261-0/+2
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* tdf#116511: Drop questionable check for more keyboard inputTor Lillqvist2018-05-181-23/+15
* loplugin:unusedfields in formula..registryNoel Grandin2018-05-171-10/+8
* 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-171-7/+3
* Resolves: tdf#116215 fewer array of references cases, tdf#58874 relatedEike Rathke2018-03-061-0/+1
* drop old tools/gen methods in accessibility..formulaNoel Grandin2018-03-011-1/+1
* use less RGB_COLORDATANoel Grandin2018-02-261-1/+1
* Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin2018-02-161-1/+1
* loplugin:changetoolsgen in filter..frameworkNoel Grandin2018-02-141-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