summaryrefslogtreecommitdiff
path: root/xmloff/dtd/form.mod
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-10-25 07:11:58 +0000
committerFrank Schönheit <fs@openoffice.org>2002-10-25 07:11:58 +0000
commit218927b4ad2ead079783c79b8b8475ad3daf7384 (patch)
treebde4dff9c717f5e4db7a372eee2c664f4843446a /xmloff/dtd/form.mod
parentb04c306cb7728eba3cc9a4af319d2d858d1fc303 (diff)
#104402# +form:column-style-name
Diffstat (limited to 'xmloff/dtd/form.mod')
-rw-r--r--xmloff/dtd/form.mod8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/dtd/form.mod b/xmloff/dtd/form.mod
index c01dc8600787..389c83f274e3 100644
--- a/xmloff/dtd/form.mod
+++ b/xmloff/dtd/form.mod
@@ -1,5 +1,5 @@
<!--
- $Id: form.mod,v 1.11 2001-07-24 15:01:42 dvo Exp $
+ $Id: form.mod,v 1.12 2002-10-25 08:11:58 fs Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -94,6 +94,8 @@
<!ENTITY % list-source "form:list-source CDATA #IMPLIED">
<!ENTITY % list-source-types "(table|query|sql|sql-pass-through|value-list|table-fields)">
<!ENTITY % list-source-type "form:list-source-type %list-source-types; #IMPLIED">
+<!ENTITY % column-style-name "form:column-style-name %styleName; #IMPLIED">
+
<!ELEMENT form:control (%controls;)+>
<!ATTLIST form:control %name;
@@ -318,11 +320,13 @@
%tab-index;
%tab-stop;
%title;>
+
<!ENTITY % column-type "form:text| form:textarea| form:formatted-text|form:checkbox| form:listbox| form:combobox">
<!ELEMENT form:column (%column-type;)+>
<!ATTLIST form:column %name;
%service-name;
- %label;>
+ %label;
+ %column-style-name;>
<!ELEMENT form:generic-control (form:properties?, office:events?)>