summaryrefslogtreecommitdiff
path: root/sc/inc/unonames.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/unonames.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/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index f21ed9e06587..f02297ec84cf 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -261,6 +261,7 @@
#define SC_UNONAME_ISGROUP "IsGroupField"
#define SC_UNONAME_GROUPINFO "GroupInfo"
#define SC_UNONAME_SHOWEMPTY "ShowEmpty"
+#define SC_UNONAME_REPEATITEMLABELS "RepeatItemLabels"
// data pilot item
#define SC_UNONAME_SHOWDETAIL "ShowDetail"
@@ -577,6 +578,7 @@
#define SC_UNO_DP_FILTER "Filter"
#define SC_UNO_DP_SUBTOTAL "SubTotals"
#define SC_UNO_DP_SHOWEMPTY "ShowEmpty"
+#define SC_UNO_DP_REPEATITEMLABELS "RepeatItemLabels"
#define SC_UNO_DP_ISVISIBLE "IsVisible"
#define SC_UNO_DP_SHOWDETAILS "ShowDetails"
#define SC_UNO_DP_IGNOREEMPTY "IgnoreEmptyRows"