LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef com_sun_star_chart2_data_XDataReceiver_idl
20 #define com_sun_star_chart2_data_XDataReceiver_idl
52 void setArguments( [in] sequence< com::sun::star::beans::PropertyValue > aArguments )
Definition: XDataReceiver.idl:41
provides access to sequences of data.
Definition: XDataSource.idl:50
specifies an interface which can be used to call back an implementation
Definition: XRequestCallback.idl:33
Definition: XRangeHighlighter.idl:38
XDataSource getUsedData()
Returns the data requested by the most recently attached data provider, that is still used.
void attachDataProvider([in] XDataProvider xProvider)
attaches a component that provides data for the document.
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
An application that provides data for a chart must implement this interface.
Definition: XDataProvider.idl:43
sequence< string > getUsedRangeRepresentations()
returns a list of all range strings for which data has been requested by the most recently attached d...
XRangeHighlighter getRangeHighlighter()
Returns a component at which a view representing the data of the attached data provider may listen fo...
void setArguments([in] sequence< com::sun::star::beans::PropertyValue > aArguments)
com::sun::star::awt::XRequestCallback getPopupRequest()
A callback object to execute a foreign popup menu window.
void attachNumberFormatsSupplier([in] com::sun::star::util::XNumberFormatsSupplier xSupplier)
attaches an XNumberFormatsSupplier to this XDataReceiver.