#100155#: text:h inside list, draw:name, draw:transform
This commit is contained in:
parent
cb94945abe
commit
19ba56b117
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: drawing.mod,v 1.77 2002-09-04 14:02:51 cl Exp $
|
||||
$Id: drawing.mod,v 1.78 2002-09-30 09:33:39 mib Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -216,6 +216,7 @@
|
|||
<!ELEMENT draw:g ( office:events?, (%shapes;)* ) >
|
||||
<!ATTLIST draw:g svg:y %coordinate; #IMPLIED>
|
||||
<!ATTLIST draw:g %draw-transform; >
|
||||
<!ATTLIST draw:g draw:name %string; #IMPLIED>
|
||||
<!ATTLIST draw:g %draw-style-name; >
|
||||
<!ATTLIST draw:g %zindex;>
|
||||
<!ATTLIST draw:g %draw-end-position; >
|
||||
|
@ -569,6 +570,7 @@
|
|||
|
||||
<!-- image -->
|
||||
<!ELEMENT draw:image (office:binary-data?,office:events?,draw:image-map?,svg:desc?,(draw:contour-polygon|draw:contour-path)?)>
|
||||
<!ATTLIST draw:image %draw-transform; >
|
||||
<!ATTLIST draw:image %draw-style-name;>
|
||||
<!ATTLIST draw:image draw:name %string; #IMPLIED>
|
||||
<!ATTLIST draw:image xlink:href %uriReference; #IMPLIED>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Id: text.mod,v 1.51 2002-06-11 14:59:33 dvo Exp $
|
||||
$Id: text.mod,v 1.52 2002-09-30 09:33:38 mib Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -190,8 +190,8 @@
|
|||
|
||||
<!ATTLIST text:ordered-list text:continue-numbering %boolean; "false">
|
||||
|
||||
<!ELEMENT text:list-header (text:p)+>
|
||||
<!ELEMENT text:list-item (text:p|text:ordered-list|text:unordered-list)+>
|
||||
<!ELEMENT text:list-header (text:p|text:h)+>
|
||||
<!ELEMENT text:list-item (text:p|text:h|text:ordered-list|text:unordered-list)+>
|
||||
|
||||
<!ATTLIST text:list-item text:restart-numbering %boolean; "false">
|
||||
<!ATTLIST text:list-item text:start-value %positiveInteger; #IMPLIED>
|
||||
|
|
Loading…
Reference in a new issue