1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE dlg:window PUBLIC
"-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
3 <dlg:window xmlns:
dlg=
"http://openoffice.org/2000/dialog" xmlns:
script=
"http://openoffice.org/2000/script" dlg:
id=
"EditDebugDialog" dlg:
left=
"64" dlg:
top=
"89" dlg:
width=
"179" dlg:
height=
"151" dlg:
closeable=
"true" dlg:
moveable=
"true" dlg:
title=
"Edit/Debug Scripts">
5 <dlg:combobox dlg:
id=
"LocationCombo" dlg:
tab-index=
"0" dlg:
left=
"64" dlg:
top=
"17" dlg:
width=
"110" dlg:
height=
"13" dlg:
spin=
"true">
6 <script:event script:
event-name=
"on-itemstatechange" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.LangLocComboListener" script:
language=
"StarBasic"/>
7 <script:event script:
event-name=
"on-keydown" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.fireLangLocComboListernerOnRet" script:
language=
"StarBasic"/>
9 <dlg:combobox dlg:
id=
"LanguageCombo" dlg:
tab-index=
"1" dlg:
left=
"64" dlg:
top=
"33" dlg:
width=
"110" dlg:
height=
"13" dlg:
spin=
"true">
10 <script:event script:
event-name=
"on-itemstatechange" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.LangLocComboListener" script:
language=
"StarBasic"/>
11 <script:event script:
event-name=
"on-keydown" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.fireLangLocComboListernerOnRet" script:
language=
"StarBasic"/>
13 <dlg:checkbox dlg:
id=
"detail" dlg:
tab-index=
"2" dlg:
left=
"12" dlg:
top=
"70" dlg:
width=
"45" dlg:
height=
"10" dlg:
value=
"Detailed view" dlg:
checked=
"false">
14 <script:event script:
event-name=
"on-itemstatechange" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.LangLocComboListener" script:
language=
"StarBasic"/>
16 <dlg:menulist dlg:
id=
"ScriptList" dlg:
tab-index=
"3" dlg:
left=
"64" dlg:
top=
"50" dlg:
width=
"110" dlg:
height=
"44"/>
17 <dlg:button dlg:
id=
"OK" dlg:
tab-index=
"5" dlg:
left=
"58" dlg:
top=
"131" dlg:
width=
"36" dlg:
height=
"14" dlg:
value=
"OK">
18 <script:event script:
event-name=
"on-performaction" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.DoEdit" script:
language=
"StarBasic"/>
20 <dlg:button dlg:
id=
"Cancel" dlg:
tab-index=
"6" dlg:
left=
"97" dlg:
top=
"131" dlg:
width=
"36" dlg:
height=
"14" dlg:
value=
"Cancel">
21 <script:event script:
event-name=
"on-performaction" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.MenuCancelButton" script:
language=
"StarBasic"/>
23 <dlg:button dlg:
id=
"Help" dlg:
tab-index=
"7" dlg:
left=
"138" dlg:
top=
"131" dlg:
width=
"36" dlg:
height=
"14" dlg:
value=
"Help">
24 <script:event script:
event-name=
"on-performaction" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.MenuHelpButton" script:
language=
"StarBasic"/>
26 <dlg:fixedline dlg:
id=
"FixedLine1" dlg:
tab-index=
"8" dlg:
left=
"42" dlg:
top=
"6" dlg:
width=
"131" dlg:
height=
"7"/>
27 <dlg:text dlg:
id=
"Label1" dlg:
tab-index=
"9" dlg:
left=
"5" dlg:
top=
"6" dlg:
width=
"36" dlg:
height=
"9" dlg:
value=
"Select script"/>
28 <dlg:text dlg:
id=
"Label7" dlg:
tab-index=
"10" dlg:
left=
"12" dlg:
top=
"18" dlg:
width=
"29" dlg:
height=
"11" dlg:
value=
"Location"/>
29 <dlg:text dlg:
id=
"Label8" dlg:
tab-index=
"11" dlg:
left=
"12" dlg:
top=
"31" dlg:
width=
"35" dlg:
height=
"9" dlg:
value=
"Language"/>
30 <dlg:text dlg:
id=
"Label9" dlg:
tab-index=
"12" dlg:
left=
"12" dlg:
top=
"53" dlg:
width=
"24" dlg:
height=
"14" dlg:
value=
"Script"/>
31 <dlg:fixedline dlg:
id=
"FixedLine2" dlg:
tab-index=
"13" dlg:
left=
"7" dlg:
top=
"120" dlg:
width=
"167" dlg:
height=
"7"/>
32 <dlg:button dlg:
id=
"Browse" dlg:
tab-index=
"4" dlg:
disabled=
"true" dlg:
left=
"136" dlg:
top=
"101" dlg:
width=
"36" dlg:
height=
"14" dlg:
value=
"Browse...">
33 <script:event script:
event-name=
"on-performaction" script:
location=
"application" script:
macro-name=
"ScriptBindingLibrary.ScriptBinding.DoBrowseAndEdit" script:
language=
"StarBasic"/>