add: table:consolidation

This commit is contained in:
Daniel Rentz 2000-11-01 10:55:17 +00:00
parent 21f49acc17
commit f9cabb4c2b
2 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<!--
$Id: office.mod,v 1.5 2000-10-24 08:36:39 dr Exp $
$Id: office.mod,v 1.6 2000-11-01 11:55:17 dr Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@ -128,5 +128,6 @@
text:unordered-list|table:table|chart:chart|draw:page|
draw:a|draw:text-box|draw:image|text:section)*,
table:named-expressions?,
table:database-ranges?,table:data-pilot-tables?)">
table:database-ranges?,table:data-pilot-tables?,
table:consolidation?)">
<!ELEMENT office:body %body;>

View file

@ -1,5 +1,5 @@
<!--
$Id: table.mod,v 1.11 2000-10-26 13:15:29 dr Exp $
$Id: table.mod,v 1.12 2000-11-01 11:55:17 dr Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@ -363,4 +363,11 @@
table:display %boolean; #IMPLIED
table:display-details %boolean; #IMPLIED
>
<!ELEMENT table:consolidation EMPTY>
<!ATTLIST table:consolidation
table:function CDATA #REQUIRED
table:source-cell-range-addresses %cell-range-address-list; #REQUIRED
table:target-cell-address %cell-address; #REQUIRED
table:use-label (none | column | row | both) "none"
table:link-to-source-data %boolean; "false"
>