1*1ecadb57SMathias Bauer<?xml version="1.0" encoding="UTF-8"?>
2*1ecadb57SMathias Bauer<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
3*1ecadb57SMathias Bauer<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*1ecadb57SMathias Bauer <dlg:bulletinboard>
5*1ecadb57SMathias Bauer  <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*1ecadb57SMathias Bauer   <script:event script:event-name="on-mousedown" script:location="application" script:macro-name="HelpAuthoring.Find.FindNext" script:language="StarBasic"/>
7*1ecadb57SMathias Bauer  </dlg:button>
8*1ecadb57SMathias Bauer  <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*1ecadb57SMathias Bauer   <script:event script:event-name="on-mousedown" script:location="application" script:macro-name="HelpAuthoring.Find.FindPrev" script:language="StarBasic"/>
10*1ecadb57SMathias Bauer  </dlg:button>
11*1ecadb57SMathias Bauer  <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*1ecadb57SMathias Bauer </dlg:bulletinboard>
13*1ecadb57SMathias Bauer</dlg:window>