1<?xml version='1.0' encoding='UTF-8'?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22<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"> 23 <node oor:name="AddonUI"> 24 25 <node oor:name="AddonMenu"> 26 27 <node oor:name="myAsyncJobAlias" oor:op="replace"> 28 29 <prop oor:name="URL" oor:type="xs:string"> 30 31 <value>vnd.sun.star.job:alias=AsyncJob</value> 32 33 </prop> 34 35 <prop oor:name="ImageIdentifier" oor:type="xs:string"> 36 <value>private:image/3216</value> 37 38 </prop> 39 40 <prop oor:name="Title" oor:type="xs:string"> 41 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. It it is not necessary. --> 42 <value xml:lang="x-no-translate"></value> 43 <value xml:lang="en-US">AsyncJob (ALIAS)...</value> 44 <value xml:lang="de">AsyncJob (ALIAS) ...</value> 45 </prop> 46 <prop oor:name="Target" oor:type="xs:string"> 47 <value>_self</value> 48 </prop> 49 </node> 50 51 <node oor:name="myAsyncJobEvent" oor:op="replace"> 52 53 <prop oor:name="URL" oor:type="xs:string"> 54 55 <value>vnd.sun.star.job:event=onMyOwnJobEvent</value> 56 57 </prop> 58 59 <prop oor:name="ImageIdentifier" oor:type="xs:string"> 60 <value>private:image/3216</value> 61 62 </prop> 63 64 <prop oor:name="Title" oor:type="xs:string"> 65 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. It it is not necessary. --> 66 <value xml:lang="x-no-translate"></value> 67 <value xml:lang="en-US">AsyncJob (EVENT)...</value> 68 <value xml:lang="de">AsyncJob (EVENT) ...</value> 69 </prop> 70 <prop oor:name="Target" oor:type="xs:string"> 71 <value>_self</value> 72 </prop> 73 </node> 74 75 <node oor:name="myAsyncJobService" oor:op="replace"> 76 77 <prop oor:name="URL" oor:type="xs:string"> 78 79 <value>vnd.sun.star.job:service=com.sun.star.comp.framework.java.services.AsyncJob</value> 80 81 </prop> 82 83 <prop oor:name="ImageIdentifier" oor:type="xs:string"> 84 <value>private:image/3216</value> 85 86 </prop> 87 88 <prop oor:name="Title" oor:type="xs:string"> 89 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. It it is not necessary. --> 90 <value xml:lang="x-no-translate"></value> 91 <value xml:lang="en-US">AsyncJob (SERVICE)...</value> 92 <value xml:lang="de">AsyncJob (SERVICE) ...</value> 93 </prop> 94 <prop oor:name="Target" oor:type="xs:string"> 95 <value>_self</value> 96 </prop> 97 </node> 98 </node> 99 </node> 100</oor:component-data> 101 102