LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 );
InterpretedData reinterpretDataSeries([in] InterpretedData aInterpretedData)
Re-interprets the data given in aInterpretedData while keeping the number of data series and the cate...
provides access to sequences of data.
Definition: XDataSource.idl:50
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.
offers tooling to interpret different data sources in a structural and chart-type-dependent way.
Definition: InterpretedData.idl:38
Definition: Ambiguous.idl:22
com::sun::star::chart2::data::XDataSource mergeInterpretedData([in] InterpretedData aInterpretedData)
Try to reverse the operation done in interpretDataSource().
boolean isDataCompatible([in] InterpretedData aInterpretedData)
parses the given data and states, if a reinterpretDataSeries() call can be done without data loss.
base interface of all UNO interfaces
Definition: XInterface.idl:48
offers tooling to interpret different data sources in a structural and chart-type-dependent way.
Definition: XDataInterpreter.idl:41