From 35aa48d80b4b800d408d26bd72fbdfd711abbb6f Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Tue, 16 Apr 2013 08:41:07 +0000 Subject: Resolves: #i122041# Unified and centralized control for Color ValueSets (cherry picked from commit 68e707bbc6fe23881b822e6efab8a2933343dc1a) Conflicts: cui/source/inc/backgrnd.hxx cui/source/inc/cuitabarea.hxx cui/source/tabpages/backgrnd.cxx cui/source/tabpages/tpcolor.cxx sd/source/ui/view/drviews6.cxx svx/Package_inc.mk svx/inc/svx/colrctrl.hxx svx/source/sidebar/tools/ColorControl.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/colrctrl.cxx svx/source/tbxctrls/tbcontrl.cxx Change-Id: Ie06fe355846b737ec8aae9aade4d408232c83193 Related: #i122041# Add a11y values for defining behaviour of ColorValueSets (cherry picked from commit 401e8f2db607081e62eaaa1f08a8cd8971a3f637) Conflicts: cui/source/tabpages/backgrnd.cxx officecfg/registry/schema/org/openoffice/Office/Common.xcs sc/source/ui/miscdlgs/tabbgcolordlg.cxx svtools/inc/svtools/accessibilityoptions.hxx svtools/source/inc/configitems/accessibilityoptions_const.hxx vcl/inc/vcl/bitmap.hxx vcl/source/gdi/bitmap4.cxx Change-Id: If9d0db5f22974cad1ac886eca3719ca92ca7f240 --- .../schema/org/openoffice/Office/Common.xcs | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index fbff56b8ef07..517d8c2b9053 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -618,6 +618,86 @@ 10000 + + + ALG + Defines the maximum row count for ColorValueSets. If more rows are needed, a Scrollbar will be used. + + + + + + Specifies the minimum number of rows before a Scrollbar will be used. + + + + + Specifies the maximum number of rows before a Scrollbar will be used. + + + + 40 + + + + ALG + Defines the EdgeLength in Pixels for Entries generated inside of ColorValueSets. The Entries are quadratic for Colors. + + + + + + Specifies the minimum EdgeLength for Entries in ColorValueSets. + + + + + Specifies the minimum EdgeLength for Entries in ColorValueSets. + + + + 14 + + + + ALG + 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. + + + + + + Specifies the perfect number of columns for ColorValueSet layout. + + + + + Specifies a maximum number of columns for ColorValueSet layout. + + + + 12 + + + + ALG + 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. + + + + + + Specifies that no EdgeBlending shall happen. + + + + + Specifies that EdgeBlending will cover the edges of Previews completely. + + + + 35 + -- cgit