zaz/source/source/Addons.xcu

59 lines
2.5 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<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">
<node oor:name="AddonUI">
<node oor:name="OfficeMenuBar">
<node oor:name="org.myextension.test" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en">My Extension</value>
<value xml:lang="es">Mi Extensión</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
<node oor:name="Submenu">
<node oor:name="org.myextension.test.101" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en">Option 1</value>
<value xml:lang="es">Opción 1</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>service:org.myextension.test?option1</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.sheet.SpreadsheetDocument,com.sun.star.text.TextDocument</value>
</prop>
<prop oor:name="ImageIdentifier" oor:type="xs:string">
<value>%origin%/images/icon</value>
</prop>
</node>
</node>
</node>
</node>
<node oor:name="OfficeToolBar">
<node oor:name="org.myextension.test" oor:op="replace">
<node oor:name="org.myextension.test.t1" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en">Option 1</value>
<value xml:lang="es">Opción 1</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>service:org.myextension.test?option1</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.sheet.SpreadsheetDocument,com.sun.star.text.TextDocument</value>
</prop>
<prop oor:name="ImageIdentifier" oor:type="xs:string">
<value>%origin%/images/icon</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>