From 376011df10f20c9a5ee033f11789c579910cf206 Mon Sep 17 00:00:00 2001 From: Vikas Mahato Date: Mon, 9 Jul 2018 08:06:59 +0530 Subject: ODF export data transformations -follow-up Change-Id: I31a0b29d94abb59e7633c45aa1536772b2d8c102 Reviewed-on: https://gerrit.libreoffice.org/57217 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- include/xmloff/xmltoken.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/xmloff/xmltoken.hxx') diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 862741d0a0eb..1c388e5e3193 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3283,8 +3283,20 @@ namespace xmloff { namespace token { XML_COLUMN_SPLIT_TRANSFORMATION, XML_COLUMN_MERGE_TRANSFORMATION, XML_COLUMN_SORT_TRANSFORMATION, + XML_COLUMN_TEXT_TRANSFORMATION, + XML_COLUMN_AGGREGATE_TRANSFORMATION, + XML_COLUMN_NUMBER_TRANSFORMATION, XML_SORT_PARAM, XML_MERGE_STRING, + XML_TRIM, + XML_ROUND_UP, + XML_ROUND_DOWN, + XML_LOG_10, + XML_SQUARE, + XML_SQUARE_ROOT, + XML_EVEN, + XML_ODD, + XML_SIGN, //Already defined XML_SEPARATOR, // regina, ODF1.2 additional symbols in charts -- cgit