diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 11:56:35 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 11:56:35 +0000 |
commit | 4acb4ef3b03f2c871d0e0be3f0c867f8bed44ee8 (patch) | |
tree | e06901286dbaed1393f53f0ac39aa50bfa099b53 /xmlscript | |
parent | dcd466ef40540547078dcbd84f8a8e04ad61b4d3 (diff) |
INTEGRATION: CWS tkr01 (1.25.40); FILE MERGED
2007/06/26 10:03:11 tkr 1.25.40.1: #i78846# Enable TreeControl support
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/dtd/dialog.dtd | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd index 9254cfffdeb1..c23ff9e26b21 100644 --- a/xmlscript/dtd/dialog.dtd +++ b/xmlscript/dtd/dialog.dtd @@ -5,9 +5,9 @@ $RCSfile: dialog.dtd,v $ - $Revision: 1.25 $ + $Revision: 1.26 $ - last change: $Author: rt $ $Date: 2005-09-09 16:07:19 $ + last change: $Author: rt $ $Date: 2007-07-03 12:56:35 $ The Contents of this file are made available subject to the terms of GNU Lesser General Public License Version 2.1. @@ -268,6 +268,17 @@ dlg:readonly %boolean; #IMPLIED > +<!ELEMENT dlg:treecontrol ((%event;)*)> +<!ATTLIST dlg:treecontrol %default-attributes; + dlg:selectiontype CDATA #IMPLIED + dlg:rootdisplayed %boolean; #IMPLIED + dlg:showshandles %boolean; #IMPLIED + dlg:showsroothandles %boolean; #IMPLIED + dlg:rowheight %boolean; #IMPLIED + dlg:editable %numeric; #IMPLIED + dlg:invokesstopnodeediting %boolean; #IMPLIED + > + <!ELEMENT dlg:currencyfield ((%event;)*)> <!ATTLIST dlg:currencyfield %default-attributes; dlg:tabstop %boolean; #IMPLIED |