File: GNOME_Gnumeric.server.in.in

package info (click to toggle)
gnumeric 1.4.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 71,576 kB
  • ctags: 28,555
  • sloc: ansic: 282,333; xml: 45,788; sh: 8,479; makefile: 3,119; yacc: 1,129; lisp: 200; perl: 173; python: 86
file content (57 lines) | stat: -rw-r--r-- 2,360 bytes parent folder | download | duplicates (3)
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
<oaf_info>
<oaf_server iid="OAFIID:GNOME_Gnumeric_Factory" 
	    type="exe" 
	    location="@LIBEXECDIR@/gnumeric-component">
  <oaf_attribute name="repo_ids" type="stringv">
    <item value="IDL:Bonobo/GenericFactory:1.0"/>
  </oaf_attribute>
  <oaf_attribute name="name" type="string" _value="Gnumeric Workbook viewer factory"/>
  <oaf_attribute name="description" type="string" _value="Gnumeric Workbook viewer factory"/>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_Gnumeric_Control" type="factory"
 location="OAFIID:GNOME_Gnumeric_Factory">
  <oaf_attribute name="repo_ids" type="stringv">
    <item value="IDL:Bonobo/Unknown:1.0"/>
    <item value="IDL:Bonobo/Control:1.0"/>
    <item value="IDL:Bonobo/PersistStream:1.0"/>
    <item value="IDL:Bonobo/Zoomable:1.0"/>
  </oaf_attribute>
  <oaf_attribute name="name" type="string" _value="Gnumeric Workbook Viewer"/>
  <oaf_attribute name="description" type="string" _value="Gnumeric Workbook Viewer"/>
  <oaf_attribute name="bonobo:editable" type="boolean" value="false"/>
  <oaf_attribute name="bonobo:supported_mime_types" type="stringv">
    <item value="application/x-gnumeric"/>
    <item value="application/vnd.lotus-1-2-3"/>
    <item value="application/vnd.ms-excel"/>
    <item value="application/x-applix-spreadsheet"/>
    <item value="application/x-oleo"/>
    <item value="application/x-xbase"/>
  </oaf_attribute>
  <oaf_attribute name="nautilus:view_as_name" type="string" _value="Gnumeric Workbook"/>
</oaf_server>

    <oaf_server iid="OAFIID:GNOME_Gnumeric_Application"
		type="exe"
		location="@prefix@/bin/gnumeric">
	    <oaf_attribute name="repo_ids" type="stringv">
		    <item value="IDL:Bonobo/GenericFactory:1.0"/>
		    <item value="IDL:GNOME/Gnumeric/Application:1.0"/>
	    </oaf_attribute>
	    <oaf_attribute name="name" type="string" value="Gnumeric Application"/>
	    <oaf_attribute name="description" type="string" value="The manager for workbooks"/>
    </oaf_server>

    <oaf_server iid="OAFIID:GNOME_Gnumeric_Workbook"
		type="factory"
		location="OAFIID:GNOME_Gnumeric_Application">

	<oaf_attribute name="repo_ids" type="stringv">
	    <item value="IDL:GNOME/Gnumeric/Workbook:1.0"/>
	    <item value="IDL:GNOME/Gnumeric/Sheet:1.0"/>
	</oaf_attribute>

	<oaf_attribute name="description" type="string"
	 value="Workbook component"/>
    </oaf_server>
</oaf_info>