Added panel button for endnotes conversion
This commit is contained in:
parent
58bab11323
commit
71f52c5c01
2 changed files with 32 additions and 1 deletions
31
Addons.xcu
31
Addons.xcu
|
@ -60,6 +60,26 @@
|
|||
<value>_self</value>
|
||||
</prop>
|
||||
</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 oor:name="OfficeToolBar">
|
||||
|
@ -216,6 +236,17 @@
|
|||
</prop>
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:dep="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<identifier value="pro.litvinovg.epublishing" />
|
||||
<version value="0.6.19" />
|
||||
<version value="0.7.0" />
|
||||
<platform value="all" />
|
||||
<display-name>
|
||||
<name lang="ru">Инструменты для создания электронных изданий</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue