diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-12-03 14:43:43 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-12-04 16:23:13 +0100 |
commit | 2437cf972a9dbf7ab11e18e7fd8b43ef5f6a63e0 (patch) | |
tree | 4ff4d6f7785b98e3c3cbf649db4b7fa951888fb8 /officecfg | |
parent | 14005c28404028a1fda3c9240f3f69bb90764378 (diff) |
Personas: Configuration entries for Personas and BacgroundImage.
Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index cc11bb6561fe..f847e0e75560 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6685,6 +6685,68 @@ </constraints> <value>auto</value> </prop> + <prop oor:name="BackgroundImage" oor:type="xs:string" oor:nillable="false"> + <!-- UIHints: Tools Options General Personalization --> + <info> + <author>kendy</author> + <desc>Specifies whether we should use background image in the + workplace.</desc> + </info> + <constraints> + <enumeration oor:value="no"> + <info> + <desc>No - the user wants only solid bacground.</desc> + </info> + </enumeration> + <enumeration oor:value="default"> + <info> + <desc>Default - the LibreOffice default background image.</desc> + </info> + </enumeration> + <enumeration oor:value="own"> + <info> + <desc>The user installed an own background image, and wants to + use that. It's URL is in BackgroundImageURL.</desc> + </info> + </enumeration> + </constraints> + <value>default</value> + </prop> + <prop oor:name="BackgroundImageURL" oor:type="xs:string" oor:nillable="false"> + <!-- UIHints: Tools Options General Personalization --> + <info> + <author>kendy</author> + <desc>URL of the image the user wants to use; it is used only when + BackgroundImage is 'own'.</desc> + </info> + <value></value> + </prop> + <prop oor:name="Persona" oor:type="xs:string" oor:nillable="false"> + <!-- UIHints: Tools Options General Personalization --> + <info> + <author>kendy</author> + <desc>Specifies whether we should use a Firefox Persona, ie. a + picture under the menu, toolbar, and status bar.</desc> + </info> + <constraints> + <enumeration oor:value="no"> + <info> + <desc>No - the user wants just the themed look, no Persona.</desc> + </info> + </enumeration> + <enumeration oor:value="default"> + <info> + <desc>Default - the LibreOffice default Persona.</desc> + </info> + </enumeration> + <enumeration oor:value="own"> + <info> + <desc>The user installed an own Persona, and wants to use that.</desc> + </info> + </enumeration> + </constraints> + <value>default</value> + </prop> <prop oor:name="ToolboxStyle" oor:type="xs:short" oor:nillable="false"> <!-- UIHints: Tools Options General View --> <info> |