1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*0c4a79c0SAndrew Rist<!--*********************************************************** 3*0c4a79c0SAndrew Rist * 4*0c4a79c0SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5*0c4a79c0SAndrew Rist * or more contributor license agreements. See the NOTICE file 6*0c4a79c0SAndrew Rist * distributed with this work for additional information 7*0c4a79c0SAndrew Rist * regarding copyright ownership. The ASF licenses this file 8*0c4a79c0SAndrew Rist * to you under the Apache License, Version 2.0 (the 9*0c4a79c0SAndrew Rist * "License"); you may not use this file except in compliance 10*0c4a79c0SAndrew Rist * with the License. You may obtain a copy of the License at 11*0c4a79c0SAndrew Rist * 12*0c4a79c0SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13*0c4a79c0SAndrew Rist * 14*0c4a79c0SAndrew Rist * Unless required by applicable law or agreed to in writing, 15*0c4a79c0SAndrew Rist * software distributed under the License is distributed on an 16*0c4a79c0SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*0c4a79c0SAndrew Rist * KIND, either express or implied. See the License for the 18*0c4a79c0SAndrew Rist * specific language governing permissions and limitations 19*0c4a79c0SAndrew Rist * under the License. 20*0c4a79c0SAndrew Rist * 21*0c4a79c0SAndrew Rist ***********************************************************--> 22*0c4a79c0SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd"> 25cdf0e10cSrcweir<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Settings" dlg:left="142" dlg:top="89" dlg:width="260" dlg:height="185" dlg:closeable="true" dlg:withtitlebar="false" dlg:help-url="vnd.com.sun.star.wiki:settings"> 26cdf0e10cSrcweir <dlg:bulletinboard> 27cdf0e10cSrcweir <dlg:button dlg:id="AddButton" dlg:tab-index="1" dlg:left="204" dlg:top="20" dlg:width="50" dlg:height="14" dlg:help-url="com.sun.star.wiki.MediaWiki.Settings.AddButton" dlg:value="Add..."> 28cdf0e10cSrcweir <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.UNO:Add" script:language="UNO"/> 29cdf0e10cSrcweir </dlg:button> 30cdf0e10cSrcweir <dlg:button dlg:id="EditButton" dlg:tab-index="2" dlg:left="204" dlg:top="36" dlg:width="50" dlg:height="14" dlg:help-url="com.sun.star.wiki.MediaWiki.Settings.EditButton" dlg:value="Edit..."> 31cdf0e10cSrcweir <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.UNO:Edit" script:language="UNO"/> 32cdf0e10cSrcweir </dlg:button> 33cdf0e10cSrcweir <dlg:button dlg:id="RemoveButton" dlg:tab-index="3" dlg:left="204" dlg:top="52" dlg:width="50" dlg:height="14" dlg:help-url="com.sun.star.wiki.MediaWiki.Settings.RemoveButton" dlg:value="Remove"> 34cdf0e10cSrcweir <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.UNO:Remove" script:language="UNO"/> 35cdf0e10cSrcweir </dlg:button> 36cdf0e10cSrcweir <dlg:menulist dlg:id="WikiList" dlg:tab-index="0" dlg:left="9" dlg:top="20" dlg:width="189" dlg:height="120" dlg:help-url="com.sun.star.wiki.MediaWiki.Settings.WikiList" dlg:multiselection="true"> 37cdf0e10cSrcweir <script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.UNO:ListStatus" script:language="UNO"/> 38cdf0e10cSrcweir <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.UNO:ListEdit" script:language="UNO"/> 39cdf0e10cSrcweir </dlg:menulist> 40cdf0e10cSrcweir <dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="1" dlg:left="6" dlg:top="6" dlg:width="248" dlg:height="8" dlg:help-text="" dlg:value="Wiki Publisher"/> 41cdf0e10cSrcweir </dlg:bulletinboard> 42cdf0e10cSrcweir</dlg:window> 43