summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabvwsh.hxx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-10-04 11:28:27 -0400
committerHenry Castro <hcastro@collabora.com>2016-10-05 17:12:18 +0000
commitaf239f5affe82d0c6449e0e8f9828fe587033f02 (patch)
treecc8749c911aa1b0007047fe38b26d34184cc804c /sc/source/ui/inc/tabvwsh.hxx
parent306add13e1d9f70e1111acde8362aea6c169a97d (diff)
sc lok: add .uno:AutoSum
Change-Id: Id2bc0200734308aae1c2e39814c22c6b76664c59 Reviewed-on: https://gerrit.libreoffice.org/29525 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index 392a133a4256..7e29d9c8152c 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -382,6 +382,8 @@ public:
bool IsActive() const { return bIsActive; }
OUString GetFormula(ScAddress& rAddress);
+ bool UseSubTotal(ScRangeList* pRangeList);
+ const OUString DoAutoSum();
// ugly hack to call Define Names from Manage Names
void SwitchBetweenRefDialogs(SfxModelessDialog* pDialog);