[Libreoffice-commits] core.git: writerfilter/source

Miklos Vajna vmiklos at collabora.co.uk
Mon Oct 7 08:28:48 PDT 2013


 writerfilter/source/ooxml/model.xml |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

New commits:
commit 60ff4fa99654e9c2ad9a9b023dae0ccda75d7d95
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Oct 7 12:05:15 2013 +0200

    writerfilter: tokenize CT_LatentStyles and CT_LsdException
    
    Also add vim modeline, that represents the current whitespace convention
    used in this file.
    
    Change-Id: I8faae4f211125695bd686fd9f09430530e4ae91c

diff --git a/writerfilter/source/ooxml/model.xml b/writerfilter/source/ooxml/model.xml
index f6a155c..0efa12a 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -23314,6 +23314,23 @@
       <element name="pPrDefault" tokenid="ooxml:CT_DocDefaults_pPrDefault"/>
       <element name="rPrDefault" tokenid="ooxml:CT_DocDefaults_rPrDefault"/>
     </resource>
+    <resource name="CT_LatentStyles" resource="Properties" tag="document">
+      <attribute name="defLockedState" tokenid="ooxml:CT_LatentStyles_defLockedState"/>
+      <attribute name="defUIPriority" tokenid="ooxml:CT_LatentStyles_defUIPriority"/>
+      <attribute name="defSemiHidden" tokenid="ooxml:CT_LatentStyles_defSemiHidden"/>
+      <attribute name="defUnhideWhenUsed" tokenid="ooxml:CT_LatentStyles_defUnhideWhenUsed"/>
+      <attribute name="defQFormat" tokenid="ooxml:CT_LatentStyles_defQFormat"/>
+      <attribute name="count" tokenid="ooxml:CT_LatentStyles_count"/>
+      <element name="lsdException" tokenid="ooxml:CT_LatentStyles_lsdException"/>
+    </resource>
+    <resource name="CT_LsdException" resource="Properties" tag="document">
+      <attribute name="name" tokenid="ooxml:CT_LsdException_name"/>
+      <attribute name="locked" tokenid="ooxml:CT_LsdException_locked"/>
+      <attribute name="uiPriority" tokenid="ooxml:CT_LsdException_uiPriority"/>
+      <attribute name="semiHidden" tokenid="ooxml:CT_LsdException_semiHidden"/>
+      <attribute name="unhideWhenUsed" tokenid="ooxml:CT_LsdException_unhideWhenUsed"/>
+      <attribute name="qFormat" tokenid="ooxml:CT_LsdException_qFormat"/>
+    </resource>
     <resource name="ST_ColorSchemeIndex" resource="List" generated="yes">
       <value name="dark1" tokenid="ooxml:Value_wordprocessingml_ST_ColorSchemeIndex_dark1">dark1</value>
       <value name="light1" tokenid="ooxml:Value_wordprocessingml_ST_ColorSchemeIndex_light1">light1</value>
@@ -23842,3 +23859,5 @@
     <resource name="CT_OMathPara" resource="Stream" tag="math"/>
   </namespace>
 </model>
+<!-- vim: shiftwidth=2 softtabstop=2 expandtab:
+-->


More information about the Libreoffice-commits mailing list