This file is indexed.

/usr/lib/goffice/0.10.39/plugins/plot_barcol/plot-types.xml is in libgoffice-0.10-10 0.10.39-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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<?xml version="1.0" encoding="UTF-8"?>
<Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
	<Family _name="Line"	sample_image_file="res:go:plot_barcol/linegraph.xpm" axis_set="xy"/>
	<Family _name="Area"	sample_image_file="res:go:plot_barcol/area.xpm" axis_set="xy"/>
	<Family _name="Bar"	sample_image_file="res:go:plot_barcol/bar.xpm" axis_set="xy" priority="80"/>
	<Family _name="Column"	sample_image_file="res:go:plot_barcol/column.xpm" axis_set="xy" priority="90"/>
	<Family _name="DropBar"	sample_image_file="res:go:plot_barcol/dropbar.xpm" axis_set="xy"/>
	<Family _name="MinMax"	sample_image_file="res:go:plot_barcol/minmax.xpm" axis_set="xy"/>

	<Type _name="Unmarked Lines" row="1" col="1"
		engine="GogLinePlot" family="Line"
		_description="Unmarked line plot."
		sample_image_file="res:go:plot_barcol/chart_line_1_1.png">
		<property name="type">normal</property>
		<property name="default-style-has-markers">FALSE</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="Unmarked Stacked Lines" row="1" col="2"
		engine="GogLinePlot" family="Line"
		_description="Unmarked stacked line plot."
		sample_image_file="res:go:plot_barcol/chart_line_1_2.png">
		<property name="type">stacked</property>
		<property name="default-style-has-markers">FALSE</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="Unmarked Percentage Lines" row="1" col="3"
		engine="GogLinePlot" family="Line"
		_description="Unmarked percentage line plot."
		sample_image_file="res:go:plot_barcol/chart_line_1_3.png">
		<property name="type">as_percentage</property>
		<property name="default-style-has-markers">FALSE</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Lines" row="2" col="1"
		engine="GogLinePlot" family="Line"
		_description="Line plot with markers."
		sample_image_file="res:go:plot_barcol/chart_line_2_1.png">
		<property name="type">normal</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="Stacked Lines" row="2" col="2"
		engine="GogLinePlot" family="Line"
		_description="Stacked line plot with markers."
		sample_image_file="res:go:plot_barcol/chart_line_2_2.png">
		<property name="type">stacked</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="Percentage Lines" row="2" col="3"
		engine="GogLinePlot" family="Line"
		_description="Percentage line plot with markers."
		sample_image_file="res:go:plot_barcol/chart_line_2_3.png">
		<property name="type">as_percentage</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Areas" row="1" col="1"
		engine="GogAreaPlot" family="Area"
		_description="Area plot."
		sample_image_file="res:go:plot_barcol/chart_area_1_1.png">
		<property name="type">normal</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="Stacked Areas" row="1" col="2"
		engine="GogAreaPlot" family="Area"
		_description="Stacked area plot."
		sample_image_file="res:go:plot_barcol/chart_area_1_2.png">
		<property name="type">stacked</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Percentage Areas" row="1" col="3"
		engine="GogAreaPlot" family="Area"
		_description="Percentage area plot."
		sample_image_file="res:go:plot_barcol/chart_area_1_3.png">
		<property name="type">as_percentage</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="Adjacent Bars" row="1" col="1"
		engine="GogBarColPlot" family="Bar"
		_description="Adjacent horizontal bars grouped by major and minor categories."
		sample_image_file="res:go:plot_barcol/chart_bar_1_1.png">
		<property name="horizontal">True</property>
		<property name="type">normal</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Stacked Bars" row="1" col="2"
		engine="GogBarColPlot" family="Bar"
		_description="Minor categories stacked in horizontal bars grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_bar_1_2.png">
		<property name="horizontal">True</property>
		<property name="type">stacked</property>
		<property name="overlap_percentage">100</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Percentage Bars" row="1" col="3"
		engine="GogBarColPlot" family="Bar"
		_description="Minor categories stacked as percentages of the minor total, in horizontal bars, grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_bar_1_3.png">
		<property name="horizontal">True</property>
		<property name="type">as_percentage</property>
		<property name="overlap_percentage">100</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<!-- No 3d yet
	<Type _name="3D Adjacent Bars" row="2" col="1"
		engine="GogBarColPlot" family="Bar"
		_description="Adjacent horizontal 3D bars grouped by major and minor categories."
		sample_image_file="res:go:plot_barcol/chart_bar_2_1.png">
		<property name="horizontal">True</property>
		<property name="type">normal</property>
		<property name="in_3d"/>
	</Type>

	<Type _name="3D Stacked Bars" row="2" col="2"
		engine="GogBarColPlot" family="Bar"
		_description="Minor categories stacked in horizontal 3D bars, grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_bar_2_2.png">
		<property name="horizontal">True</property>
		<property name="type">stacked</property>
		<property name="overlap_percentage">100</property>
		<property name="in_3d"/>
	</Type>

	<Type _name="3D Percentage Bars" row="2" col="3"
		engine="GogBarColPlot" family="Bar"
		_description="Minor categories stacked as percentages of the minor total, in 3D horizontal bars, grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_bar_2_3.png">
		<property name="horizontal">True</property>
		<property name="type">as_percentage</property>
		<property name="overlap_percentage">100</property>
		<property name="in_3d"/>
	</Type>
	-->

	<Type _name="Adjacent Columns" row="1" col="1"
		engine="GogBarColPlot" family="Column"
		_description="Adjacent vertical columns grouped by major and minor categories."
		sample_image_file="res:go:plot_barcol/chart_column_1_1.png">
		<property name="horizontal">False</property>
		<property name="type">normal</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Stacked Columns" row="1" col="2"
		engine="GogBarColPlot" family="Column"
		_description="Minor categories stacked in vertical columns grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_column_1_2.png">
		<property name="horizontal">False</property>
		<property name="type">stacked</property>
		<property name="overlap_percentage">100</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Percentage Columns" row="1" col="3"
		engine="GogBarColPlot" family="Column"
		_description="Minor categories stacked as percentages of the minor total, in vertical columns, grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_column_1_3.png">
		<property name="horizontal">False</property>
		<property name="type">as_percentage</property>
		<property name="overlap_percentage">100</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Vertical Drop Bars" row="1" col="1"
		engine="GogDropBarPlot" family="DropBar"
		_description="Vertical drop bars."
		sample_image_file="res:go:plot_barcol/chart_dropbar_1_1.png">
		<property name="horizontal">False</property>
		<property name="type">normal</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<!-- Drop bars are bars goint from an initial position
	to a final position; the fill color is inverted when final position is lower
	than the initial position; they may be used in stock plots. -->
	<Type _name="Horizontal Drop Bars" row="1" col="2"
		engine="GogDropBarPlot" family="DropBar"
		_description="Horizontal drop bars."
		sample_image_file="res:go:plot_barcol/chart_dropbar_1_2.png">
		<property name="horizontal">True</property>
		<property name="type">normal</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Vertical Min Max Lines" row="1" col="1"
		engine="GogMinMaxPlot" family="MinMax"
		_description="Vertical min max lines."
		sample_image_file="res:go:plot_barcol/chart_minmax_1_1.png">
		<property name="horizontal">False</property>
		<property name="type">normal</property>
		<property name="default-style-has-markers">False</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Marked Vertical Min Max Lines" row="2" col="1"
		engine="GogMinMaxPlot" family="MinMax"
		_description="Vertical min max lines with markers."
		sample_image_file="res:go:plot_barcol/chart_minmax_2_1.png">
		<property name="horizontal">False</property>
		<property name="type">normal</property>
		<property name="default-style-has-markers">True</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Horizontal Min Max Lines" row="1" col="2"
		engine="GogMinMaxPlot" family="MinMax"
		_description="Horizontal min max lines."
		sample_image_file="res:go:plot_barcol/chart_minmax_1_2.png">
		<property name="horizontal">True</property>
		<property name="type">normal</property>
		<property name="default-style-has-markers">False</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<Type _name="Marked Horizontal Min Max Lines" row="2" col="2"
		engine="GogMinMaxPlot" family="MinMax"
		_description="Horizontal min max lines with markers."
		sample_image_file="res:go:plot_barcol/chart_minmax_2_2.png">
		<property name="horizontal">True</property>
		<property name="type">normal</property>
		<property name="default-style-has-markers">True</property>
		<property name="guru-hints">backplane</property>
	</Type>

	<!-- No 3d yet
	<Type _name="3D Adjacent Columns" row="2" col="1"
		engine="GogBarColPlot" family="Column"
		_description="Adjacent vertical 3D columns grouped by major and minor categories."
		sample_image_file="res:go:plot_barcol/chart_column_2_1.png">
		<property name="horizontal">False</property>
		<property name="type">normal</property>
		<property name="in_3d"/>
	</Type>

	<Type _name="3D Stacked Columns" row="2" col="2"
		engine="GogBarColPlot" family="Column"
		_description="Minor categories stacked in vertical 3D columns, grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_column_2_2.png">
		<property name="horizontal">False</property>
		<property name="type">stacked</property>
		<property name="overlap_percentage">100</property>
		<property name="in_3d"/>
	</Type>

	<Type _name="3D Percentage Columns" row="2" col="3"
		engine="GogBarColPlot" family="Column"
		_description="Minor categories stacked as percentages of the minor total, in 3D vertical bars, grouped by major category."
		sample_image_file="res:go:plot_barcol/chart_column_2_3.png">
		<property name="horizontal">False</property>
		<property name="type">as_percentage</property>
		<property name="overlap_percentage">100</property>
		<property name="in_3d"/>
	</Type>
	-->
</Types>