diff options
author | Prashant Pandey <prashant3.yishu@gmail.com> | 2013-04-19 05:30:36 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-19 16:33:49 +0000 |
commit | e7a5f5ef80c3e66101cfb063cbed0527c0559319 (patch) | |
tree | a4ea0b3bb128d10e79c5a51803a7be835b6cda83 /sc/inc/global.hxx | |
parent | 42960dcc78175f44dacc8bd64cf6c6dcb8bbaf38 (diff) |
fdo#61541 : Count Number of selected Cells in calc
Change-Id: Ic9c911552f2b03bb496f47251917a3736494dce1
Reviewed-on: https://gerrit.libreoffice.org/3213
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 44bd67a3007c..0ef1bd8fdc3c 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -741,7 +741,8 @@ enum ScSubTotalFunc SUBTOTAL_FUNC_STDP = 8, SUBTOTAL_FUNC_SUM = 9, SUBTOTAL_FUNC_VAR = 10, - SUBTOTAL_FUNC_VARP = 11 + SUBTOTAL_FUNC_VARP = 11, + SUBTOTAL_FUNC_SELECTION_COUNT = 12 }; class ScArea; |