summaryrefslogtreecommitdiff
path: root/xmloff/dtd/drawing.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-13 18:17:31 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-13 18:17:31 +0000
commitd23e446adc95656670419b84762c2759e4f2bd8f (patch)
treeff59a20174ddb68f60ba93383de6c8644eb14807 /xmloff/dtd/drawing.mod
parent38868cce5ec853d4bb242c9bff2695e659da6353 (diff)
#80713# added fill bitmap properties
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r--xmloff/dtd/drawing.mod13
1 files changed, 7 insertions, 6 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index ea144a261ba0..a78984cdc127 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.19 2000-12-11 12:05:26 sab Exp $
+ $Id: drawing.mod,v 1.20 2000-12-13 19:17:31 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -66,6 +66,7 @@
<!ENTITY % draw-text "(text:p|text:unordered-list|text:ordered-list)*">
<!ENTITY % zindex "draw:z-index %nonNegativeInteger; #IMPLIED">
<!ENTITY % distance "CDATA">
+<!ENTITY % rectanglePoint "(top-left|top|top-right|left|center|right|bottom-left|bottom|bottom-right)">
<!-- commont presentation shape attributes -->
<!ENTITY % presentation-style-name "presentation:style-name %styleName; #IMPLIED">
@@ -265,12 +266,12 @@
<!ATTLIST style:properties draw:fill-hatch-name %styleName; #IMPLIED>
<!ATTLIST style:properties draw:fill-image-name %styleName; #IMPLIED>
<!ATTLIST style:properties style:repeat (no-repeat|repeat|stretch) #IMPLIED>
-<!ATTLIST style:properties draw:fill-image-width %length; #IMPLIED>
-<!ATTLIST style:properties draw:fill-image-height %length; #IMPLIED>
-<!ATTLIST style:properties draw:refX %percentage; #IMPLIED>
-<!ATTLIST style:properties draw:refY %percentage; #IMPLIED>
+<!ATTLIST style:properties draw:fill-image-width %lengthOrPercentage; #IMPLIED>
+<!ATTLIST style:properties draw:fill-image-height %lengthOrPercentage; #IMPLIED>
+<!ATTLIST style:properties draw:fill-image-ref-point-x %percentage; #IMPLIED>
+<!ATTLIST style:properties draw:fill-image-ref-point-y %percentage; #IMPLIED>
+<!ATTLIST style:properties draw:fill-image-ref-point %rectanglePoint; #IMPLIED>
<!ATTLIST style:properties draw:tile-repeat-offset CDATA #IMPLIED>
-<!ENTITY % noneOrFloatOrPercentage "CDATA">
<!ATTLIST style:properties draw:transparency %percentage; #IMPLIED>
<!ATTLIST style:properties draw:transparency-name %styleName; #IMPLIED>