From 9ed1dd01be8afa0961e388a79e9ff4c1235820c2 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Sun, 19 Jul 2015 18:18:00 +0200 Subject: tdf#90839: support for wrapped text in data labels and for centered data value Now in a pie chart the text of a label can be wrapped, the wrapping is automatic and the maximum text width is fixed to almost half the pie radius. This feature is used to import correctly the relative text wrapping property provided by MSO. Moreover the data value and percent value of a label are now centered horizontally, respect with the label text. Conflicts: chart2/qa/extras/xshape/chart2xshape.cxx Change-Id: Ie10d6184365436f763cd9693a5bbefcfa9b3862b Reviewed-on: https://gerrit.libreoffice.org/17193 Tested-by: Jenkins Reviewed-by: Andras Timar --- offapi/type_reference/offapi.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'offapi/type_reference') diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index f95e6b7f1844..888180e03ff4 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -3136,6 +3136,7 @@ module com { interface ::com::sun::star::beans::XPropertySet; [property] long DataCaption; [property, optional] string LabelSeparator; + [property, optional] boolean TextWordWrap; [property, optional] long NumberFormat; [property, optional] long PercentageNumberFormat; [property, optional] long LabelPlacement; -- cgit v1.2.3