summaryrefslogtreecommitdiff
path: root/chart2/inc/unonames.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/inc/unonames.hxx')
-rw-r--r--chart2/inc/unonames.hxx48
1 files changed, 25 insertions, 23 deletions
diff --git a/chart2/inc/unonames.hxx b/chart2/inc/unonames.hxx
index 2174f4abb1d7..abe190844962 100644
--- a/chart2/inc/unonames.hxx
+++ b/chart2/inc/unonames.hxx
@@ -9,28 +9,30 @@
#pragma once
-#define CHART_UNONAME_SORT_BY_XVALUES "SortByXValues"
-#define CHART_UNONAME_SPLINE_TYPE "SplineType"
-#define CHART_UNONAME_SPLINE_ORDER "SplineOrder"
-#define CHART_UNONAME_SPLINE_RESOLUTION "SplineResolution"
-#define CHART_UNONAME_CURVE_STYLE "CurveStyle"
-#define CHART_UNONAME_CURVE_RESOLUTION "CurveResolution"
-#define CHART_UNONAME_NUMFMT "NumberFormat"
-#define CHART_UNONAME_LINK_TO_SRC_NUMFMT "LinkNumberFormatToSource"
-#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"
-#define CHART_UNONAME_LABEL_FILL_STYLE "LabelFillStyle"
-#define CHART_UNONAME_LABEL_FILL_BACKGROUND "LabelFillBackground"
-#define CHART_UNONAME_LABEL_FILL_HATCH_NAME "LabelFillHatchName"
-#define CHART_UNONAME_LABEL_FILL_COLOR "LabelFillColor"
-#define CHART_UNONAME_CUSTOM_LABEL_FIELDS "CustomLabelFields"
+#include <rtl/ustring.hxx>
+
+inline constexpr OUString CHART_UNONAME_SORT_BY_XVALUES = u"SortByXValues"_ustr;
+inline constexpr OUString CHART_UNONAME_SPLINE_TYPE = u"SplineType"_ustr;
+inline constexpr OUString CHART_UNONAME_SPLINE_ORDER = u"SplineOrder"_ustr;
+inline constexpr OUString CHART_UNONAME_SPLINE_RESOLUTION = u"SplineResolution"_ustr;
+inline constexpr OUString CHART_UNONAME_CURVE_STYLE = u"CurveStyle"_ustr;
+inline constexpr OUString CHART_UNONAME_CURVE_RESOLUTION = u"CurveResolution"_ustr;
+inline constexpr OUString CHART_UNONAME_NUMFMT = u"NumberFormat"_ustr;
+inline constexpr OUString CHART_UNONAME_LINK_TO_SRC_NUMFMT = u"LinkNumberFormatToSource"_ustr;
+inline constexpr OUString CHART_UNONAME_ERRORBAR_X = u"ErrorBarX"_ustr;
+inline constexpr OUString CHART_UNONAME_ERRORBAR_Y = u"ErrorBarY"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL = u"Label"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_SEP = u"LabelSeparator"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_BORDER_STYLE = u"LabelBorderStyle"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_BORDER_WIDTH = u"LabelBorderWidth"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_BORDER_COLOR = u"LabelBorderColor"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_BORDER_DASH = u"LabelBorderDash"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_BORDER_DASHNAME = u"LabelBorderDashName"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_BORDER_TRANS = u"LabelBorderTransparency"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_FILL_STYLE = u"LabelFillStyle"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_FILL_BACKGROUND = u"LabelFillBackground"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_FILL_HATCH_NAME = u"LabelFillHatchName"_ustr;
+inline constexpr OUString CHART_UNONAME_LABEL_FILL_COLOR = u"LabelFillColor"_ustr;
+inline constexpr OUString CHART_UNONAME_CUSTOM_LABEL_FIELDS = u"CustomLabelFields"_ustr;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */