LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
LabeledDataSequence Service 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";

Inheritance diagram for LabeledDataSequence:
XLabeledDataSequence2 XLabeledDataSequence XModifyBroadcaster XCloneable XInterface XInterface XInterface

Additional Inherited Members

- Exported Interfaces inherited from XLabeledDataSequence2
interface XLabeledDataSequence
 provides read- and write-access to the underlying data. More...
 
interface com::sun::star::util::XModifyBroadcaster
 is used to broadcast when the sequence for labels or values change their identity, or their content changes. More...
 
interface ::com::sun::star::util::XCloneable
 Allows creating copies of data sequences. More...
 
- Public Member Functions inherited from XLabeledDataSequence
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...
 
- Public Member Functions inherited from XModifyBroadcaster
void addModifyListener ([in] com::sun::star::util::XModifyListener aListener)
 adds the specified listener to receive events "modified." More...
 
void removeModifyListener ([in] com::sun::star::util::XModifyListener aListener)
 removes the specified listener. More...
 
- Public Member Functions inherited from XCloneable
com::sun::star::util::XCloneable createClone ()
 creates a copy of the object. More...
 

Detailed Description

describes a container for a sequence pair of value-sequences, one for a label and one for the associated data.


The documentation for this service was generated from the following file: