LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XLabeledDataSequence Interface Reference

allows access to a one-dimensional sequence of data. More...

import"XLabeledDataSequence.idl";

Inheritance diagram for XLabeledDataSequence:
XInterface XLabeledDataSequence2 LabeledDataSequence

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...
 

Detailed Description

allows access to a one-dimensional sequence of data.

The data that is stored in this container may contain different types.

Member Function Documentation

◆ getLabel()

XDataSequence getLabel ( )

returns an XDataSequence containing the label for the labeled sequence.

◆ getValues()

XDataSequence getValues ( )

returns an XDataSequence containing the actual data.

◆ setLabel()

void setLabel ( [in] XDataSequence  xSequence)

sets a new XDataSequence containing the label for the labeled sequence.

◆ setValues()

void setValues ( [in] XDataSequence  xSequence)

sets a new XDataSequence containing the actual data.


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