summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/formula.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-03loplugin:unusedmethods unused return typesNoel Grandin1-22/+21
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-20/+20
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-6/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas1-0/+2
2016-06-15Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara1-1/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-89/+30
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-03-23missing nullptr check, tdf#98427Markus Mohrhard1-1/+1
2016-03-18loplugin:constantparam in formulaNoel Grandin1-11/+5
2016-03-10loplugin:constantparam in formulaNoel Grandin1-5/+5
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-01-12loplugin:unusedmethods unused return value in include/formulaNoel Grandin1-2/+2
2016-01-09Function Wizard: don't overwrite an unlisted functionEike Rathke1-2/+11
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke1-12/+20
2015-12-18Resolves: tdf#96366 replace Edit...() calls with actually working codeEike Rathke1-17/+38
2015-12-18tdf#96366 disable treeview results until fix availableEike Rathke1-0/+3
2015-12-18Function Wizard shoots itself in the footEike Rathke1-1/+10
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin1-4/+0
2015-11-15tdf#95798: CRASH: when finish Function wizard on Report builderJulien Nabet1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-11-09Replace a local functor and bind2nd by a lambda in formula.Mario J. Rugiero1-13/+3
2015-10-26Revert "tdf#90695: In function Wizard Array box cannot be unchecked"Eike Rathke1-0/+1
2015-10-26tdf#90695: In function Wizard Array box cannot be uncheckedJulien Nabet1-1/+0
2015-10-19loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-16convert Link<> to typedNoel Grandin1-6/+5
2015-10-12loplugin:mergeclassesNoel Grandin1-4/+4
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-17convert Link<> to typedNoel Grandin1-5/+4
2015-09-17convert Link<> to typedNoel Grandin1-10/+8
2015-09-17convert Link<> to typedNoel Grandin1-13/+10
2015-09-17convert Link<> to typedNoel Grandin1-6/+5
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-5/+0
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+4
2015-08-03coverity#1309048 Unchecked return valueCaolán McNamara1-2/+1
2015-07-30fix indentationMarkus Mohrhard1-149/+150
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni1-1/+1
2015-07-27tdf#92546 show results for sub-expressions in formula wizardBenjamin Ni1-4/+46
2015-07-02coverity#1309048 Unchecked return valueCaolán McNamara1-2/+1
2015-06-29Subformula check in formula wizardBenjamin Ni1-1/+10
2015-06-01loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-14tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet1-2/+9
2015-05-07loplugin:vclwidgets ("OutputDevice subclass should have ..."Stephan Bergmann1-1/+1
2015-05-07tdf#90935 - function wizard crash fix.Michael Meeks1-7/+14