summaryrefslogtreecommitdiff
path: root/xmlscript/test
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-04-04 13:35:09 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-04-04 13:35:09 +0000
commitcf5ace8b4f8bde7a123239ff592b2dcc535d2352 (patch)
treeefff08250ec857194a23c08bd792ed08830e7c74 /xmlscript/test
parent366bc9051891fba91d76a02d8c2b94e16db2e0fc (diff)
#85648# fixed dialog model properties
Diffstat (limited to 'xmlscript/test')
-rw-r--r--xmlscript/test/imexp.cxx8
-rw-r--r--xmlscript/test/test.xml10
2 files changed, 9 insertions, 9 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx
index 599f67d02281..53d1569837ad 100644
--- a/xmlscript/test/imexp.cxx
+++ b/xmlscript/test/imexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imexp.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dbo $ $Date: 2001-03-21 12:30:25 $
+ * last change: $Author: dbo $ $Date: 2001-04-04 14:35:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,11 +196,11 @@ Reference< lang::XMultiServiceFactory > createApplicationServiceManager()
OUString::createFromAscii( "com.sun.star.loader.SharedLibrary" ),
aDllName, Reference< registry::XSimpleRegistry > () );
#ifdef SAL_W32
- aDllName = OUString::createFromAscii( "int" );
+ aDllName = OUString::createFromAscii( "i18n" );
aDllName += OUString::valueOf( (sal_Int32)SUPD );
aDllName += OUString::createFromAscii( "mi.dll" );
#else
- aDllName = OUString::createFromAscii( "libint" );
+ aDllName = OUString::createFromAscii( "libi18n" );
aDllName += OUString::valueOf( (sal_Int32)SUPD );
aDllName += OUString::createFromAscii( ".so" );
#endif
diff --git a/xmlscript/test/test.xml b/xmlscript/test/test.xml
index ebdf3bba8b2a..f11d71e4c58e 100644
--- a/xmlscript/test/test.xml
+++ b/xmlscript/test/test.xml
@@ -3,12 +3,14 @@
<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">
<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="dialog" border="3d"/>
</dlg:styles>
<dlg:bulletinboard xmlns:ns="http://www.fake" xmlns:dlg="http://openoffice.org/2000/dialog">
@@ -19,7 +21,7 @@
<button dlg:id="button3" ns:value="hallo2" dlg:left="250" ns:top="50" width="50" height="50" style-id="bla" xmlns:ns="http://openoffice.org/2000/dialog"/>
- <checkbox id="check1" helptext="helphelphelp!!!" value="checked" left="50" top="150" width="100" height="20" checked="true"/>
+ <checkbox id="check1" help-text="helphelphelp!!!" help-url="http://www.xml.org" value="checked" left="50" top="150" width="100" height="20" checked="true"/>
<checkbox id="check2" value="dontknow" left="50" top="170" width="100" height="20" tristate="true"/>
<checkbox id="check3" value="tristate_checked" left="50" top="190" width="100" height="20" checked="true" tristate="true"/>
@@ -57,15 +59,13 @@
<radio id="radio1" value="default radio" left="50" top="250" width="100" height="20"/>
<radio id="radio2" value="checked" left="50" top="270" width="100" height="20" checked="true"/>
<radio id="radio3" value="unchecked" left="50" top="290" width="100" height="20" checked="false"/>
- <radio id="radio4" value="dont know" left="50" top="310" width="100" height="20" tristate="true"/>
</radiogroup>
<titledbox id="groupbox1" left="250" top="250" width="120" height="100">
<title value="grouped"/>
<radio id="radio5" value="default radio" left="5" top="15" width="100" height="20"/>
- <radio id="radio6" value="dont know" left="5" top="35" width="100" height="20" tristate="true"/>
- <radio id="radio7" value="tristate checked" left="5" top="55" width="100" height="20" tristate="true" checked="true"/>
- <radio id="radio8" value="checked" left="5" top="75" width="100" height="20" checked="true"/>
+ <radio id="radio7" value="unchecked" left="5" top="35" width="100" height="20" checked="false"/>
+ <radio id="radio8" value="checked" left="5" top="55" width="100" height="20" checked="true"/>
</titledbox>
<text id="fixed1" left="50" top="520" width="180" height="20" value="fixed text is here..." multiline="true" align="center"/>