File: plugin.xml.in

package info (click to toggle)
goffice 0.10.57-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,136 kB
  • sloc: ansic: 114,820; sh: 4,993; makefile: 1,241; perl: 235; xml: 232
file content (62 lines) | stat: -rw-r--r-- 1,811 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_barcol">
	<information>
		<_name>Charting : Bar/Col/Line/Area</_name>
		<_description>Line, Area, Bar and Column plots</_description>
	</information>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="barcol"/>
	</loader>
	<services>
		<service type="resource"
			 id="go:plot_barcol/linegraph.xpm"
			 file="linegraph.xpm"/>
		<service type="resource"
			 id="go:plot_barcol/area.xpm"
			 file="area.xpm"/>
		<service type="resource"
			 id="go:plot_barcol/bar.xpm"
			 file="bar.xpm"/>
		<service type="resource"
			 id="go:plot_barcol/column.xpm"
			 file="column.xpm"/>
		<service type="resource"
			 id="go:plot_barcol/dropbar.xpm"
			 file="dropbar.xpm"/>
		<service type="resource"
			 id="go:plot_barcol/minmax.xpm"
			 file="minmax.xpm"/>

		<service type="plot_engine" id="GogLinePlot">
			<information>
				<_description>Line plotting engine</_description>
			</information>
		</service>
		<service type="plot_engine" id="GogAreaPlot">
			<information>
				<_description>Area plotting engine</_description>
			</information>
		</service>
		<service type="plot_engine" id="GogBarColPlot">
			<information>
				<_description>Bar/Col plotting engine</_description>
			</information>
		</service>
		<service type="plot_engine" id="GogDropBarPlot">
			<information>
				<_description>Drop Bar/Col plotting engine</_description>
			</information>
		</service>
		<service type="plot_engine" id="GogMinMaxPlot">
			<information>
				<_description>Min Max plotting engine</_description>
			</information>
		</service>
		<service type="plot_type" id="1.5d">
			<file>plot-types.xml</file>
			<information>
				<_description>Default 1.5d plot types</_description>
			</information>
		</service>
	</services>
</plugin>