diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-05-04 12:17:40 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-05-04 12:17:40 +0000 |
commit | 92223d29624e4cbeec53d193f55b65b898fa2a09 (patch) | |
tree | 38bb56453910b8ec4e91490a499c88205c33b3da /xmlscript/test | |
parent | c19e13a861f12e2053229e2f97e92c79b2e2815e (diff) |
added support for progressmeter, scrollbar, fixedline
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/test.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlscript/test/test.xml b/xmlscript/test/test.xml index f11d71e4c58e..ad32e10997fa 100644 --- a/xmlscript/test/test.xml +++ b/xmlscript/test/test.xml @@ -4,12 +4,12 @@ <window xmlns="http://openoffice.org/2000/dialog" xmlns:dlg="http://openoffice.org/2000/dialog" style-id="dialog" - id="window1" title="Test-Dialog" left="50" top="50" height="660" width="400"> + id="window1" title="Test-Dialog" left="50" top="50" height="690" width="400"> <dlg:styles xmlns:dlg="http://openoffice.org/2000/dialog"> <dlg:style style-id="bla" background-color="0xffffff" dlg:text-color="255"/> <dlg:style style-id="bla3" background-color="0" dlg:text-color="0xffffff" font-name="Arial" font-height="24"/> - <dlg:style style-id="no_border" border="none"/> + <dlg:style style-id="no_border" border="none" fill-color="0xff"/> <dlg:style style-id="dialog" border="3d"/> </dlg:styles> @@ -79,6 +79,9 @@ <patternfield id="pattern1" left="20" top="0" width="100" height="20" value="pattern" strict-format="true" readonly="true"/> <currencyfield id="currency1" left="200" top="610" width="100" height="20" value="5.6075" value-min="0.5" value-max="10.0" value-step="0.1" spin="true" thousands-separator="true" currency-symbol="$"/> <numericfield id="numeric1" left="200" top="635" width="100" height="20" value="5.6075" value-min="0.5" value-max="10.0" value-step="0.1" thousands-separator="true"/> + <fixedline style-id="bla3" id="fixedline1" left="20" top="660" width="150" height="20" value="FixedLineLabel" align="horizontal"/> + <progressmeter style-id="no_border" id="progress1" left="200" top="660" width="80" height="20" align="horizontal" value="50" value-min="0" value-max="80"/> + <scrollbar style-id="dialog" id="scrollbar1" left="300" top="660" width="80" height="20" align="horizontal" curpos="50" maxpos="200" increment="1" pageincrement="10"/> </dlg:bulletinboard> </window> |