LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows access to a one-dimensional sequence of data. More...
import"XLabeledDataSequence.idl";
Public Member Functions | |
XDataSequence | getValues () |
returns an XDataSequence containing the actual data. More... | |
void | setValues ([in] XDataSequence xSequence) |
sets a new XDataSequence containing the actual data. More... | |
XDataSequence | getLabel () |
returns an XDataSequence containing the label for the labeled sequence. More... | |
void | setLabel ([in] XDataSequence xSequence) |
sets a new XDataSequence containing the label for the labeled sequence. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
allows access to a one-dimensional sequence of data.
The data that is stored in this container may contain different types.
XDataSequence getLabel | ( | ) |
returns an XDataSequence containing the label for the labeled sequence.
XDataSequence getValues | ( | ) |
returns an XDataSequence containing the actual data.
void setLabel | ( | [in] XDataSequence | xSequence | ) |
sets a new XDataSequence containing the label for the labeled sequence.
void setValues | ( | [in] XDataSequence | xSequence | ) |
sets a new XDataSequence containing the actual data.