offapi/com/sun/star/sheet/XSheetOperation.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 8761510ae5cef17a293f464dc3abc84f46516ff2 Author: Eike Rathke <er...@redhat.com> AuthorDate: Mon Apr 10 12:26:37 2023 +0200 Commit: Eike Rathke <er...@redhat.com> CommitDate: Mon Apr 10 14:27:08 2023 +0200 Clarify XSheetOperation::computeFunction() behaviour in description Change-Id: I097d5959f227769bbb0a082c5e0b51b245cf96ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150182 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins diff --git a/offapi/com/sun/star/sheet/XSheetOperation.idl b/offapi/com/sun/star/sheet/XSheetOperation.idl index 6b8f7fc2461a..53b0cb45ab77 100644 --- a/offapi/com/sun/star/sheet/XSheetOperation.idl +++ b/offapi/com/sun/star/sheet/XSheetOperation.idl @@ -30,7 +30,8 @@ published interface XSheetOperation: com::sun::star::uno::XInterface { /** computes a general function based on all cells in the current - cell range(s). + cell range(s), excluding values from filtered and hidden rows + and hidden columns as done for the status bar. @param nFunction is the function used to compute the result.