Add toolbar & menu entry, and a shortcut
This commit is contained in:
parent
784aad78ca
commit
5eda71f9f9
6 changed files with 113 additions and 2 deletions
26
registry/org/openoffice/Office/UI/WriterWindowState.xcu
Normal file
26
registry/org/openoffice/Office/UI/WriterWindowState.xcu
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<oor:component-data oor:package="org.openoffice.Office.UI" oor:name="WriterWindowState"
|
||||
xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<node oor:name="UIElements">
|
||||
<node oor:name="States">
|
||||
<!-- Used to dock the toolbar in the first toolbar row (by default it's floating) -->
|
||||
<node oor:name="private:resource/toolbar/addon_at.gv.brz.office.OfficeAktensystem.toolbar" oor:op="replace">
|
||||
<prop oor:name="UIName" oor:type="xs:string">
|
||||
<value>Aktensystem</value>
|
||||
</prop>
|
||||
<prop oor:name="DockPos" oor:type="xs:string">
|
||||
<value>10,0</value>
|
||||
</prop>
|
||||
<prop oor:name="Docked" oor:type="xs:boolean">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="DockingArea" oor:type="xs:int">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
||||
</oor:component-data>
|
Loading…
Add table
Add a link
Reference in a new issue