diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-09 19:02:03 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-03-09 19:27:49 +0100 |
commit | 1e9993be107905fdbcbf095b55bb2ae6a493600b (patch) | |
tree | 604a03670649bb8d7237a71dd5da9baa9a4ce237 /offapi | |
parent | caac9026f6532483e0ae1fa09a36a4fc0e92aa8a (diff) |
don't hardcode property mapping, read them from chart2::XChartType
Change-Id: I7889dbddab603d7650d58a04f53e7c5fe38fcce2
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/XChartType.idl | 6 |
1 files changed, 6 insertions, 0 deletions
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. + + <p>An example for a property mappong role is FillColor.</p> + */ + 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. |