This file is indexed.

/usr/lib/libreoffice/share/extensions/DmathsAddon/OOoTep/CouleurForm.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
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?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="CouleurForm" dlg:left="221" dlg:top="172" dlg:width="157" dlg:height="117" dlg:closeable="true" dlg:moveable="true" dlg:title="Choisir une couleur">
 <dlg:styles>
  <dlg:style dlg:style-id="0" dlg:border="simple"/>
  <dlg:style dlg:style-id="1" dlg:background-color="0x808080" dlg:border="simple"/>
  <dlg:style dlg:style-id="2" dlg:background-color="0xff0000" dlg:border="simple"/>
  <dlg:style dlg:style-id="3" dlg:background-color="0xff00ff" dlg:border="simple"/>
  <dlg:style dlg:style-id="4" dlg:background-color="0xff00" dlg:border="simple"/>
  <dlg:style dlg:style-id="5" dlg:background-color="0x333333" dlg:border="simple"/>
  <dlg:style dlg:style-id="6" dlg:background-color="0x999999" dlg:border="simple"/>
  <dlg:style dlg:style-id="7" dlg:background-color="0x800000" dlg:border="simple"/>
  <dlg:style dlg:style-id="8" dlg:background-color="0x800080" dlg:border="simple"/>
  <dlg:style dlg:style-id="9" dlg:background-color="0x8080" dlg:border="simple"/>
  <dlg:style dlg:style-id="10" dlg:background-color="0x4c4c4c" dlg:border="simple"/>
  <dlg:style dlg:style-id="11" dlg:background-color="0xc0c0c0" dlg:border="simple"/>
  <dlg:style dlg:style-id="12" dlg:background-color="0xff" dlg:border="simple"/>
  <dlg:style dlg:style-id="13" dlg:background-color="0xffff" dlg:border="simple"/>
  <dlg:style dlg:style-id="14" dlg:background-color="0xffff00" dlg:border="simple"/>
  <dlg:style dlg:style-id="15" dlg:background-color="0x666666" dlg:border="simple"/>
  <dlg:style dlg:style-id="16" dlg:background-color="0xffffff" dlg:border="simple"/>
  <dlg:style dlg:style-id="17" dlg:background-color="0x80" dlg:border="simple"/>
  <dlg:style dlg:style-id="18" dlg:background-color="0x808000" dlg:border="simple"/>
  <dlg:style dlg:style-id="19" dlg:background-color="0x8000" dlg:border="simple"/>
  <dlg:style dlg:style-id="20" dlg:background-color="0x0" dlg:border="simple"/>
 </dlg:styles>
 <dlg:bulletinboard>
  <dlg:textfield dlg:id="TextField1" dlg:tab-index="0" dlg:left="6" dlg:top="19" dlg:width="24" dlg:height="14" dlg:align="center" dlg:value="0">
   <script:event script:event-name="on-textchange" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_TextField" script:language="StarBasic"/>
  </dlg:textfield>
  <dlg:scrollbar dlg:id="ScrollBar1" dlg:tab-index="1" dlg:left="6" dlg:top="34" dlg:width="24" dlg:height="8" dlg:maxpos="255">
   <script:event script:event-name="on-adjustmentvaluechange" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_ScrollBar" script:language="StarBasic"/>
  </dlg:scrollbar>
  <dlg:text dlg:id="Label1" dlg:tab-index="3" dlg:left="6" dlg:top="47" dlg:width="28" dlg:height="10" dlg:value="Couleur :"/>
  <dlg:textfield dlg:id="TextField2" dlg:tab-index="4" dlg:left="34" dlg:top="19" dlg:width="24" dlg:height="14" dlg:align="center" dlg:value="0">
   <script:event script:event-name="on-textchange" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_TextField" script:language="StarBasic"/>
  </dlg:textfield>
  <dlg:scrollbar dlg:id="ScrollBar2" dlg:tab-index="5" dlg:left="34" dlg:top="34" dlg:width="24" dlg:height="8" dlg:maxpos="255">
   <script:event script:event-name="on-adjustmentvaluechange" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_ScrollBar" script:language="StarBasic"/>
  </dlg:scrollbar>
  <dlg:textfield dlg:id="TextField3" dlg:tab-index="6" dlg:left="61" dlg:top="19" dlg:width="24" dlg:height="14" dlg:align="center" dlg:value="0">
   <script:event script:event-name="on-textchange" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_TextField" script:language="StarBasic"/>
  </dlg:textfield>
  <dlg:scrollbar dlg:id="ScrollBar3" dlg:tab-index="7" dlg:left="61" dlg:top="34" dlg:width="24" dlg:height="8" dlg:maxpos="255">
   <script:event script:event-name="on-adjustmentvaluechange" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_ScrollBar" script:language="StarBasic"/>
  </dlg:scrollbar>
  <dlg:text dlg:id="Label2" dlg:tab-index="8" dlg:left="6" dlg:top="8" dlg:width="24" dlg:height="10" dlg:value="Rouge" dlg:align="center"/>
  <dlg:text dlg:id="Label3" dlg:tab-index="9" dlg:left="34" dlg:top="8" dlg:width="24" dlg:height="10" dlg:value="Vert" dlg:align="center"/>
  <dlg:text dlg:id="Label4" dlg:tab-index="10" dlg:left="61" dlg:top="8" dlg:width="24" dlg:height="10" dlg:value="Bleu" dlg:align="center"/>
  <dlg:button dlg:id="CommandButton1" dlg:tab-index="11" dlg:left="107" dlg:top="70" dlg:width="42" dlg:height="20" dlg:default="true" dlg:value="Ok">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_CommandButton1_Click" script:language="StarBasic"/>
  </dlg:button>
  <dlg:button dlg:id="CommandButton2" dlg:tab-index="12" dlg:left="107" dlg:top="91" dlg:width="42" dlg:height="20" dlg:value="Annuler">
   <script:event script:event-name="on-performaction" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_CommandButton2_Click" script:language="StarBasic"/>
  </dlg:button>
  <dlg:text dlg:id="Label8" dlg:tab-index="13" dlg:left="28" dlg:top="122" dlg:width="30" dlg:height="16" dlg:value="Label8"/>
  <dlg:checkbox dlg:id="CheckBox1" dlg:tab-index="34" dlg:left="85" dlg:top="34" dlg:width="8" dlg:height="9" dlg:help-text="Cliquer pour  lier les couleurs." dlg:checked="false"/>
  <dlg:img dlg:style-id="0" dlg:id="Image1" dlg:tab-index="2" dlg:left="36" dlg:top="47" dlg:width="37" dlg:height="10"/>
  <dlg:img dlg:style-id="1" dlg:id="ImageControl8" dlg:tab-index="21" dlg:left="24" dlg:top="65" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image8" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="2" dlg:id="ImageControl13" dlg:tab-index="26" dlg:left="40" dlg:top="65" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image13" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="3" dlg:id="ImageControl14" dlg:tab-index="27" dlg:left="56" dlg:top="65" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image14" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="4" dlg:id="ImageControl11" dlg:tab-index="24" dlg:left="72" dlg:top="65" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image11" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="5" dlg:id="ImageControl17" dlg:tab-index="30" dlg:left="8" dlg:top="76" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image17" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="6" dlg:id="ImageControl20" dlg:tab-index="33" dlg:left="24" dlg:top="76" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image20" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="7" dlg:id="ImageControl5" dlg:tab-index="18" dlg:left="40" dlg:top="76" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image5" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="8" dlg:id="ImageControl6" dlg:tab-index="19" dlg:left="56" dlg:top="76" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image6" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="9" dlg:id="ImageControl4" dlg:tab-index="17" dlg:left="72" dlg:top="76" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image4" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="10" dlg:id="ImageControl18" dlg:tab-index="31" dlg:left="8" dlg:top="87" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image18" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="11" dlg:id="ImageControl9" dlg:tab-index="22" dlg:left="24" dlg:top="87" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image9" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="12" dlg:id="ImageControl10" dlg:tab-index="23" dlg:left="40" dlg:top="87" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image10" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="13" dlg:id="ImageControl12" dlg:tab-index="25" dlg:left="56" dlg:top="87" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image12" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="14" dlg:id="ImageControl15" dlg:tab-index="28" dlg:left="72" dlg:top="87" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image15" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="15" dlg:id="ImageControl19" dlg:tab-index="32" dlg:left="8" dlg:top="98" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image19" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="16" dlg:id="ImageControl16" dlg:tab-index="29" dlg:left="24" dlg:top="98" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image16" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="17" dlg:id="ImageControl2" dlg:tab-index="15" dlg:left="40" dlg:top="98" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image2" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="18" dlg:id="ImageControl7" dlg:tab-index="20" dlg:left="56" dlg:top="98" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image7" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="19" dlg:id="ImageControl3" dlg:tab-index="16" dlg:left="72" dlg:top="98" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image3" script:language="StarBasic"/>
  </dlg:img>
  <dlg:img dlg:style-id="20" dlg:id="ImageControl1" dlg:tab-index="14" dlg:left="8" dlg:top="65" dlg:width="15" dlg:height="10">
   <script:event script:event-name="on-mouseup" script:location="application" script:macro-name="OOoTep.CouleurForm.CouleurForm_Image1" script:language="StarBasic"/>
  </dlg:img>
 </dlg:bulletinboard>
</dlg:window>