Kaydet (Commit) 7452e530 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

oox & writerfilter: add "anchorId" token and update model.xml

Change-Id: Ibcbf552621b8c6c5c143521a697026cdeac90706
üst ca6e60d4
...@@ -563,6 +563,7 @@ alwaysShowPlaceholderText ...@@ -563,6 +563,7 @@ alwaysShowPlaceholderText
amt amt
anchor anchor
anchorCtr anchorCtr
anchorId
anchorLock anchorLock
anchorlock anchorlock
anchorx anchorx
......
...@@ -8196,7 +8196,7 @@ ...@@ -8196,7 +8196,7 @@
</choice> </choice>
</list> </list>
</define> </define>
<define name="ST_LongHexNumber"> <define name="ST_EditId">
<data type="hexBinary"> <data type="hexBinary">
<param name="length">4</param> <param name="length">4</param>
</data> </data>
...@@ -8326,7 +8326,7 @@ ...@@ -8326,7 +8326,7 @@
<xs:documentation>Allow Objects to Overlap</xs:documentation> <xs:documentation>Allow Objects to Overlap</xs:documentation>
</attribute> </attribute>
<attribute name="wp14:anchorId"> <attribute name="wp14:anchorId">
<ref name="ST_LongHexNumber"/> <ref name="ST_EditId"/>
</attribute> </attribute>
</define> </define>
<define name="inline"> <define name="inline">
...@@ -8443,7 +8443,7 @@ ...@@ -8443,7 +8443,7 @@
<element name="posOffset" tokenid="ooxml:CT_PosV_posOffset"/> <element name="posOffset" tokenid="ooxml:CT_PosV_posOffset"/>
<attribute name="relativeFrom" tokenid="ooxml:CT_PosV_relativeFrom"/> <attribute name="relativeFrom" tokenid="ooxml:CT_PosV_relativeFrom"/>
</resource> </resource>
<resource name="ST_LongHexNumber" resource="Hex"/> <resource name="ST_EditId" resource="Hex"/>
<resource xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" name="CT_Anchor" resource="Properties" tag="shape"> <resource xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" name="CT_Anchor" resource="Properties" tag="shape">
<element name="simplePos" tokenid="ooxml:CT_Anchor_simplePos_elem"/> <element name="simplePos" tokenid="ooxml:CT_Anchor_simplePos_elem"/>
<element name="positionH" tokenid="ooxml:CT_Anchor_positionH"/> <element name="positionH" tokenid="ooxml:CT_Anchor_positionH"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment