summaryrefslogtreecommitdiff
path: root/chart2/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-23 15:49:11 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-07-26 16:26:08 -0400
commitf1531cdaaebe706d909dc6ddde439ccb5f4ad36d (patch)
treec0df9b0b0c90d9ccbdbb953366d3952bf4fcc0e7 /chart2/inc/unonames.hxx
parent84aa4d1ff29004b0aa28068b7beb21f7ebfdb239 (diff)
bnc#885825: Support borders around data labels.
Change-Id: Ib141413e523cbf73746876f727e9f80dda9f5f7c
Diffstat (limited to 'chart2/inc/unonames.hxx')
-rw-r--r--chart2/inc/unonames.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/chart2/inc/unonames.hxx b/chart2/inc/unonames.hxx
index 0731ab6874a6..867a155e14aa 100644
--- a/chart2/inc/unonames.hxx
+++ b/chart2/inc/unonames.hxx
@@ -22,6 +22,13 @@
#define CHART_UNONAME_ERRORBAR_X "ErrorBarX"
#define CHART_UNONAME_ERRORBAR_Y "ErrorBarY"
#define CHART_UNONAME_LABEL "Label"
+#define CHART_UNONAME_LABEL_SEP "LabelSeparator"
+#define CHART_UNONAME_LABEL_BORDER_STYLE "LabelBorderStyle"
+#define CHART_UNONAME_LABEL_BORDER_WIDTH "LabelBorderWidth"
+#define CHART_UNONAME_LABEL_BORDER_COLOR "LabelBorderColor"
+#define CHART_UNONAME_LABEL_BORDER_DASH "LabelBorderDash"
+#define CHART_UNONAME_LABEL_BORDER_DASHNAME "LabelBorderDashName"
+#define CHART_UNONAME_LABEL_BORDER_TRANS "LabelBorderTransparency"
#endif