diff options
author | Daniel Rentz <dr@openoffice.org> | 2000-10-24 07:36:39 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2000-10-24 07:36:39 +0000 |
commit | 3c9a9bd3e864238d4362b6e6077759dbb84414ec (patch) | |
tree | c0492415c483e96ccfaaaabf5c1aff777ce9cb8d /xmloff | |
parent | b3ea388fd2b2acc43d68f57fd0908eb110c8753c (diff) |
add: table:label-ranges, table:label-range
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/office.mod | 5 | ||||
-rw-r--r-- | xmloff/dtd/table.mod | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod index afcd5005447d..15342d6ed442 100644 --- a/xmloff/dtd/office.mod +++ b/xmloff/dtd/office.mod @@ -1,5 +1,5 @@ <!-- - $Id: office.mod,v 1.4 2000-10-19 10:16:12 dr Exp $ + $Id: office.mod,v 1.5 2000-10-24 08:36:39 dr Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -123,7 +123,8 @@ <!ENTITY % text-decls "text:variable-decls?, text:sequence-decls?, text:user-field-decls?, text:dde-connection-decls?" > -<!ENTITY % body "(%text-decls;,table:content-validations?,(text:h|text:p|text:ordered-list| +<!ENTITY % body "(%text-decls;,table:content-validations?,table:label-ranges?, + (text:h|text:p|text:ordered-list| text:unordered-list|table:table|chart:chart|draw:page| draw:a|draw:text-box|draw:image|text:section)*, table:named-expressions?, diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod index 27105e0be5b1..4c83170c7683 100644 --- a/xmloff/dtd/table.mod +++ b/xmloff/dtd/table.mod @@ -1,6 +1,6 @@ <!-- edited with XML Spy v3.0 NT (http://www.xmlspy.com) by Jumper (Star Office GmbH) --> <!-- - $Id: table.mod,v 1.6 2000-10-18 17:29:22 sab Exp $ + $Id: table.mod,v 1.7 2000-10-24 08:36:39 dr Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -203,6 +203,13 @@ table:name CDATA #IMPLIED table:execute %boolean; #IMPLIED > +<!ELEMENT table:label-ranges (table:label-range)* > +<!ELEMENT table:label-range EMPTY> +<!ATTLIST table:label-range + table:label-cell-range-address %cell-range-address; #REQUIRED + table:data-cell-range-address %cell-range-address; #REQUIRED + table:orientation (column|row) #REQUIRED +> <!ELEMENT office:annotation (%cString;)> <!ATTLIST office:annotation office:author %string; #REQUIRED @@ -211,6 +218,7 @@ office:display %boolean; "true" > <!ELEMENT table:sub-table (%table-column-groups; | %table-row-groups;)> +<!ELEMENT <!ELEMENT table:named-expressions (table:named-range | table:named-expression)*> <!ELEMENT table:named-range EMPTY> <!ATTLIST table:named-range |