-
Notifications
You must be signed in to change notification settings - Fork 2
/
Sidebar.xcu
68 lines (63 loc) · 2.44 KB
/
Sidebar.xcu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data
oor:name="Sidebar"
oor:package="org.openoffice.Office.UI"
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="Content">
<node oor:name="DeckList">
<node oor:name="ExampleSidebarDeck" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en-US">QDA Tag Tree</value>
</prop>
<prop oor:name="TitleBarIsOptional" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="Id" oor:type="xs:string">
<value>MyDeck1</value>
</prop>
<prop oor:name="IconURL" oor:type="xs:string">
<value>vnd.sun.star.extension://tagtree.qdaaddon.de.fordes.qdatreehelper/image/icon.png</value>
</prop>
<prop oor:name="ContextList">
<value oor:separator=";">
Writer, any, visible ;
</value>
</prop>
</node>
</node>
<node oor:name="PanelList">
<node oor:name="Panel_qdaTreePanel" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en-US">Tag Tree</value>
</prop>
<prop oor:name="Id" oor:type="xs:string">
<value>Panel_tagtree0001</value>
</prop>
<prop oor:name="DeckId" oor:type="xs:string">
<value>MyDeck1</value>
</prop>
<prop oor:name="ContextList">
<value oor:separator=";">
Writer, any, visible;
</value>
</prop>
<prop oor:name="ImplementationURL" oor:type="xs:string">
<value>private:resource/toolpanel/qdatreehelper/qdaTreePanel</value>
</prop>
<prop oor:name="OrderIndex" oor:type="xs:int">
<value>700</value>
</prop>
<prop oor:name="WantsCanvas" oor:type="xs:boolean">
<value>false</value>
</prop>
<prop oor:name="DefaultMenuCommand">
<value>tagtree.qdaaddon.de.fordes:qdaTreePanel</value>
</prop>
</node>
</node>
</node>
</oor:component-data>