diff options
author | Daniel Rentz <dr@openoffice.org> | 2000-10-26 08:02:30 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2000-10-26 08:02:30 +0000 |
commit | d243825d86065c09654f46c94539d10a88a73b8a (patch) | |
tree | ee11dcdfde5dac0578b1500654771cfcf35ed098 /xmloff | |
parent | af68fffaea649bf8cd936ebd5f996f1397a7a464 (diff) |
add: table:cell-range-source
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/dtd/table.mod | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/xmloff/dtd/table.mod b/xmloff/dtd/table.mod index 6c49bd177329..8280b0145563 100644 --- a/xmloff/dtd/table.mod +++ b/xmloff/dtd/table.mod @@ -1,5 +1,5 @@ <!-- - $Id: table.mod,v 1.9 2000-10-24 11:21:33 mib Exp $ + $Id: table.mod,v 1.10 2000-10-26 09:02:30 dr Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -96,7 +96,7 @@ table:visibility (visible | collapse | filter) "visible" > <!ENTITY % text-wo-table "(text:h|text:p|text:ordered-list|text:unordered-list|%shapes;|chart:chart)*"> -<!ENTITY % cell-content "(office:annotation?,(table:subtable|%text-wo-table;))"> +<!ENTITY % cell-content "(table:cell-range-source?,office:annotation?,(table:subtable|%text-wo-table;))"> <!ELEMENT table:table-cell %cell-content;> <!ELEMENT table:covered-table-cell %cell-content;> <!ATTLIST table:table-cell @@ -205,6 +205,17 @@ table:data-cell-range-address %cell-range-address; #REQUIRED table:orientation (column|row) #REQUIRED > +<!ELEMENT table:cell-range-source EMPTY> +<!ATTLIST table:cell-range-source + table:name %string; #REQUIRED + xlink:type (simple) #FIXED "simple" + xlink:actuate (onRequest) #FIXED "onRequest" + xlink:href %uriReference; #REQUIRED + table:filter-name %string; #REQUIRED + table:filter-options %string; #REQUIRED + table:last-column-spanned %positiveInteger; #REQUIRED + table:last-row-spanned %positiveInteger; #REQUIRED +> <!ELEMENT office:annotation (%cString;)> <!ATTLIST office:annotation office:author %string; #REQUIRED |