diff options
author | Andre Fischer <af@apache.org> | 2013-04-23 14:08:04 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-04-23 14:08:04 +0000 |
commit | 80b53edb04ed2d4b4f27f8256b754593902f0c23 (patch) | |
tree | 642f4f3fbdf294c58a2796042f20fd4fda52a754 /officecfg | |
parent | 306b1c56dc88ac357093d1dc5eb8c8360f8f7100 (diff) |
122086: Show icons in decks and titles (optionally).
Notes
Notes:
merged as: 2d14c42e77b6706208cc38ccb692237e0ff1275a
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 462bc8bec508..c2b2d587b114 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs @@ -58,6 +58,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> @@ -147,6 +161,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> |