1 Star 0 Fork 0

shunix/helloworld-libreoffice-extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Addons.xcu 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
Luane Aquino 提交于 2019-08-12 07:05 +08:00 . first commit
<?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="OfficeToolbarMerging">
<node oor:name="HelloWorldLibrary.OfficeToolbarMerging" oor:op="replace">
<node oor:name="N001" oor:op="replace">
<prop oor:name="MergeContext" oor:type="xs:string">
<value>com.sun.star.sheet.SpreadsheetDocument</value>
</prop>
<prop oor:name="MergeToolBar" oor:type="xs:string">
<value>standardbar</value>
</prop>
<prop oor:name="MergePoint" oor:type="xs:string">
<value>.uno:ExportDirectToPDF</value>
</prop>
<prop oor:name="MergeCommand" oor:type="xs:string">
<value>AddAfter</value>
</prop>
<prop oor:name="MergeFallback" oor:type="xs:string">
<value>AddLast</value>
</prop>
<node oor:name="ToolBarItems">
<node oor:name="N002" oor:op="replace">
<prop oor:name="Context" oor:type="xs:string">
<value/>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en">Hello World</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>vnd.sun.star.script:HelloWorldLibrary.Module1.HelloWorldMacro?language=Basic&amp;location=application</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
</node>
</node>
</node>
</node>
</node>
<node oor:name="Images">
<node oor:name="HelloWorldLibrary.OfficeToolbarMerging.N001" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>vnd.sun.star.script:HelloWorldLibrary.Module1.HelloWorldMacro?language=Basic&amp;location=application</value>
</prop>
<node oor:name="UserDefinedImages">
<prop oor:name="ImageSmallURL" oor:type="xs:string">
<value>%origin%/icons/image_26.bmp</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shunix/helloworld-libreoffice-extension.git
git@gitee.com:shunix/helloworld-libreoffice-extension.git
shunix
helloworld-libreoffice-extension
helloworld-libreoffice-extension
master

搜索帮助