LibreOffice
LibreOffice 24.8 SDK API Reference
|
describes a container for a sequence pair of value-sequences, one for a label and one for the associated data. More...
import <LabeledDataSequence.idl;
Additional Inherited Members | |
![]() | |
interface | XLabeledDataSequence |
provides read- and write-access to the underlying data. | |
interface | com::sun::star::util::XModifyBroadcaster |
is used to broadcast when the sequence for labels or values change their identity, or their content changes. | |
interface | ::com::sun::star::util::XCloneable |
Allows creating copies of data sequences. | |
![]() | |
XDataSequence | getValues () |
returns an XDataSequence containing the actual data. | |
void | setValues ([in] XDataSequence xSequence) |
sets a new XDataSequence containing the actual data. | |
XDataSequence | getLabel () |
returns an XDataSequence containing the label for the labeled sequence. | |
void | setLabel ([in] XDataSequence xSequence) |
sets a new XDataSequence containing the label for the labeled sequence. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
![]() | |
void | addModifyListener ([in] com::sun::star::util::XModifyListener aListener) |
adds the specified listener to receive events "modified." | |
void | removeModifyListener ([in] com::sun::star::util::XModifyListener aListener) |
removes the specified listener. | |
![]() | |
com::sun::star::util::XCloneable | createClone () |
creates a copy of the object. | |
describes a container for a sequence pair of value-sequences, one for a label and one for the associated data.