19 #ifndef com_sun_star_chart2_data_XDataProvider_idl
20 #define com_sun_star_chart2_data_XDataProvider_idl
48 boolean createDataSourcePossible( [in] sequence< com::sun::star::beans::PropertyValue > aArguments );
76 [in] sequence< com::sun::star::beans::PropertyValue > aArguments )
102 sequence< com::sun::star::beans::PropertyValue > detectArguments(
110 boolean createDataSequenceByRangeRepresentationPossible( [in]
string aRangeRepresentation );
126 [in]
string aRangeRepresentation )
129 XDataSequence createDataSequenceByValueArray( [in]
string aRole, [in]
string aValueArray )
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:43
provides access to sequences of data.
Definition: XDataSource.idl:48
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47
An application that provides data for a chart must implement this interface.
Definition: XDataProvider.idl:42
allows to let the user to select a cell range.
Definition: XRangeSelection.idl:36