diff options
author | Andre Fischer <af@apache.org> | 2013-04-23 14:08:04 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:20 +0100 |
commit | eebf7fa20a97d36e859b6537cf889bff8dbbf565 (patch) | |
tree | 83320858522291878a653ca9ff456b281f282881 /officecfg | |
parent | a1c02181319d32c4444ab7fdb4f1086221056a34 (diff) |
Resolves: #i122086# Show icons in decks and titles (optionally)
(cherry picked from commit 80b53edb04ed2d4b4f27f8256b754593902f0c23)
Change-Id: Ic9aafce182b96aa44956d9ddbf165f4cc736e41b
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs index 49d6118defca..f7a35a364a52 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs @@ -53,6 +53,20 @@ </info> <value></value> </prop> + <prop oor:name="TitleBarIconURL" oor:type="xs:string"> + <info> + <desc>This icon is displayed in the title bar of the deck. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here.</desc> + </info> + <value></value> + </prop> + <prop oor:name="HighContrastTitleBarIconURL" oor:type="xs:string"> + <info> + <desc>This icon is displayed in the title bar of the deck when high contrast mode is active. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here.</desc> + </info> + <value></value> + </prop> <prop oor:name="HelpURL" oor:type="xs:string"> <info> <desc>Help about the sidebar deck.</desc> @@ -142,6 +156,20 @@ </info> <value></value> </prop> + <prop oor:name="TitleBarIconURL" oor:type="xs:string"> + <info> + <desc>This icon is displayed in the title bar of the panel. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here.</desc> + </info> + <value></value> + </prop> + <prop oor:name="HighContrastTitleBarIconURL" oor:type="xs:string"> + <info> + <desc>This icon is displayed in the title bar of the panel when high contrast mode is active. + Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here.</desc> + </info> + <value></value> + </prop> <prop oor:name="HelpURL" oor:type="xs:string"> <info> <desc>Help about the sidebar content panel.</desc> |