From 6e847aa817999ab18acd534f9e6a86685bb268fc Mon Sep 17 00:00:00 2001 From: Tünde Tóth Date: Wed, 18 Dec 2019 09:49:26 +0100 Subject: tdf#129859 XLSX import: don't show deleted legend entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit by adding a new feature to disable selected data points in pie charts. Fixing also tdf#129858 by deleting the correct legend entry in bar charts. Change-Id: Iaaf3a864e9404b8b6d3e2affbb366e18d0f4b43e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86160 Reviewed-by: László Németh Tested-by: László Németh --- offapi/com/sun/star/chart2/DataSeries.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl index 357ec4fcd097..fb44d145890a 100644 --- a/offapi/com/sun/star/chart2/DataSeries.idl +++ b/offapi/com/sun/star/chart2/DataSeries.idl @@ -180,6 +180,13 @@ service DataSeries @since LibreOffice 6.3 */ [optional, property] boolean ShowLegendEntry; + + /** A sequence of indexes denoting which data points shouldn't be + shown in the legend. + + @since LibreOffice 6.5 + */ + [optional, property] sequence DeletedLegendEntries; }; } ; // chart2 -- cgit