diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-10-15 20:10:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-10-15 22:38:13 +0200 |
commit | 5bf38da0910f590159e8fa4fe359f98c7bd395a4 (patch) | |
tree | effbbb75ba6ca8ece34b565cf9ddfb94647a7ac6 /officecfg | |
parent | 75fd3093ea748e35beca1f903e7828ad82f2372f (diff) |
tdf#151522 add Accessibility::HighContrast
0 Automatic, do what the system says
1 Disable
2 Enable
Forcing Disable/Enable won't have (much of) an effect on the widgetry, but will
affect how document content is rendered where typically content color
is mapped to fore/back ground color.
Change-Id: I71a2dcf8bc334080414a01691f942a5b7de7b84a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139753
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 89adf15bd234..91d4c9351f8c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6188,6 +6188,31 @@ <info> <desc>Specifies settings for the accessibility options.</desc> </info> + <prop oor:name="HighContrast" oor:type="xs:short" oor:nillable="false"> + <!-- UIHints: Tools Options - Accessibility Options --> + <info> + <desc>Indicates whether High Contrast accessibility mode should be active.</desc> + <label>High Contrast</label> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>Use the default setting for the current platform.</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>Disable</desc> + </info> + </enumeration> + <enumeration oor:value="2"> + <info> + <desc>Enable</desc> + </info> + </enumeration> + </constraints> + <value>0</value> + </prop> <prop oor:name="IsForPagePreviews" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Enables the use of high contrast colors, instead of displaying |