summaryrefslogtreecommitdiff
path: root/scripting/workben
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-02-10 15:15:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-02-10 15:15:33 +0000
commit9814e586b5b25fa543db7820b88e141adf962740 (patch)
tree433558fce9f9277e2379a56d3847d5775b4a167b /scripting/workben
parentbce88bab78b24bc9a9c123c30c5d8ed658953d0f (diff)
INTEGRATION: CWS scriptingf3 (1.1.2); FILE ADDED
2004/01/23 20:22:26 toconnor 1.1.2.1: #i23683# - Update Highlight example to use new DialogProvider service Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'scripting/workben')
-rw-r--r--scripting/workben/bindings/Highlight.xdl10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripting/workben/bindings/Highlight.xdl b/scripting/workben/bindings/Highlight.xdl
new file mode 100644
index 000000000000..59597086d077
--- /dev/null
+++ b/scripting/workben/bindings/Highlight.xdl
@@ -0,0 +1,10 @@
+<?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"/>
+ <dlg:button dlg:id="ExitButton" dlg:tab-index="1" dlg:left="72" dlg:top="24" dlg:width="46" dlg:height="18" dlg:value="Exit"/>
+ </dlg:bulletinboard>
+</dlg:window>