diff options
author | Tünde Tóth <toth.tunde@nisz.hu> | 2020-08-10 10:26:06 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-08-24 12:08:10 +0200 |
commit | 22cd7d8b679d238559820d3c4cd5ff0b9153ffce (patch) | |
tree | dfddc9d167fa0e63c6bb72ace0d1253e5fe8de98 /officecfg/registry | |
parent | 738a50f1f4fc1e95a72912377c85fda0e9efc7dd (diff) |
tdf#123218 tdf#108067 config key ReverseXAxisOrientationDoughnutChart
for OOXML compatibility of newly created doughnut charts.
The X axis orientation of doughnut charts is the opposite of the primary
writing direction in LibreOffice but not in Microsoft Office. Default
value is "true" to keep current behavior. Using "false", the inner and
outer data series of new doughnut charts are the same, as after DOCX
export.
Change-Id: If431d5717e70599f07231bd673cd90c196450ae6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100417
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index a2d4a8dc4c53..10468d11e3f4 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -179,6 +179,14 @@ </info> <value>true</value> </prop> + <prop oor:name="ReverseXAxisOrientationDoughnutChart" oor:type="xs:boolean" oor:nillable="false"> + <info> + <!-- See tdf#123218, tdf#108067 for rationale --> + <desc>Specifies the X axis orientation of doughnut charts.</desc> + <label>Reverse the X axis orientation of doughnut charts. Disable for better OOXML interoperability.</label> + </info> + <value>true</value> + </prop> </group> </component> </oor:component-schema> |