summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltypes.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-09 15:48:10 +0200
committerEike Rathke <erack@redhat.com>2013-07-09 15:52:21 +0200
commit4935422b410757bb4920b98a2d81da3c11b8e3d7 (patch)
tree8c6c5e217e76f77313b864ee1cd6b29b499eadb8 /include/xmloff/xmltypes.hxx
parentResolves: #i118671# take emergency exit when local slideshow... (diff)
downloadcore-4935422b410757bb4920b98a2d81da3c11b8e3d7.tar.gz
core-4935422b410757bb4920b98a2d81da3c11b8e3d7.zip
read/write ODF *:script* and *:rfc-language-tag*
This prepares to be able to read/write the attributes, it does not enable proper handling of unknown language tags yet. An unknown tag usually falls back to SYSTEM locale. Change-Id: I4a78e8fd37deae188c69570157bc4589a712bc7a
Diffstat (limited to 'include/xmloff/xmltypes.hxx')
-rw-r--r--include/xmloff/xmltypes.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx
index c20394fd934e..1953af47ee7d 100644
--- a/include/xmloff/xmltypes.hxx
+++ b/include/xmloff/xmltypes.hxx
@@ -274,6 +274,9 @@
#define XML_TYPE_BOOL_FALSE (XML_TEXT_TYPES_START + 114)
#define XML_TYPE_FILLSTYLE (XML_TEXT_TYPES_START + 115)
+#define XML_TYPE_CHAR_SCRIPT (XML_TEXT_TYPES_START + 116)
+#define XML_TYPE_CHAR_RFC_LANGUAGE_TAG (XML_TEXT_TYPES_START + 117)
+
#define XML_SCH_TYPES_START (0x4 << XML_TYPE_APP_SHIFT)
#define XML_PM_TYPES_START (0x5 << XML_TYPE_APP_SHIFT) // page master
#define XML_DB_TYPES_START (0x6 << XML_TYPE_APP_SHIFT)