From 32f1c56d8ff5e6f87dbcf086fd3743d6d36182bc Mon Sep 17 00:00:00 2001 From: László Németh Date: Wed, 30 May 2018 17:28:17 +0200 Subject: tdf#115007: add import/export to NatNum12 (spell out numbers, MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dates and money amounts, supporting all the XNumberText/libnumbertext formatting codes, for example "ordinal", "ordinal-number", "ordinal-feminine", etc., and ISO 4217 currency codes, also their possible combinations. NatNum12 formatting codes are stored by using the newly introduced (yet, loext:)transliteration-spellout attribute. creator-initials also added to token list Change-Id: I20f93c9d16778f142067a56d53b336d0acbe2d92 Reviewed-on: https://gerrit.libreoffice.org/54673 Tested-by: Jenkins Reviewed-by: László Németh --- include/xmloff/xmltoken.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/xmloff') diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 6ab3cdd217f5..5a1cd6157887 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3316,6 +3316,9 @@ namespace xmloff { namespace token { XML_CREATOR_INITIALS, + // tdf#115007 + XML_TRANSLITERATION_SPELLOUT, + XML_TOKEN_END }; -- cgit