summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2020-05-29 15:45:12 +0200
committerEike Rathke <erack@redhat.com>2020-05-29 18:39:52 +0200
commit92a87f9f128cf91f6af1fc7c61a85a10d659334d (patch)
tree34fdc6a25fe9e50409166292ab17ee2748eafa2d /include/formula
parentedf9aae6f1223398b6c1cff96b5b554128aa680b (diff)
Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialog
Change-Id: Ic3506ee6194ac4e74e572a10db96f100bc9e6ac2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95149 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/IFunctionDescription.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/formula/IFunctionDescription.hxx b/include/formula/IFunctionDescription.hxx
index 82fd50d9736c..b27907fedca5 100644
--- a/include/formula/IFunctionDescription.hxx
+++ b/include/formula/IFunctionDescription.hxx
@@ -101,6 +101,7 @@ namespace formula
// parameter
virtual sal_uInt32 getParameterCount() const = 0;
virtual sal_uInt32 getVarArgsStart() const = 0;
+ virtual sal_uInt32 getVarArgsLimit() const = 0;
virtual OUString getParameterName(sal_uInt32 _nPos) const = 0;
virtual OUString getParameterDescription(sal_uInt32 _nPos) const = 0;
virtual bool isParameterOptional(sal_uInt32 _nPos) const = 0;