diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:05:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:05:04 +0000 |
commit | aca9d3b685e507cda87a9694af5e92a66be0833e (patch) | |
tree | 3350d31b4ee18b4e71f5c5ecd2967d3d421f30ae /xmloff/dtd | |
parent | 2c765301b9b470da6e6e1c375124475633467a1d (diff) |
INTEGRATION: CWS frmcontrols04 (1.15.96); FILE MERGED
2004/06/15 21:17:35 fs 1.15.96.3: RESYNC: (1.15-1.16); FILE MERGED
2004/05/06 12:24:57 fs 1.15.96.2: #i26047# image-position and image-align
2004/05/05 14:14:19 fs 1.15.96.1: #i24683# #i24685# #i24688# new attributes reflecting new properties
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/form.mod | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/xmloff/dtd/form.mod b/xmloff/dtd/form.mod index 1d7754f7a77f..436986c63a60 100644 --- a/xmloff/dtd/form.mod +++ b/xmloff/dtd/form.mod @@ -1,5 +1,5 @@ <!-- - $Id: form.mod,v 1.16 2004-05-07 15:58:55 rt Exp $ + $Id: form.mod,v 1.17 2004-07-05 16:05:04 obo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -92,6 +92,9 @@ <!ENTITY % convert-empty "form:convert-empty-to-null %boolean; 'false'"> <!ENTITY % data-field "form:data-field CDATA #IMPLIED"> <!ENTITY % linked-cell "form:linked-cell CDATA #IMPLIED"> +<!ENTITY % visual-effect "form:visual-effect (flat|3d) #IMPLIED"> +<!ENTITY % image-position "form:image-position (start|end|top|bottom|center) 'center'"> +<!ENTITY % image-align "form:image-align (start|center|end) 'center'"> <!ENTITY % list-linkage-type "form:list-linkage-type (selection|selection-indexes) #IMPLIED"> <!ENTITY % source-cell-range "form:source-cell-range CDATA #IMPLIED"> <!ENTITY % list-source "form:list-source CDATA #IMPLIED"> @@ -267,8 +270,13 @@ %target-frame; %target-location; %title; - %value;> -<!ATTLIST form:button form:default-button %boolean; "false"> + %value; + %image-position; + %image-align;> + +<!ATTLIST form:button form:default-button %boolean; "false" + form:toggle %boolean; "false" + form:focus-on-click %boolean; "true"> <!ELEMENT form:image (form:properties?, office:events?)> <!ATTLIST form:image %button-type; @@ -291,7 +299,10 @@ %title; %value; %data-field; - %linked-cell;> + %linked-cell; + %visual-effect; + %image-position; + %image-align;> <!ENTITY % states "(unchecked|checked|unknown)"> <!ATTLIST form:checkbox form:current-state %states; #IMPLIED> @@ -309,7 +320,10 @@ %title; %value; %data-field; - %linked-cell;> + %linked-cell; + %visual-effect; + %image-position; + %image-align;> <!ELEMENT form:frame (form:properties?, office:events?)> <!ATTLIST form:frame %disabled; |