summaryrefslogtreecommitdiff
path: root/include/formula/funcvarargs.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-05Enable the Formula Wizard to display 255 argument fieldsEike Rathke1-1/+1
Previously it was, for example for SUM, 1 2 3 ... 28 29 30,31,32,33,...,253,254,255 ie. for more than 30 parameters the exceeding ones were crammed into the last (30th) edit field. The expression still worked, but this was ugly, and selecting the last field it was easy to overwrite all remaining arguments at once. Change-Id: I6b27a20e7f07d3a6b4752855f04d6239e6375418
2017-07-04Prepare for change of VAR_ARGS valueEike Rathke1-0/+3
Change-Id: I0b1955bb660b5e19587799de657c63634705b99c
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-0/+46
... to have it at one central place instead of two. And add comments why changing the value is not just easily done. Change-Id: I266ea55c79c02a653a0704c33f9fa712bbcd104e