File: plugin.xml.in

package info (click to toggle)
gnumeric 1.8.3-5%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 76,344 kB
  • ctags: 20,451
  • sloc: ansic: 222,731; xml: 47,792; sh: 9,456; makefile: 2,590; yacc: 1,163; perl: 975; python: 86
file content (30 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="Gnumeric_fndatabase">
	<information>
		<_name>Database Functions</_name>
		<_description>Functions looking up values in databases</_description>
	</information>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="plugin"/>
	</loader>
	<services>
		<service type="function_group" id="database">
			<_category>Database</_category>
			<functions>
				<function name="daverage"/>
				<function name="dcount"/>
				<function name="dcounta"/>
				<function name="dget"/>
				<function name="dmax"/>
				<function name="dmin"/>
				<function name="dproduct"/>
				<function name="dstdev"/>
				<function name="dstdevp"/>
				<function name="dsum"/>
				<function name="dvar"/>
				<function name="dvarp"/>
				<function name="getpivotdata"/>
			</functions>
		</service>
	</services>
</plugin>