From 1e9993be107905fdbcbf095b55bb2ae6a493600b Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 9 Mar 2014 19:02:03 +0100 Subject: don't hardcode property mapping, read them from chart2::XChartType Change-Id: I7889dbddab603d7650d58a04f53e7c5fe38fcce2 --- offapi/com/sun/star/chart2/XChartType.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/chart2/XChartType.idl b/offapi/com/sun/star/chart2/XChartType.idl index f02b25b16b33..5dfe21f51566 100644 --- a/offapi/com/sun/star/chart2/XChartType.idl +++ b/offapi/com/sun/star/chart2/XChartType.idl @@ -72,6 +72,12 @@ interface XChartType : com::sun::star::uno::XInterface */ sequence< string > getSupportedOptionalRoles(); + /** Returns a sequence with supported property mapping roles. + +

An example for a property mappong role is FillColor.

+ */ + sequence< string > getSupportedPropertyRoles(); + /** Returns the role of the XLabeledDataSequence of which the label will be taken to identify the DataSeries in dialogs or the legend. -- cgit