diff options
author | Armin Le Grand <alg@apache.org> | 2013-04-16 15:46:18 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2013-04-16 15:46:18 +0000 |
commit | 401e8f2db607081e62eaaa1f08a8cd8971a3f637 (patch) | |
tree | 4417318a0df957d58915715b874f922487ee7ff1 /officecfg | |
parent | 777eacd9f51f2ed17ece469ad714960ae561489c (diff) |
i122041 Added vaues for defining behaviour of ColorValueSets to SvtAccessibilityOptions
Notes
Notes:
merged as: 85f49fdccddef6b5a5bdc1b95f5b04714179c898
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 84 |
1 files changed, 83 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 38742421161f..3847abdb02eb 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6156,7 +6156,89 @@ </info> <value>false</value> </prop> - </group> + + <prop oor:name="ColorValueSetMaximumRowCount" oor:type="xs:short"> + <info> + <author>ALG</author> + <desc>Defines the maximum row count for ColorValueSets. If more rows are needed, a Scrollbar will be used.</desc> + <label>A Scrollbar will be used when more rows are needed.</label> + </info> + <constraints> + <minInclusive oor:value="10"> + <info> + <desc>Specifies the minimum number of rows before a Scrollbar will be used.</desc> + </info> + </minInclusive> + <maxInclusive oor:value="99"> + <info> + <desc>Specifies the maximum number of rows before a Scrollbar will be used.</desc> + </info> + </maxInclusive> + </constraints> + <value>40</value> + </prop> + <prop oor:name="ColorValueSetEntryEdgeLength" oor:type="xs:short"> + <info> + <author>ALG</author> + <desc>Defines the EdgeLength in Pixels for Entries generated inside of ColorValueSets. The Entries are quadratic for Colors.</desc> + <label>Entries in ColorValueSets will have this quadratic size in Pixels.</label> + </info> + <constraints> + <minInclusive oor:value="8"> + <info> + <desc>Specifies the minimum EdgeLength for Entries in ColorValueSets.</desc> + </info> + </minInclusive> + <maxInclusive oor:value="18"> + <info> + <desc>Specifies the minimum EdgeLength for Entries in ColorValueSets.</desc> + </info> + </maxInclusive> + </constraints> + <value>14</value> + </prop> + <prop oor:name="ColorValueSetColumnCount" oor:type="xs:short"> + <info> + <author>ALG</author> + <desc>Defines how many colums are to be used in ColorValueSets. The idea is to use this defined count to have a good visualisation in ColorValueSets which offers the used ColorTable schema nicely layouted to the User.</desc> + <label>The ColumnCount used in ColorValueSets.</label> + </info> + <constraints> + <minInclusive oor:value="12"> + <info> + <desc>Specifies the perfect number of columns for ColorValueSet layout.</desc> + </info> + </minInclusive> + <maxInclusive oor:value="24"> + <info> + <desc>Specifies a maximum number of columns for ColorValueSet layout.</desc> + </info> + </maxInclusive> + </constraints> + <value>12</value> + </prop> + <prop oor:name="EdgeBlending" oor:type="xs:short"> + <info> + <author>ALG</author> + <desc>Option to use EdgeBlending for previews in the UI (for ColorValueSet, ColorDropDown, FillStyle/LineStyle previews, etc...). EdgeBlending will visualize a one pixel border on the preview object so that a noce 3D effect is shown. It is a percent value describing how strong the effect shall be. The value 0% switches it off, while the value 100% will cover the preview object completely on it's borders.</desc> + <label>Defines the EdgeBlending for Previews in percent.</label> + </info> + <constraints> + <minInclusive oor:value="0"> + <info> + <desc>Specifies that no EdgeBlending shall happen.</desc> + </info> + </minInclusive> + <maxInclusive oor:value="99"> + <info> + <desc>Specifies that EdgeBlending will cover the edges of Previews completely.</desc> + </info> + </maxInclusive> + </constraints> + <value>35</value> + </prop> + + </group> <set oor:name="OfficeObjects" oor:node-type="ObjectNames"> <info> <deprecated>Replaced by org.openoffice.Office.Embedding/ObjectNames.</deprecated> |