19 #ifndef com_sun_star_chart2_XDataInterpreter_idl
20 #define com_sun_star_chart2_XDataInterpreter_idl
62 [in] sequence< com::sun::star::beans::PropertyValue > aArguments,
63 [in] sequence< XDataSeries > aSeriesToReUse );
offers tooling to interpret different data sources in a structural and chart-type-dependent way.
Definition: XDataInterpreter.idl:41
InterpretedData reinterpretDataSeries([in] InterpretedData aInterpretedData)
Re-interprets the data given in aInterpretedData while keeping the number of data series and the cate...
boolean isDataCompatible([in] InterpretedData aInterpretedData)
parses the given data and states, if a reinterpretDataSeries() call can be done without data loss.
com::sun::star::chart2::data::XDataSource mergeInterpretedData([in] InterpretedData aInterpretedData)
Try to reverse the operation done in interpretDataSource().
InterpretedData interpretDataSource([in] com::sun::star::chart2::data::XDataSource xSource, [in] sequence< com::sun::star::beans::PropertyValue > aArguments, [in] sequence< XDataSeries > aSeriesToReUse)
Interprets the given data.
provides access to sequences of data.
Definition: XDataSource.idl:50
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22
offers tooling to interpret different data sources in a structural and chart-type-dependent way.
Definition: InterpretedData.idl:38