diff options
author | Armin Le Grand <alg@apache.org> | 2013-04-22 15:38:05 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:18 +0100 |
commit | 60285fdc868635f99644ef1d8a195a2be87074c7 (patch) | |
tree | dbd69b9d424b527357c2ba33c2256e99edca3d91 /officecfg | |
parent | 3af7ae5ef74756b33d35a67b7a6cee44acf79737 (diff) |
Related: #i122041# More unifications for FillStyles
better defaults and better preview visualizations
(cherry picked from commit 35c9acfc98fc98399005815e0464b1944f327d4e)
Conflicts:
officecfg/registry/schema/org/openoffice/Office/Common.xcs
svtools/inc/svtools/accessibilityoptions.hxx
svtools/inc/svtools/valueset.hxx
svtools/source/config/accessibilityoptions.cxx
svtools/source/control/ctrlbox.cxx
svtools/source/control/valueset.cxx
svtools/source/inc/configitems/accessibilityoptions_const.hxx
svx/inc/svx/dlgctrl.hxx
svx/inc/svx/xtable.hxx
svx/source/dialog/dlgctrl.cxx
svx/source/tbxctrls/SvxColorValueSet.cxx
svx/source/xoutdev/xtabdash.cxx
svx/source/xoutdev/xtable.cxx
vcl/inc/ilstbox.hxx
vcl/inc/vcl/combobox.hxx
vcl/inc/vcl/lstbox.hxx
vcl/inc/vcl/settings.hxx
vcl/source/app/settings.cxx
vcl/source/control/combobox.cxx
vcl/source/control/ilstbox.cxx
vcl/source/control/lstbox.cxx
Change-Id: I905b6814cb796a35aa23fedb9ce716f77e2bfda0
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 52 |
1 files changed, 17 insertions, 35 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 31b8a1bd895c..000df4a3aa02 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6209,46 +6209,14 @@ </info> <value>false</value> </prop> - <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> - <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> - <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. - This Schema is layouted to a width of twelve colums, though this value should not be changed. - </desc> - <label>The ColumnCount used in ColorValueSets.</label> - </info> - <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 + 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 with interpolated - colors (default: TopLeft White, BottomRight Black) so that a nice 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 + colors (default: TopLeft White, BottomRight Black) so that a nice 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's border completely with one pixel. Values in-between vill be alpha-blended with the original preview image. </desc> @@ -6256,6 +6224,20 @@ </info> <value>35</value> </prop> + <prop oor:name="ListBoxMaximumLineCount" oor:type="xs:short"> + <info> + <author>ALG</author> + <desc> + This option controls how many lines of a ListBox will be shown as a maximum. If the ListBox has less lines, + all lines will be shown when opening the drop down content. If it has more lines, the visible number of + lines will be limited to this number. The value 0 disables this feature, negative values are not allowed. + This feature may not be used automatically by all ListBox implementations, + but it gives a central hint value to use if an implementation wants to adapt to something useful. + </desc> + <label>Defines the maximum number of lines visible in a ListBox.</label> + </info> + <value>25</value> + </prop> </group> <group oor:name="ExternalApps" oor:extensible="true"> <info> |