This file is indexed.

/usr/lib/libreoffice/share/extensions/DmathsAddon/DmathsBup/Dialog2.xdl is in libreoffice-dmaths 3.4+dfsg1-1.

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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:id="Dialog2" dlg:left="112" dlg:top="131" dlg:width="273" dlg:height="187" dlg:closeable="true" dlg:moveable="true" dlg:title="Dmaths Backup">
 <dlg:bulletinboard>
  <dlg:text dlg:id="Label1" dlg:tab-index="0" dlg:left="10" dlg:top="12" dlg:width="60" dlg:height="14" dlg:value="Répertoire source" dlg:align="right"/>
  <dlg:text dlg:id="Label2" dlg:tab-index="1" dlg:left="10" dlg:top="32" dlg:width="60" dlg:height="14" dlg:value="Répertoire cible" dlg:align="right"/>
  <dlg:textfield dlg:id="TextField1" dlg:tab-index="2" dlg:left="71" dlg:top="7" dlg:width="149" dlg:height="16"/>
  <dlg:textfield dlg:id="TextField2" dlg:tab-index="3" dlg:left="71" dlg:top="27" dlg:width="149" dlg:height="18"/>
  <dlg:button dlg:id="CommandButton1" dlg:tab-index="4" dlg:left="220" dlg:top="8" dlg:width="48" dlg:height="16" dlg:value="Parcourir">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.ChooseFolderSource" script:language="StarBasic"/>
  </dlg:button>
  <dlg:button dlg:id="CommandButton2" dlg:tab-index="5" dlg:left="220" dlg:top="28" dlg:width="48" dlg:height="16" dlg:value="Parcourir">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.ChooseFolderCible" script:language="StarBasic"/>
  </dlg:button>
  <dlg:radiogroup>
   <dlg:radio dlg:id="OptionButton1" dlg:tab-index="6" dlg:left="10" dlg:top="64" dlg:width="133" dlg:height="10" dlg:value="Sauvegarder de la source vers la cible" dlg:checked="true">
    <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.Click_RadioGroup1" script:language="StarBasic"/>
   </dlg:radio>
   <dlg:radio dlg:id="OptionButton2" dlg:tab-index="7" dlg:left="10" dlg:top="78" dlg:width="133" dlg:height="10" dlg:value="Synchroniser fichiers et répertoires">
    <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.Click_RadioGroup2" script:language="StarBasic"/>
   </dlg:radio>
   <dlg:radio dlg:id="OptionButton3" dlg:tab-index="8" dlg:left="10" dlg:top="92" dlg:width="132" dlg:height="10" dlg:value="Restaurer la cible dans la source">
    <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.Click_RadioGroup3" script:language="StarBasic"/>
   </dlg:radio>
  </dlg:radiogroup>
  <dlg:titledbox dlg:id="FrameControl1" dlg:tab-index="9" dlg:left="8" dlg:top="52" dlg:width="145" dlg:height="53">
   <dlg:title dlg:value="Sélectionner le mode de sauvegarde"/>
  </dlg:titledbox>
  <dlg:checkbox dlg:id="CheckBox1" dlg:tab-index="10" dlg:left="163" dlg:top="60" dlg:width="103" dlg:height="12" dlg:value="Répertoire de sauvegarde daté" dlg:checked="false">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.Click_ArchiveDatee" script:language="StarBasic"/>
  </dlg:checkbox>
  <dlg:checkbox dlg:id="CheckBox2" dlg:tab-index="11" dlg:left="163" dlg:top="74" dlg:width="103" dlg:height="12" dlg:value="Zipper l&apos;archive" dlg:checked="false">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.Click_CheckBox2" script:language="StarBasic"/>
  </dlg:checkbox>
  <dlg:checkbox dlg:id="CheckBox3" dlg:tab-index="12" dlg:disabled="true" dlg:left="163" dlg:top="88" dlg:width="103" dlg:height="12" dlg:value="Supprimer le répertoire cible" dlg:checked="false"/>
  <dlg:checkbox dlg:id="CheckBox4" dlg:tab-index="13" dlg:disabled="true" dlg:left="10" dlg:top="109" dlg:width="249" dlg:height="12" dlg:value="Supprimer du répertoire cible les fichiers et répertoires qui n&apos;éxistent pas dans la cible" dlg:checked="false"/>
  <dlg:button dlg:id="CommandButton3" dlg:tab-index="14" dlg:left="35" dlg:top="154" dlg:width="99" dlg:height="20" dlg:value="Lancer la sauvegarde">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module1.Sauvegarde" script:language="StarBasic"/>
  </dlg:button>
  <dlg:button dlg:id="CommandButton4" dlg:tab-index="15" dlg:left="163" dlg:top="154" dlg:width="60" dlg:height="20" dlg:value="Annuler">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="DmathsBup.Module3.Terminer" script:language="StarBasic"/>
  </dlg:button>
  <dlg:text dlg:id="Label3" dlg:tab-index="16" dlg:left="20" dlg:top="130" dlg:width="232" dlg:height="12" dlg:value="La dernière sauvegarde a été effectuée le :"/>
 </dlg:bulletinboard>
</dlg:window>