This file is indexed.

/usr/lib/libreoffice/share/extensions/DmathsAddon/Dmaths2/PiDialog.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
<?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="PiDialog" dlg:left="16" dlg:top="12" dlg:width="94" dlg:height="24" dlg:help-text="&amp;228.PiDialog.HelpText" dlg:closeable="true" dlg:moveable="true" dlg:title="&amp;229.PiDialog.Title">
 <dlg:bulletinboard>
  <dlg:text dlg:id="Label1" dlg:tab-index="1" dlg:left="28" dlg:top="6" dlg:width="10" dlg:height="11" dlg:help-text="&amp;230.PiDialog.Label1.HelpText" dlg:value="&amp;231.PiDialog.Label1.Label" dlg:align="center"/>
  <dlg:numericfield dlg:id="Numerator" dlg:tab-index="0" dlg:left="12" dlg:top="6" dlg:width="15" dlg:height="11" dlg:help-text="&amp;232.PiDialog.Numerator.HelpText" dlg:decimal-accuracy="0" dlg:value="1"/>
  <dlg:numericfield dlg:id="Denominator" dlg:tab-index="2" dlg:left="39" dlg:top="6" dlg:width="15" dlg:height="11" dlg:help-text="&amp;233.PiDialog.Denominator.HelpText" dlg:decimal-accuracy="0" dlg:value="6"/>
  <dlg:button dlg:id="OK" dlg:tab-index="3" dlg:left="64" dlg:top="6" dlg:width="20" dlg:height="12" dlg:help-text="&amp;234.PiDialog.OK.HelpText" dlg:value="&amp;235.PiDialog.OK.Label">
   <script:event script:event-name="on-performaction" script:location="document" script:macro-name="GraphLibrary.AxesDialogFns.PiDialogOK_Click" script:language="StarBasic"/>
  </dlg:button>
 </dlg:bulletinboard>
</dlg:window>