|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
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:37
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:33
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:20
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:35
void swapDataPointWithNextOneForAllSequences([in] long nAtIndex)