Added panel button for endnotes conversion

This commit is contained in:
Georgy Litvinov 2021-06-03 21:19:22 +02:00
parent 58bab11323
commit 71f52c5c01
2 changed files with 32 additions and 1 deletions

View file

@ -60,6 +60,26 @@
<value>_self</value> <value>_self</value>
</prop> </prop>
</node> </node>
<node oor:name="buttonEndnotesConversion" oor:op="replace">
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="ru">Конвертация концевых сносок</value>
<value xml:lang="en">Endnotes conversion</value>
<value xml:lang="fr">Conversion de notes de fin</value>
<value xml:lang="sr">Конверзија крајњих белешки</value>
<value xml:lang="hr">konverzija završnih bilješki</value>
<value xml:lang="bs">konverzija završnih bilješki</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///ePublishing.Endnotes.convertEndnotesExecution</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
</node>
</node> </node>
</node> </node>
<node oor:name="OfficeToolBar"> <node oor:name="OfficeToolBar">
@ -216,6 +236,17 @@
</prop> </prop>
</node> </node>
</node> </node>
<node oor:name="convert-endnotes" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///ePublishing.Endnotes.convertEndnotesExecution</value>
</prop>
<node oor:name="UserDefinedImages">
<prop oor:name="ImageBigURL">
<value>%origin%/icons/decKern.png</value>
</prop>
</node>
</node>

View file

@ -3,7 +3,7 @@
xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="pro.litvinovg.epublishing" /> <identifier value="pro.litvinovg.epublishing" />
<version value="0.6.19" /> <version value="0.7.0" />
<platform value="all" /> <platform value="all" />
<display-name> <display-name>
<name lang="ru">Инструменты для создания электронных изданий</name> <name lang="ru">Инструменты для создания электронных изданий</name>