|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
43 void setArguments( [in] sequence< com::sun::star::beans::PropertyValue > aArguments )
Definition: XDataReceiver.idl:32
provides access to sequences of data.
Definition: XDataSource.idl:45
specifies an interface which can be used to call back an implementation
Definition: XRequestCallback.idl:28
Definition: XRangeHighlighter.idl:32
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:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:46
An application that provides data for a chart must implement this interface.
Definition: XDataProvider.idl:35
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.