19 #ifndef com_sun_star_chart2_XInternalDataProvider_idl
20 #define com_sun_star_chart2_XInternalDataProvider_idl
39 boolean hasDataByRangeRepresentation( [in]
string aRange );
40 sequence< any > getDataByRangeRepresentation( [in]
string aRange );
41 void setDataByRangeRepresentation( [in]
string aRange, [in] sequence< any > aNewData );
47 void insertSequence( [in]
long nAfterIndex );
48 void deleteSequence( [in]
long nAtIndex );
52 void appendSequence();
54 void insertDataPointForAllSequences( [in]
long nAfterIndex );
55 void deleteDataPointForAllSequences( [in]
long nAtIndex );
56 void swapDataPointWithNextOneForAllSequences( [in]
long nAtIndex );
73 void insertComplexCategoryLevel( [in]
long nLevel );
78 void deleteComplexCategoryLevel( [in]
long nLevel );
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:43
– idl definition –
Definition: Ambiguous.idl:22
An internal DataProvider that has more access to data than a plain DataProvider.
Definition: XInternalDataProvider.idl:37
An application that provides data for a chart must implement this interface.
Definition: XDataProvider.idl:42