LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef com_sun_star_chart2_XInternalDataProvider_idl
20 #define com_sun_star_chart2_XInternalDataProvider_idl
void insertComplexCategoryLevel([in] long nLevel)
insert an additional sequence for categories nLevel>=1; categories at level 0 are always present and ...
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:44
void setDataByRangeRepresentation([in] string aRange, [in] sequence< any > aNewData)
void deleteSequence([in] long nAtIndex)
void insertDataPointForAllSequences([in] long nAfterIndex)
void appendSequence()
same as insertSequence with nAfterIndex being the largest current index of the data,...
sequence< any > getDataByRangeRepresentation([in] string aRange)
An internal DataProvider that has more access to data than a plain DataProvider.
Definition: XInternalDataProvider.idl:38
void registerDataSequenceForChanges([in] com::sun::star::chart2::data::XDataSequence xSeq)
If range representations of data sequences change due to internal structural changes,...
void deleteComplexCategoryLevel([in] long nLevel)
deletes an additional sequence for categories at nLevel>=1; categories at level 0 are always present ...
Definition: Ambiguous.idl:22
boolean hasDataByRangeRepresentation([in] string aRange)
void deleteDataPointForAllSequences([in] long nAtIndex)
void insertSequence([in] long nAfterIndex)
An application that provides data for a chart must implement this interface.
Definition: XDataProvider.idl:43
void swapDataPointWithNextOneForAllSequences([in] long nAtIndex)