Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / odk / examples / DevelopersGuide / Components / Addons / JobsAddon / Addons.xcu
blobe9b9976d312e9b9aa670f746c81592bb832e9eed
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
19 <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
20 <node oor:name="AddonUI">
22 <node oor:name="AddonMenu">
24 <node oor:name="myAsyncJobAlias" oor:op="replace">
26 <prop oor:name="URL" oor:type="xs:string">
28 <value>vnd.sun.star.job:alias=AsyncJob</value>
30 </prop>
32 <prop oor:name="ImageIdentifier" oor:type="xs:string">
33 <value>private:image/3216</value>
35 </prop>
37 <prop oor:name="Title" oor:type="xs:string">
38 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. If it is not necessary. -->
39 <value xml:lang="x-no-translate"></value>
40 <value xml:lang="en-US">AsyncJob (ALIAS)...</value>
41 <value xml:lang="de">AsyncJob (ALIAS) ...</value>
42 </prop>
43 <prop oor:name="Target" oor:type="xs:string">
44 <value>_self</value>
45 </prop>
46 </node>
48 <node oor:name="myAsyncJobEvent" oor:op="replace">
50 <prop oor:name="URL" oor:type="xs:string">
52 <value>vnd.sun.star.job:event=onMyOwnJobEvent</value>
54 </prop>
56 <prop oor:name="ImageIdentifier" oor:type="xs:string">
57 <value>private:image/3216</value>
59 </prop>
61 <prop oor:name="Title" oor:type="xs:string">
62 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. If it is not necessary. -->
63 <value xml:lang="x-no-translate"></value>
64 <value xml:lang="en-US">AsyncJob (EVENT)...</value>
65 <value xml:lang="de">AsyncJob (EVENT) ...</value>
66 </prop>
67 <prop oor:name="Target" oor:type="xs:string">
68 <value>_self</value>
69 </prop>
70 </node>
72 <node oor:name="myAsyncJobService" oor:op="replace">
74 <prop oor:name="URL" oor:type="xs:string">
76 <value>vnd.sun.star.job:service=com.sun.star.comp.framework.java.services.AsyncJob</value>
78 </prop>
80 <prop oor:name="ImageIdentifier" oor:type="xs:string">
81 <value>private:image/3216</value>
83 </prop>
85 <prop oor:name="Title" oor:type="xs:string">
86 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. If it is not necessary. -->
87 <value xml:lang="x-no-translate"></value>
88 <value xml:lang="en-US">AsyncJob (SERVICE)...</value>
89 <value xml:lang="de">AsyncJob (SERVICE) ...</value>
90 </prop>
91 <prop oor:name="Target" oor:type="xs:string">
92 <value>_self</value>
93 </prop>
94 </node>
95 </node>
96 </node>
97 </oor:component-data>