diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-23 15:30:17 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-23 15:30:17 +0000 |
commit | 6608709f94717d276255e25805eed64c6217ac87 (patch) | |
tree | 1c735383181a8b54e6fe4fa66955e46a2fdb1981 /xmloff/dtd/text.mod | |
parent | 8fb37b3862dbdb4652d31258fd2b8558a3a8d295 (diff) |
#84808# fixed: hidden text, hidden paragraph, conditional field now display
correctly on load
(attributes added)
fixed: update forced for certain fields on loading in organizer mode/styles only mode
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r-- | xmloff/dtd/text.mod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod index a28b2c2671db..3ab0765b5d4d 100644 --- a/xmloff/dtd/text.mod +++ b/xmloff/dtd/text.mod @@ -1,5 +1,5 @@ <!-- - $Id: text.mod,v 1.25 2001-02-26 14:53:39 cl Exp $ + $Id: text.mod,v 1.26 2001-03-23 16:30:15 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -514,13 +514,16 @@ <!ATTLIST text:conditional-text text:condition %formula; #REQUIRED> <!ATTLIST text:conditional-text text:string-value-if-false %string; #REQUIRED> <!ATTLIST text:conditional-text text:string-value-if-true %string; #REQUIRED> +<!ATTLIST text:conditional-text text:current-value %boolean; "false"> <!ELEMENT text:hidden-text (#PCDATA)> <!ATTLIST text:hidden-text text:condition %formula; #REQUIRED> <!ATTLIST text:hidden-text text:string-value %string; #REQUIRED> +<!ATTLIST text:hidden-text text:is-hidden %boolean; "false"> <!ELEMENT text:hidden-paragraph EMPTY> <!ATTLIST text:hidden-paragraph text:condition %formula; #REQUIRED> +<!ATTLIST text:hidden-paragraph text:is-hidden %boolean; "false"> <!ELEMENT text:chapter (#PCDATA)> <!ATTLIST text:chapter text:display (name|number|number-and-name| @@ -730,6 +733,8 @@ <!ATTLIST text:section text:protected %boolean; "false"> <!ATTLIST text:section text:display (true|none|condition) "true"> <!ATTLIST text:section text:condition %formula; #IMPLIED> +<!ATTLIST text:section text:protect %boolean; "false"> +<!ATTLIST text:section text:protection-key CDATA #IMPLIED> <!ELEMENT text:section-source EMPTY> <!ATTLIST text:section-source xlink:href %string; #IMPLIED> |