tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / odk / examples / DevelopersGuide / Components / Addons / JobsAddon / Addons.xcu
blob2568a7c4f8e6f347a5868a34e1dd5872003b7613
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="Title" oor:type="xs:string">
33 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. If it is not necessary. -->
34 <value xml:lang="x-no-translate"></value>
35 <value xml:lang="en-US">AsyncJob (ALIAS)...</value>
36 <value xml:lang="de">AsyncJob (ALIAS) ...</value>
37 </prop>
38 <prop oor:name="Target" oor:type="xs:string">
39 <value>_self</value>
40 </prop>
41 </node>
43 <node oor:name="myAsyncJobEvent" oor:op="replace">
45 <prop oor:name="URL" oor:type="xs:string">
47 <value>vnd.sun.star.job:event=onMyOwnJobEvent</value>
49 </prop>
51 <prop oor:name="Title" oor:type="xs:string">
52 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. If it is not necessary. -->
53 <value xml:lang="x-no-translate"></value>
54 <value xml:lang="en-US">AsyncJob (EVENT)...</value>
55 <value xml:lang="de">AsyncJob (EVENT) ...</value>
56 </prop>
57 <prop oor:name="Target" oor:type="xs:string">
58 <value>_self</value>
59 </prop>
60 </node>
62 <node oor:name="myAsyncJobService" oor:op="replace">
64 <prop oor:name="URL" oor:type="xs:string">
66 <value>vnd.sun.star.job:service=com.sun.star.comp.framework.java.services.AsyncJob</value>
68 </prop>
70 <prop oor:name="Title" oor:type="xs:string">
71 <!-- The x-no-translate entry is a marker to prevent l10n tooling from translation. If it is not necessary. -->
72 <value xml:lang="x-no-translate"></value>
73 <value xml:lang="en-US">AsyncJob (SERVICE)...</value>
74 <value xml:lang="de">AsyncJob (SERVICE) ...</value>
75 </prop>
76 <prop oor:name="Target" oor:type="xs:string">
77 <value>_self</value>
78 </prop>
79 </node>
80 </node>
81 </node>
82 </oor:component-data>