diff options
author | Eike Rathke <erack@redhat.com> | 2023-04-10 12:26:37 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-04-10 14:27:08 +0200 |
commit | 8761510ae5cef17a293f464dc3abc84f46516ff2 (patch) | |
tree | e19dc8921648f0bd1c5adcfcc88b16c0c3db194e /offapi/com/sun/star/sheet | |
parent | 42cd2550cfb91f0aaeabf8ffe270bcbeee76e147 (diff) |
Clarify XSheetOperation::computeFunction() behaviour in description
Change-Id: I097d5959f227769bbb0a082c5e0b51b245cf96ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150182
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r-- | offapi/com/sun/star/sheet/XSheetOperation.idl | 3 |
1 files changed, 2 insertions, 1 deletions
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. |