This file is indexed.

/usr/lib/libreoffice/share/extensions/canzeley-client/Kanzleiprogramm/GerichtAnlDia.xdl is in libreoffice-canzeley-client 0.5.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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:style-id="3" dlg:id="GerichtAnlDia" dlg:left="40" dlg:top="40" dlg:width="253" dlg:height="210" dlg:closeable="true" dlg:moveable="true" dlg:title="Neues Gericht anlegen">
 <dlg:styles>
  <dlg:style dlg:style-id="0" dlg:font-weight="150" dlg:font-slant="italic"/>
  <dlg:style dlg:style-id="1" dlg:background-color="0xffffcc" dlg:font-height="9"/>
  <dlg:style dlg:style-id="2" dlg:background-color="0xffffff"/>
  <dlg:style dlg:style-id="3" dlg:background-color="0xffff00"/>
 </dlg:styles>
 <dlg:bulletinboard>
  <dlg:button dlg:style-id="0" dlg:id="AbbruchButton" dlg:tab-index="0" dlg:left="5" dlg:top="3" dlg:width="10" dlg:height="10" dlg:help-text="Dialog schließen" dlg:value="X">
   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Kanzleiprogramm.GerichtAnlMod1.GerichtAnlDiaAbbruchButton?language=Basic&amp;location=application" script:language="Script"/>
  </dlg:button>
  <dlg:button dlg:style-id="0" dlg:id="HauptauswahlButton" dlg:tab-index="1" dlg:left="18" dlg:top="3" dlg:width="10" dlg:height="10" dlg:help-text="Aufgabenauswahl" dlg:value="A">
   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Kanzleiprogramm.HauptAWMod.Hauptauswahl?language=Basic&amp;location=application" script:language="Script"/>
  </dlg:button>
  <dlg:fixedline dlg:id="FixedLine1" dlg:tab-index="2" dlg:left="2" dlg:top="17" dlg:width="246" dlg:height="1"/>
  <dlg:text dlg:style-id="1" dlg:id="GerichtsartLabel" dlg:tab-index="3" dlg:left="5" dlg:top="20" dlg:width="50" dlg:height="10" dlg:page="1" dlg:value="Gerichtsart" dlg:align="center"/>
  <dlg:text dlg:style-id="1" dlg:id="GerichtsortLabel" dlg:tab-index="5" dlg:left="5" dlg:top="70" dlg:width="50" dlg:height="10" dlg:page="1" dlg:value="Gerichtsort" dlg:align="center"/>
  <dlg:text dlg:style-id="2" dlg:id="GerichtsartAnzLabel" dlg:tab-index="6" dlg:left="5" dlg:top="32" dlg:width="85" dlg:height="10"/>
  <dlg:textfield dlg:id="GerichtsortText" dlg:tab-index="7" dlg:left="4" dlg:top="85" dlg:width="100" dlg:height="15" dlg:page="1" dlg:maxlength="60"/>
  <dlg:button dlg:id="HinzufuegenButton" dlg:tab-index="8" dlg:left="90" dlg:top="120" dlg:width="60" dlg:height="20" dlg:value="Hinzufügen">
   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Kanzleiprogramm.GerichtAnlMod1.HinzufuegenButton?language=Basic&amp;location=application" script:language="Script"/>
  </dlg:button>
  <dlg:menulist dlg:id="GerichtsartListBox" dlg:tab-index="4" dlg:left="90" dlg:top="32" dlg:width="8" dlg:height="10" dlg:tag="Gerichtsart auswählen" dlg:spin="true">
   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Kanzleiprogramm.GerichtAnlMod1.Gerichtsart?language=Basic&amp;location=application" script:language="Script"/>
  </dlg:menulist>
  <dlg:checkbox dlg:style-id="1" dlg:id="OrtVorArt" dlg:tab-index="9" dlg:left="140" dlg:top="60" dlg:width="100" dlg:height="10" dlg:value="Gerichtsort vor Gerichtsart" dlg:align="center" dlg:checked="false"/>
 </dlg:bulletinboard>
</dlg:window>