An internal DataProvider that has more access to data than a plain DataProvider.
Definition XInternalDataProvider.idl:33
void deleteDataPointForAllSequences([in] long nAtIndex)
void deleteComplexCategoryLevel([in] long nLevel)
deletes an additional sequence for categories at nLevel>=1; categories at level 0 are always present ...
sequence< any > getDataByRangeRepresentation([in] string aRange)
void insertDataPointForAllSequences([in] long nAfterIndex)
void registerDataSequenceForChanges([in] com::sun::star::chart2::data::XDataSequence xSeq)
If range representations of data sequences change due to internal structural changes,...
void swapDataPointWithNextOneForAllSequences([in] long nAtIndex)
boolean hasDataByRangeRepresentation([in] string aRange)
void appendSequence()
same as insertSequence with nAfterIndex being the largest current index of the data,...
void deleteSequence([in] long nAtIndex)
void setDataByRangeRepresentation([in] string aRange, [in] sequence< any > aNewData)
void insertComplexCategoryLevel([in] long nLevel)
insert an additional sequence for categories nLevel>=1; categories at level 0 are always present and ...
void insertDataSeries([in] long nAfterIndex)
similar to insertSequence, but it also insert data series and handle other things needed for the char...
void insertSequence([in] long nAfterIndex)
An application that provides data for a chart must implement this interface.
Definition XDataProvider.idl:35
allows access to a one-dimensional sequence of data.
Definition XDataSequence.idl:37
Definition Ambiguous.idl:20