Added page rotate button

This commit is contained in:
Georgy Litvinov 2020-03-16 12:49:38 +01:00
parent fd5384612c
commit dbf6d1d49e
4 changed files with 417 additions and 1 deletions

View file

@ -147,6 +147,22 @@
<value>_self</value>
</prop>
</node>
<node oor:name="rotatePage" 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="en">Rotate page</value>
<value xml:lang="ru">Повернуть страницу</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///ePublishing.Album.rotatePageButton</value>
</prop>
<prop oor:name="Target" oor:type="xs:string">
<value>_self</value>
</prop>
</node>