summaryrefslogtreecommitdiff
path: root/test/user-template/user/basic/ScriptBindingLibrary
diff options
context:
space:
mode:
Diffstat (limited to 'test/user-template/user/basic/ScriptBindingLibrary')
-rw-r--r--test/user-template/user/basic/ScriptBindingLibrary/Highlight.xdl14
-rw-r--r--test/user-template/user/basic/ScriptBindingLibrary/dialog.xlb6
-rw-r--r--test/user-template/user/basic/ScriptBindingLibrary/script.xlb4
3 files changed, 24 insertions, 0 deletions
diff --git a/test/user-template/user/basic/ScriptBindingLibrary/Highlight.xdl b/test/user-template/user/basic/ScriptBindingLibrary/Highlight.xdl
new file mode 100644
index 000000000000..2d65de42283e
--- /dev/null
+++ b/test/user-template/user/basic/ScriptBindingLibrary/Highlight.xdl
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Highlight" dlg:left="68" dlg:top="23" dlg:width="135" dlg:height="48" dlg:closeable="true" dlg:moveable="true">
+ <dlg:bulletinboard>
+ <dlg:text dlg:id="Label1" dlg:tab-index="2" dlg:left="3" dlg:top="8" dlg:width="33" dlg:height="9" dlg:value="Find What:"/>
+ <dlg:textfield dlg:id="HighlightTextField" dlg:tab-index="3" dlg:left="39" dlg:top="6" dlg:width="93" dlg:height="12"/>
+ <dlg:button dlg:id="HighlightButton" dlg:tab-index="0" dlg:left="20" dlg:top="24" dlg:width="46" dlg:height="18" dlg:value="Highlight">
+ <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Highlight.ButtonPressHandler.bsh?language=BeanShell&amp;location=share" script:language="Script"/>
+ </dlg:button>
+ <dlg:button dlg:id="ExitButton" dlg:tab-index="1" dlg:left="72" dlg:top="24" dlg:width="46" dlg:height="18" dlg:value="Exit">
+ <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Highlight.ButtonPressHandler.bsh?language=BeanShell&amp;location=share" script:language="Script"/>
+ </dlg:button>
+ </dlg:bulletinboard>
+</dlg:window>
diff --git a/test/user-template/user/basic/ScriptBindingLibrary/dialog.xlb b/test/user-template/user/basic/ScriptBindingLibrary/dialog.xlb
new file mode 100644
index 000000000000..1445c98b8cab
--- /dev/null
+++ b/test/user-template/user/basic/ScriptBindingLibrary/dialog.xlb
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
+<library:library xmlns:library="http://openoffice.org/2000/library" library:name="ScriptBindingLibrary" library:readonly="false" library:passwordprotected="false">
+ <library:element library:name="Highlight"/>
+ <library:element library:name="MacroEditor"/>
+</library:library>
diff --git a/test/user-template/user/basic/ScriptBindingLibrary/script.xlb b/test/user-template/user/basic/ScriptBindingLibrary/script.xlb
new file mode 100644
index 000000000000..33eb114b5b64
--- /dev/null
+++ b/test/user-template/user/basic/ScriptBindingLibrary/script.xlb
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
+<library:library xmlns:library="http://openoffice.org/2000/library" library:name="ScriptBindingLibrary" library:readonly="false" library:passwordprotected="false">
+</library:library>