66 lines
2.6 KiB
XML
66 lines
2.6 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="OfficeToolBar">
|
|
<!-- TODO: Replace SampleProject with your own project name. -->
|
|
<node oor:name="SampleProject.OfficeToolBar" oor:op="replace">
|
|
<!-- Start of OpenOffice 4.x compatibility -->
|
|
<!-- TODO: Replace it with your own project title. -->
|
|
<prop oor:name="Title">
|
|
<value>Sample Basic Extension Template</value>
|
|
<value xml:lang="zh-TW">Basic擴充套件範本</value>
|
|
</prop>
|
|
<node oor:name="ToolBarItems">
|
|
<node oor:name="m001" oor:op="replace">
|
|
<prop oor:name="Context" oor:type="xs:string">
|
|
<value></value>
|
|
</prop>
|
|
<!-- TODO: Replace SampleProject with your own project name. -->
|
|
<prop oor:name="URL" oor:type="xs:string">
|
|
<value>vnd.sun.star.script:SampleProject.MyModule.Main?language=Basic&location=application</value>
|
|
</prop>
|
|
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
|
<value>%origin%/icons/image1</value>
|
|
</prop>
|
|
<!-- TODO: Replace it with your own toolbar button title. -->
|
|
<prop oor:name="Title" oor:type="xs:string">
|
|
<value>Sample Basic Extension Template</value>
|
|
<value xml:lang="zh-TW">Basic擴充套件範本</value>
|
|
</prop>
|
|
<prop oor:name="Target" oor:type="xs:string">
|
|
<value>_self</value>
|
|
</prop>
|
|
</node>
|
|
</node>
|
|
<!-- End of OpenOffice 4.x compatibility -->
|
|
<!-- Start of OpenOffice 3.x and LibreOffce compatibility -->
|
|
<node oor:name="m001" oor:op="replace">
|
|
<prop oor:name="Context" oor:type="xs:string">
|
|
<value></value>
|
|
</prop>
|
|
<!-- TODO: Replace SampleProject with your own project name. -->
|
|
<prop oor:name="URL" oor:type="xs:string">
|
|
<value>vnd.sun.star.script:SampleProject.MyModule.Main?language=Basic&location=application</value>
|
|
</prop>
|
|
<prop oor:name="ImageIdentifier" oor:type="xs:string">
|
|
<value>%origin%/icons/image1</value>
|
|
</prop>
|
|
<!-- TODO: Replace it with your own toolbar button title. -->
|
|
<prop oor:name="Title" oor:type="xs:string">
|
|
<value>Sample Basic Extension Template</value>
|
|
<value xml:lang="zh-TW">Basic擴充套件範本</value>
|
|
</prop>
|
|
<prop oor:name="Target" oor:type="xs:string">
|
|
<value>_self</value>
|
|
</prop>
|
|
</node>
|
|
<!-- End of OpenOffice 3.x and LibreOffce compatibility -->
|
|
</node>
|
|
</node>
|
|
</node>
|
|
</oor:component-data>
|