summaryrefslogtreecommitdiff
path: root/sc/inc/dapiuno.hxx
diff options
context:
space:
mode:
authorDeena Francis <deena.francis@gmail.com>2015-02-16 22:28:52 +0530
committerKohei Yoshida <libreoffice@kohei.us>2015-03-12 01:18:06 +0000
commit7b355da6853af6678c4ba22710d157cf8a6d43eb (patch)
treef4776c6b9db2582c4fd52538814d2fcc38f34eb5 /sc/inc/dapiuno.hxx
parent33434f47ac44f5cb4612a11b1c28c4582976cb25 (diff)
Enhancement tdf#87972 : Cannot repeat items labels on a pivot table
Change-Id: I44b2521ea548b51a1b3e9b42cfa64c5f50d7798a Reviewed-on: https://gerrit.libreoffice.org/14504 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/inc/dapiuno.hxx')
-rw-r--r--sc/inc/dapiuno.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index f0347676608c..6bedada3aaf0 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -586,6 +586,8 @@ public:
void setSortInfo(const com::sun::star::sheet::DataPilotFieldSortInfo* pInfo);
bool getShowEmpty() const;
void setShowEmpty(bool bShow);
+ bool getRepeatItemLabels() const;
+ void setRepeatItemLabels(bool bShow);
bool hasGroupInfo();
com::sun::star::sheet::DataPilotFieldGroupInfo getGroupInfo();