diff options
author | Vikas <vikasmahato0@gmail.com> | 2018-06-29 13:52:02 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-07-02 23:42:58 +0200 |
commit | cb875f3ef1aa14b931131c4c0ddc595e3841273d (patch) | |
tree | 52a820a82e377e74bfc5425c70780a94ed611a03 /include/xmloff | |
parent | b7a02f2bb66b990289eb7f4dc80069d1545179a4 (diff) |
Export data transformations to odf
Change-Id: Ie36aef4a4ee550a1bb5407305f13726d55eeea58
Reviewed-on: https://gerrit.libreoffice.org/56665
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 5a1cd6157887..862741d0a0eb 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3278,6 +3278,14 @@ namespace xmloff { namespace token { XML_DATA_MAPPINGS, XML_DATA_MAPPING, XML_DATA_FREQUENCY, + XML_DATA_TRANSFORMATIONS, + XML_COLUMN_REMOVE_TRANSFORMATION, + XML_COLUMN_SPLIT_TRANSFORMATION, + XML_COLUMN_MERGE_TRANSFORMATION, + XML_COLUMN_SORT_TRANSFORMATION, + XML_SORT_PARAM, + XML_MERGE_STRING, + //Already defined XML_SEPARATOR, // regina, ODF1.2 additional symbols in charts XML_STAR, |