summaryrefslogtreecommitdiff
path: root/scripting/workben/bindings
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:38:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 15:38:23 +0000
commite5fd6044de759d4b4d1244cefb739af7a88b0900 (patch)
tree6e718335a5c2bd9e247cdad9cb1b2cb3cff159d5 /scripting/workben/bindings
parent8ae2246676be75055368b73efd307fe82b6c67fd (diff)
INTEGRATION: CWS pyunofixes1 (1.1.2); FILE ADDED
2005/01/06 14:11:53 toconnor 1.1.2.1: #i25267# editor for python scripts Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'scripting/workben/bindings')
-rw-r--r--scripting/workben/bindings/MacroEditor.xdl10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripting/workben/bindings/MacroEditor.xdl b/scripting/workben/bindings/MacroEditor.xdl
new file mode 100644
index 000000000000..b724bbb64add
--- /dev/null
+++ b/scripting/workben/bindings/MacroEditor.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="MacroEditor" dlg:left="105" dlg:top="117" dlg:width="240" dlg:height="320" dlg:closeable="true" dlg:moveable="true" dlg:title="Python Macro Editor">
+ <dlg:bulletinboard>
+ <dlg:button dlg:id="RunButton" dlg:tab-index="0" dlg:left="57" dlg:top="300" dlg:width="40" dlg:height="14" dlg:value="Run"/>
+ <dlg:button dlg:id="SaveButton" dlg:tab-index="1" dlg:left="100" dlg:top="300" dlg:width="40" dlg:height="14" dlg:value="Save"/>
+ <dlg:button dlg:id="CloseButton" dlg:tab-index="2" dlg:left="143" dlg:top="300" dlg:width="40" dlg:height="14" dlg:value="Close" dlg:button-type="cancel"/>
+ <dlg:textfield dlg:id="EditorTextField" dlg:tab-index="3" dlg:left="6" dlg:top="6" dlg:width="228" dlg:height="288" dlg:hscroll="true" dlg:vscroll="true" dlg:multiline="true"/>
+ </dlg:bulletinboard>
+</dlg:window>