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="dlgRepeatFind" dlg:left="188" dlg:top="135" dlg:width="65" dlg:height="42" dlg:closeable="true" dlg:moveable="true" dlg:title="Repeat Find">
4 <dlg:bulletinboard>
5  <dlg:button dlg:id="butNext" dlg:tab-index="0" dlg:left="35" dlg:top="5" dlg:width="27" dlg:height="14" dlg:help-text="Closes the dialog without inserting the comment" dlg:tabstop="true" dlg:value="Next &gt;&gt;">
6   <script:event script:event-name="on-mousedown" script:location="application" script:macro-name="HelpAuthoring.Find.FindNext" script:language="StarBasic"/>
7  </dlg:button>
8  <dlg:button dlg:id="butPrev" dlg:tab-index="1" dlg:left="5" dlg:top="5" dlg:width="27" dlg:height="14" dlg:help-text="Closes the dialog without inserting the comment" dlg:tabstop="true" dlg:value="&lt;&lt; Prev">
9   <script:event script:event-name="on-mousedown" script:location="application" script:macro-name="HelpAuthoring.Find.FindPrev" script:language="StarBasic"/>
10  </dlg:button>
11  <dlg:button dlg:id="butClose" dlg:tab-index="2" dlg:left="5" dlg:top="21" dlg:width="57" dlg:height="14" dlg:help-text="Closes the dialog without inserting the comment" dlg:tabstop="true" dlg:value="Close" dlg:button-type="cancel"/>
12 </dlg:bulletinboard>
13</dlg:window>